Releases: patch-technology/patch-ruby
Releases · patch-technology/patch-ruby
[2.3.1] 2025-04-28
[2.3.0] 2025-01-10
Breaking
Remove retired estimates API endpoints:
- create_ethereum_estimate
- create_shipping_estimate
- create_vehicle_estimate
[2.1.1] 2023-04-18
- Adds
issuance_type
to project responses - Adds
disclaimers
to project responses
[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.