Releases: EasyPost/easypost-go
Releases · EasyPost/easypost-go
v4.6.0
What's Changed
- Add improved inheritance tree for error types, allowing end-user to properly cast and check for specific error types and sub-types
Related PRs
- [bug] Fix error type inheritance by @nwithan8 in #235
- chore: update webhook validation fixtures by @Justintime50 in #236
- [chore] Prep for v4.6.0 release by @nwithan8 in #237
Full Changelog: v4.5.1...v4.6.0
v4.5.1
- Update HTTP logic to use query for GET/DELETE requests and body for POST/PUT/PATCH requests
- Fix parameters for retrieving next page of child users
v4.5.0
v4.4.0
v4.4.0 (2024-07-16)
- Adds new
EstimateDeliveryDateForZipPair
,RecommendShipDateForShipment
andRecommendShipDateForZipPair
- New
CreateUpsCarrierAccount
andUpdateUpsCarrierAccount
methods and associated parameter structs, required to use for UPS accounts due to new/ups_oauth_registrations
endpoint.- Starting
2024-08-05
, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details. - Attempting to use the generic
CreateCarrierAccount
andUpdateCarrierAccount
methods with UPS accounts will throw anInvalidFunctionError
.
- Starting
v4.3.1
What's Changed
- [NEW] Added missig
Readable
andLogo
properties toCarrierType
struct - [CHANGED]
CreateTrackerList
marked as deprecated, will be removed in a future release
Related PRs
- [chore] Add Go 1.22 to CI by @nwithan8 in #218
- chore: deprecate create_list function by @Justintime50 in #219
- fix: docs link by @Justintime50 in #220
- fix: add readable and logo fields to carrier type by @sashahilton00 in #222
- [chore] Prep for 4.3.1 release by @nwithan8 in #223
New Contributors
- @sashahilton00 made their first contribution in #222
Full Changelog: v4.3.0...v4.3.1
v4.3.0
- Adds
ContentDescription
,DropoffMaxDatetime
, andPickupMaxDatetime
shipment options
v4.2.0
v4.1.1
v4.1.0
v4.0.0
- Removes the undocumented
CreateAndBuy
function from the Batch service. The proper usage is to create a batch first and buy it separately - Removed
CarbonOffset
parameter fromcreateShipmentRequest
,buyShipmentRequest
, andbuyShipmentRequest
structs as EasyPost now offers Carbon Neutral shipments by default for free