All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.2 - 2023-10-02
- OfferRequest now includes
client_key
0.6.1 - 2023-09-16
- Offer slice segments now include stops We're considering this a fix, not an addition, as it should always have been there, therefore it's 0.6.1, not 0.7.0.
0.6.0 - 2023-05-31
- Added support and testing for Python 3.11.
- Removed python 3.7 support - now requires >=3.8
- Fixed parsing of datetimes
- Removed deprecated pkg_resources usage
0.5.0 - 2023-02-15
- our new Product: Links
0.4.3 - 2023-02-14
- when using
return_offers()
while searching, we correctly parse the datetime for payment_requirements - previously this would raise
0.4.2 - 2023-02-13
- new search flow called multi-step search - more on our guide
- examples on how to use the multi-step search flow
0.4.1 - 2023-01-25
max_connections
parameter toOfferRequest
0.4.0 - 2022-02-11
content
field toOrder
s
- Changed API versions from
beta
tov1
- Various library version updates
0.3.1 - 2022-02-11
- Set
payment_required_by
andprice_guarantee_expires_at
fields onOffer.PaymentRequirements
as nullable.
0.3.0 - 2022-02-01
- Added a changelog.
- Added GitHub issue templates.
- Added contribution code of conduct guidelines.
- Added type annotations to model classes.
- Added example of searching and booking using a combination of adult and infant passengers.
- Updated date parsing to use
fromisoformat()
. - Updated string interpolation to use f-strings.
0.2.0 - 2022-01-07
- Added support and testing for Python 3.10.
- Updated classes and methods to fix type related errors.
- Removed support and testing for Python 3.6.
0.1.0 - 2021-12-31
- Initial release.