This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Releases: duffelhq/duffel-api-python
Releases · duffelhq/duffel-api-python
0.2.0
What's Changed
- Bump astroid from 2.9.0 to 2.9.1 by @dependabot in #49
- Bump virtualenv from 20.12.0 to 20.13.0 by @dependabot in #51
- Bump astroid from 2.9.1 to 2.9.2 by @dependabot in #50
- Move requirements.txt to requirements-dev.txt by @nlopes in #52
- [FLAPI-2040] Add type checking by @jesse-c in #53
- [FLAPI-2083] Fix Duffel Payments class method by @jesse-c in #56
- [FLAPI-2083] Fix HTTP client API error usage by @jesse-c in #55
- Bump tox from 3.24.4 to 3.24.5 by @dependabot in #59
- Bump virtualenv from 20.10.0 to 20.13.0 by @dependabot in #57
- Bump charset-normalizer from 2.0.9 to 2.0.10 by @dependabot in #58
- Remove unused Tox environments by @jesse-c in #62
- Update supported Python versions by @sgerrand in #63
- [FLAPI-2083] Fix various models type hints when maybe parsing by @jesse-c in #54
- Bump requests from 2.27.0 to 2.27.1 by @dependabot in #65
- Bump platformdirs from 2.4.0 to 2.4.1 by @dependabot in #60
- Bump filelock from 3.4.0 to 3.4.2 by @dependabot in #61
- [FLAPI-2083] Correct all usage by @jesse-c in #67
- [FLAPI-2083] Refactor lazy client evaluation by @jesse-c in #64
- [FLAPI-2083] Add type stubs for setuptools by @jesse-c in #68
- [FLAPI-2083] Correct variable shadowing by @jesse-c in #69
- [FLAPI-2083] Add type stubs for TOML by @jesse-c in #70
- [FLAPI-2083] Add missing dependency for type checking by @jesse-c in #71
- GitHub Actions:
integration-test
andtypes
check jobs required forpublish
by @sgerrand in #72 - Improve docstrings by @sgerrand in #42
- Add PyPI information related badges, support Black by @sgerrand in #73
- Bump version to 0.2.0 by @jesse-c in #74
New Contributors
Full Changelog: 0.1.0...0.2.0
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_mode
in fixture by @sgerrand in #19 - Implement
Offer.Passenger#Update
by @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_at
by @sgerrand in #29 - Fix formatting of
synced_at
by @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_at
fields by @sgerrand in #38 - Update allowed refund types for
OrderChange
, support nullrefund_to
by @sgerrand in #44 - Support original form of payment for refunds by @sgerrand in #39
- Rename Hold Orders by @sgerrand in #41
- Rename
order
method on Payments by @sgerrand in #43 - Handle null seat details for passengers in an
Order
by @sgerrand in #45 - Update
OrderChangeRequest
model 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