Skip to content

Releases: EasyPost/easypost-csharp

v6.7.3

17 Sep 21:01
18d9b31
Compare
Choose a tag to compare

What's Changed

  • Corrects all API documentation link references to point to their new locations
  • Fix recursion during disposal causing stack overflow

Related PRs

Full Changelog: v6.7.2...v6.7.3

v6.7.2

16 Aug 21:35
d17876e
Compare
Choose a tag to compare

What's Changed

  • Fix inclusion of Verify and VerifyStrict parameters when creating an Address as part of a larger object creation (e.g. Shipment, Order, etc.)

Related PRs

Full Changelog: v6.7.1...v6.7.2

v6.7.1

09 Aug 19:29
fb98ab6
Compare
Choose a tag to compare

What's Changed

  • Fix pagination parameters for GetNextPageOfChildren function for User service

Related PRs

Full Changelog: v6.7.0...v6.7.1

v6.7.0

24 Jul 18:38
80236f5
Compare
Choose a tag to compare

What's Changed

  • Add new Claim service for filing claims on EasyPost shipments and insurances

Related PRs

Full Changelog: v6.6.0...v6.7.0

v6.6.0

16 Jul 22:20
1b55db7
Compare
Choose a tag to compare

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
  • Enforce one-or-other for Shipment and Batch parameters in Pickup.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

12 Jun 19:58
e5b2f3a
Compare
Choose a tag to compare

What's Changed

  • Fix Shipment parameter requirement for Pickup.Create parameter set

Related PRs

  • [fix] Remove "required" validation for Shipment parameter of Pickup.Create set by @nwithan8 in #572

Full Changelog: v6.5.1...v6.5.2

v6.5.1

10 Jun 23:09
0798d36
Compare
Choose a tag to compare

What's Changed

  • Fix Batch object not allowed to be used in parameter sets due to missing IBatchParameter inheritance

Related PRs

  • [fix] Missing inheritance preventing Batch object use in parameter sets by @nwithan8 in #570

Full Changelog: v6.5.0...v6.5.1

v6.5.0

05 Jun 18:44
cc1f0a9
Compare
Choose a tag to compare

What's Changed

  • Add missing parameters for CustomsItem.Create parameter set

Related PRs

Full Changelog: v6.4.0...v6.5.0

v6.4.0

01 May 16:29
fd0870c
Compare
Choose a tag to compare

What's Changed

  • Add missing parameters for Order.Create parameter set (closes #560 )

Related PRs

Full Changelog: v6.3.1...v6.4.0

v6.3.1

12 Apr 18:47
6cf3720
Compare
Choose a tag to compare

What's Changed

  • Fix CarrierFields serialization bug causing carrier account operations to fail
  • Fix accessibility for CreateFedExSmartPost parameter set

Related PRs

Full Changelog: v6.3.0...v6.3.1