Releases: patch-technology/patch-ruby
Releases · patch-technology/patch-ruby
[2.1.1] 2023-04-18
[2.1.0] 2023-04-04
- Adds optional
vintage_start_year
andvintage_end_year
fields toorder
creation - Adds optional
vintage_start_year
andvintage_end_year
fields toorder_line_item
create and update - Adds optional
vintage_start_year
andvintage_end_year
fields toinventory
creation - Adds
vintage_start_year
andvintage_end_year
fields toorder
response - Adds
vintage_start_year
andvintage_end_year
fields toorder_line_item
response - Adds optional
carrier_scac
field toPatch::Estimate.create_road_shipping_estimate
method - Deprecates
Patch::Estimate.create_shipping_estimate
in favor ofPatch::Estimate.create_ecommerce_estimate
[2.0.0] 2022-10-13
API version 2. See https://docs.patch.io/#/changelog for changes.
[1.24.2] - 2022-08-10
- Adds
Patch::Estimate.create_ecommerce_estimate
method
[1.24.1] 2022-07-29
- Internals refactoring. No external changes
[1.24.0] - 2022-07-28
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
Added
- Adds support for the
issued_to
parameter onorders
, to add support for creating and placing orders on behalf of another party.
[1.22.0] - 2022-05-16
Added
- Adds support for the
accept_language
option onprojects
, to add support for theAccept-Language
header.
[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