Skip to content

Releases: patch-technology/patch-ruby

[2.1.1] 2023-04-18

18 Apr 21:45
6274ccb
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:33
9f8b01e
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::Estimate.create_road_shipping_estimate method
  • Deprecates Patch::Estimate.create_shipping_estimate in favor of Patch::Estimate.create_ecommerce_estimate

[2.0.0] 2022-10-13

13 Oct 16:24
564d897
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:42
9c224a5
Compare
Choose a tag to compare
  • Adds Patch::Estimate.create_ecommerce_estimate method

[1.24.1] 2022-07-29

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

[1.24.0] - 2022-07-28

28 Jul 21:48
cce7fbb
Compare
Choose a tag to compare

New GLEC-compliant endpoints!

  • Adds Patch::Estimate.create_air_shipping_estimate method
  • Adds Patch::Estimate.create_rail_shipping_estimate method
  • Adds Patch::Estimate.create_road_shipping_estimate method
  • Adds Patch::Estimate.create_sea_shipping_estimate method

[1.23.0] - 2022-06-06

06 Jun 18:57
f340aee
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 22:58
e8d29a0
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 21:54
b51bb15
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:04
e7d12c9
Compare
Choose a tag to compare

Added

  • Adds optional vintage_year field to order creation