This repository was archived by the owner on Sep 12, 2024. It is now read-only.
0.1.0
What's Changed
- Feature parity with existing API by @sgerrand in #2
- Specify class method type by @jesse-c in #3
- Implement Order#Update by @jesse-c in #4
- Add requirements.txt by @jesse-c in #7
- Configure Dependabot updates by @sgerrand in #8
- Bump distlib from 0.3.3 to 0.3.4 by @dependabot in #12
- Bump msgpack from 1.0.2 to 1.0.3 by @dependabot in #9
- Bump pyyaml from 5.4.1 to 6.0 by @dependabot in #10
- Enable test for Webhook#Ping and require status code for fixtures by @jesse-c in #5
- Initialise class member values by @jesse-c in #13
- Add more datetime fields by @jesse-c in #16
- Bump lazy-object-proxy from 1.6.0 to 1.7.1 by @dependabot in #15
- Add PaymentIntents by @sgerrand in #6
- Finish order change offers implementation by @jesse-c in #14
- Fix
live_modein fixture by @sgerrand in #19 - Implement
Offer.Passenger#Updateby @jesse-c in #20 - Use consistent term for access token by @jesse-c in #21
- Implement Order Changes by @jesse-c in #17
- Update Tox configuration by @sgerrand in #23
- Implement Order Change Requests by @sgerrand in #18
- Enable access token to be passed as input parameter by @sgerrand in #25
- Bump tomli from 1.2.2 to 2.0.0 by @dependabot in #11
- Publish package automatically by @sgerrand in #24
- Update parser for payment requirement fields by @sgerrand in #26
- Handle null fare conditions being returned on offers by @sgerrand in #27
- Update badge image URL by @sgerrand in #30
- Conditionally format
expires_atby @sgerrand in #29 - Fix formatting of
synced_atby @sgerrand in #28 - Assign code owners by @sgerrand in #22
- Bump filelock from 3.4.0 to 3.4.2 by @dependabot in #31
- Bump platformdirs from 2.4.0 to 2.4.1 by @dependabot in #32
- Bump tox from 3.24.4 to 3.24.5 by @dependabot in #34
- Bump psutil from 5.8.0 to 5.9.0 by @dependabot in #35
- Bump virtualenv from 20.10.0 to 20.12.0 by @dependabot in #37
- Handle varying formats returned for
confirmed_atfields by @sgerrand in #38 - Update allowed refund types for
OrderChange, support nullrefund_toby @sgerrand in #44 - Support original form of payment for refunds by @sgerrand in #39
- Rename Hold Orders by @sgerrand in #41
- Rename
ordermethod on Payments by @sgerrand in #43 - Handle null seat details for passengers in an
Orderby @sgerrand in #45 - Update
OrderChangeRequestmodel by @sgerrand in #46 - Test publishing package to PyPI first by @sgerrand in #48
- Additional examples, run them as integration tests by @sgerrand in #40
- Decrease package version to 0.1.0 by @sgerrand in #47
Full Changelog: https://github.com/duffelhq/duffel-api-python/commits/0.1.0