Skip to content

Releases: patch-technology/patch-python

[1.24.1] 2022-07-29

29 Jul 22:00
1f6802f

Choose a tag to compare

  • Internals refactoring. No external changes

[1.24.0] - 2022-07-28

28 Jul 21:50
6e8aa80

Choose a tag to compare

New GLEC-compliant endpoints!

  • Adds patch.estimates.create_air_shipping_estimate method
  • Adds patch.estimates.create_rail_shipping_estimate method
  • Adds patch.estimates.create_road_shipping_estimate method
  • Adds patch.estimates.create_sea_shipping_estimate method

[1.23.0] - 2022-06-06

06 Jun 18:55
8880d42

Choose a tag to compare

Added

  • Adds support for the issued_to parameter on orders, to add support for creating and placing orders on behalf of another party.

[1.22.0] - 2022-05-16

16 May 23:59
a1852fc

Choose a tag to compare

Added

  • Adds support for the accept_language option on projects, to add support for the Accept-Language header.

[1.21.0] - 2022-05-03

04 May 20:33
2011c77

Choose a tag to compare

Added

  • Adds optional total_price and currency field to order creation
  • Adds optional amount and unit field to order creation
  • Adds inventory to project responses
  • Adds inventory to order responses

Changed

  • Deprecates mass_g and total_price_cents_usd fields for create order requests
  • Deprecates average_price_per_tonne_cents_usd and remaining_mass_g from project responses
  • Deprecates price_cents_usd, patch_fee_cents_usd, and mass_g from order responses

[1.20.0] - 2022-04-18

18 Apr 20:06
d560aa4

Choose a tag to compare

Added

  • Adds optional vintage_year field to order creation

[1.19.0] - 2022-04-12

12 Apr 13:48
3477fc6

Choose a tag to compare

Added

  • Added ability to create hotel estimates via api_client.estimates.create_hotel_estimate()

[1.18.0] - 2022-03-22

22 Mar 22:11
fc56f3e

Choose a tag to compare

Changed

  • Adds optional state field to order creation

[1.17.1] 2022-02-02

03 Feb 00:15
3c22332

Choose a tag to compare

Removed

  • Removed some unused preferences files and updated README

[1.17.0] - 2022-01-11

11 Jan 18:26
9f6d40b

Choose a tag to compare

Changed

  • Set the order allocations array as optional.