Releases: patch-technology/patch-python
Releases · patch-technology/patch-python
[1.21.0] - 2022-05-03
Added
- Adds optional
total_price
andcurrency
field toorder
creation - Adds optional
amount
andunit
field toorder
creation - Adds inventory to
project
responses - Adds inventory to
order
responses
Changed
- Deprecates
mass_g
andtotal_price_cents_usd
fields for createorder
requests - Deprecates
average_price_per_tonne_cents_usd
andremaining_mass_g
fromproject
responses - Deprecates
price_cents_usd
,patch_fee_cents_usd
, andmass_g
fromorder
responses
[1.20.0] - 2022-04-18
Added
- Adds optional
vintage_year
field toorder
creation
[1.19.0] - 2022-04-12
Added
- Added ability to create hotel estimates via
api_client.estimates.create_hotel_estimate()
[1.18.0] - 2022-03-22
Changed
- Adds optional
state
field toorder
creation
[1.17.1] 2022-02-02
Removed
- Removed some unused preferences files and updated README
[1.17.0] - 2022-01-11
Changed
- Set the order allocations array as optional.
[1.16.0] - 2021-12-07
Removed
- Removes the
preferences
endpoints (deprecated)
[1.15.2] - 2021-11-08
[1.15.2] - 2021-11-08
Added
- Adds highlights to project responses
[1.15.1] - 2021-11-04
Added
- Adds verifier to project responses
[1.15.0] - 2021-10-04
[1.15.0] - 2021-10-04
Added
- Added the ability to fetch project technology types via
api_client.technology_types.retrieve_technology_types()