Releases: EasyPost/easypost-csharp
Releases · EasyPost/easypost-csharp
v6.8.1
What's Changed
- [FIX] HTTP query parameter serialization bug causing
TrackingCodes
to be ignored when listing trackers
Related PRs
- [fix] Handle serializing array/list parameters in GET/DELETE query strings by @nwithan8 in #601
- [chore] Prep for v6.8.1 release by @nwithan8 in #602
Full Changelog: v6.8.0...v6.8.1
v6.8.0
What's Changed
- Removes the deprecated
CreateList
Tracker function as it is no longer available via API - Adds
TrackingCodes
optional parameter toTracker.All
parameter set for listing trackers - Adds
RestrictionComments
optional parameter toCustomsInfo.Create
parameter set and enforces usage ifRestrictionType
is not "none" (closes #597 )
Related PRs
- chore: remove create_list tracker endpoint function by @Justintime50 in #590
- chore: update CODEOWNERS by @Justintime50 in #591
- [feat] Add TrackingCodes parameter by @nwithan8 in #594
- [fix] Add
RestrictionComments
toCustomsInfo
Create parameter set by @nwithan8 in #598 - [chore] Prep for v6.8.0 release by @nwithan8 in #600
Full Changelog: v6.7.3...v6.8.0
v6.7.3
What's Changed
- Corrects all API documentation link references to point to their new locations
- Fix recursion during disposal causing stack overflow
Related PRs
- fix: all doc links in docstrings by @Justintime50 in #586
- [fix] Recursion causing stack overflow when disposing client/service by @nwithan8 in #588
- [chore] Prep for v6.7.3 release by @nwithan8 in #589
Full Changelog: v6.7.2...v6.7.3
v6.7.2
What's Changed
- Fix inclusion of
Verify
andVerifyStrict
parameters when creating an Address as part of a larger object creation (e.g. Shipment, Order, etc.)
Related PRs
- [fix] Include "verify" and "verify_strict" parameters for Address creation by @nwithan8 in #582
- chore: use new webhook fixtures by @Justintime50 in #583
- [chore] Prep for v6.7.2 release by @nwithan8 in #585
Full Changelog: v6.7.1...v6.7.2
v6.7.1
What's Changed
- Fix pagination parameters for GetNextPageOfChildren function for User service
Related PRs
- Update README by @cargilltay in #579
- [bug] Fix pagination parameters for child user lists by @nwithan8 in #578
- [chore] Prep for v6.7.1 release by @nwithan8 in #581
Full Changelog: v6.7.0...v6.7.1
v6.7.0
v6.6.0
What's Changed
- Add new
SmartRate
service for interacting with the SmartRate API- New
RecommendShipDateForShipment
function to recommend ship date for a shipment based on a desired delivery date. - New
EstimateDeliveryDateForRoute
function to estimate delivery date based on a list of carriers, to/from ZIP codes and a planned ship date (no existing shipment required). - New
RecommendShipDateForRoute
function to to recommend ship date based on a list of carriers, to/from ZIP codes and a planned ship date (no existing shipment required). - New model classes as needed for JSON response to new API functions
- New
- Enforce one-or-other for
Shipment
andBatch
parameters inPickup.Create
parameter set - Add internal parameter dependency utility
Related PRs
- [POC] Denote the interdependency between parameters in a parameter set by @nwithan8 in #571
- chore: deprecate dictionary CreateList for tracker by @Justintime50 in #573
- [chore] Support new UPS carrier account create/update endpoint by @nwithan8 in #574
- [feat] Consolidate SmartRate functions, add new functions by @nwithan8 in #566
- [chore] Prep for v6.6.0 release by @nwithan8 in #575
Full Changelog: v6.5.2...v6.6.0
v6.5.2
v6.5.1
v6.5.0
What's Changed
- Add missing parameters for
CustomsItem.Create
parameter set
Related PRs
- [chore] Clean up dependency groups in nuspec by @nwithan8 in #563
- fix: docs about Parameters by @Justintime50 in #564
- [chore] Demonstrate how users can provide their own proxy in custom HttpClient by @nwithan8 in #565
- [fix] Add missing parameters for customs item by @nwithan8 in #568
- [chore] Prep v6.5.0 release by @nwithan8 in #569
Full Changelog: v6.4.0...v6.5.0