Releases: patch-technology/patch-node
Releases · patch-technology/patch-node
[2.2.0] - 2024-05-06
[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 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.createRoadShippingEstimate
- Deprecates patch.estimates.createShippingEstimate in favor of patch.estimates.createEcommerceEstimate
[2.0.1] 2022-12-06
Fixes vulnerabilities in dependencies
[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.estimates.createEcommerceEstimate
method
[1.24.1] 2022-07-29
- Update internals for
issued_to
. No interface changes.
[1.24.0] - 2022-07-28
Breaking
- Renames the
issuedTo
parameter for orders toissued_to
.
Added
New GLEC-compliant endpoints!
- Adds
patch.estimates.createAirShippingEstimate
method - Adds
patch.estimates.createRailShippingEstimate
method - Adds
patch.estimates.createRoadShippingEstimate
method - Adds
patch.estimates.createSeaShippingEstimate
method
[1.23.0] - 2022-06-06
Added
- Adds support for the
issuedTo
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
acceptLanguage
option onprojects
, to add support for theAccept-Language
header.