Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
123 lines (78 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

123 lines (78 loc) · 3.15 KB

Changelog

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

Added

  • OfferRequest now includes client_key

0.6.1 - 2023-09-16

Added

  • 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

  • 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

Added

0.4.3 - 2023-02-14

Fixed

  • when using return_offers() while searching, we correctly parse the datetime for payment_requirements - previously this would raise

0.4.2 - 2023-02-13

Added

  • 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

Added

  • max_connections parameter to OfferRequest

0.4.0 - 2022-02-11

Added

  • content field to Orders

Changed

  • Changed API versions from beta to v1
  • Various library version updates

0.3.1 - 2022-02-11

Fixed

  • Set payment_required_by and price_guarantee_expires_at fields on Offer.PaymentRequirements as nullable.

0.3.0 - 2022-02-01

Added

  • 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.

Fixed

  • Updated date parsing to use fromisoformat().
  • Updated string interpolation to use f-strings.

0.2.0 - 2022-01-07

Added

  • Added support and testing for Python 3.10.

Fixed

  • Updated classes and methods to fix type related errors.

Removed

  • Removed support and testing for Python 3.6.

0.1.0 - 2021-12-31

Added

  • Initial release.