Skip to content

Releases: patch-technology/patch-python

[2.1.1] 2023-04-18

18 Apr 21:45
e8e799f
Compare
Choose a tag to compare
  • Adds issuance_type to project responses
  • Adds disclaimers to project responses

[2.1.0] 2023-04-04

04 Apr 22:37
cf49ec7
Compare
Choose a tag to compare
  • Adds optional vintage_start_year and vintage_end_year fields to order creation
  • Adds optional vintage_start_year and vintage_end_year fields to order_line_item create and update
  • Adds optional vintage_start_year and vintage_end_year fields to inventory creation
  • Adds vintage_start_year and vintage_end_year fields to order response
  • Adds vintage_start_year and vintage_end_year fields to order_line_item response
  • Adds optional carrier_scac field to patch.estimates.create_road_shipping_estimate
  • Deprecates patch.estimates.create_shipping_estimate in favor of patch.estimates.create_ecommerce_estimate

[2.0.0] 2022-10-13

13 Oct 16:26
171cb92
Compare
Choose a tag to compare

API version 2. See https://docs.patch.io/#/changelog for changes.

[1.24.2] - 2022-08-10

11 Aug 00:44
727cd79
Compare
Choose a tag to compare
  • Adds patch.estimates.create_ecommerce_estimate method

[1.24.1] 2022-07-29

29 Jul 22:00
1f6802f
Compare
Choose a tag to compare
  • Internals refactoring. No external changes

[1.24.0] - 2022-07-28

28 Jul 21:50
6e8aa80
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Adds optional vintage_year field to order creation