Skip to content

Releases: EasyPost/easypost-csharp

v6.3.0

10 Apr 21:05
ebe494e

Choose a tag to compare

  • Add Refund function in the insurance service for requesting a refund for standalone insurance.
  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Fix the ToString method for EasyPostObject- and EphemeralEasyPostObject-based objects to return object type and optional ID

v6.2.1

18 Mar 19:52
14f673e

Choose a tag to compare

What's Changed

  • Fix serialization bug for carrier accounts parameter on RetrieveStatelessRates parameter set
  • Add ability to construct Options object from a dictionary

Related PRs

  • [feat] Add ability to construct Options object from dictionary by @nwithan8 in #547
  • [chore] Add description for option attributes by @kevinalexliu in #548
  • [bug] Fix carrier account parameter serialization for stateless rates by @nwithan8 in #550
  • [chore] Prep for v6.2.1 release by @nwithan8 in #551

Full Changelog: v6.2.0...v6.2.1

v6.2.0

07 Feb 22:31
35d46e1

Choose a tag to compare

What's Changed

  • [FIX] Mark some unused parameters for various All functions as obsolete
    • These will be removed in a later version. It is recommended to stop using these parameters immediately.

Related PRs

Full Changelog: v6.1.0...v6.2.0

v6.1.0

08 Jan 21:50
ac0341c

Choose a tag to compare

  • Add AllChildren and GetNextPageOfChildren functions to User service

Full Changelog: v6.0.0...v6.1.0

v6.0.0

06 Dec 23:37
ec528c4

Choose a tag to compare

  • Drop support for .NET Core 3.1
  • Add support for .NET 8.0
  • Remove carbon_offset (CarbonOffset) parameter from shipment creation and purchase flows
    • This parameter is no longer supported by the EasyPost API
  • Remove CarbonOffset model
  • Remove CreateAndBuy method in Batch service due to API deprecation
  • Add Options parameter for beta rates retrieval parameter set
  • Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
  • Beta CarrierMetadata service and classes removed. Please use the GA CarrierMetadata service and classes instead.

Please reference our Upgrade Guide for breaking changes.

Full Changelog: v5.8.0...v6.0.0

v6.0.0-rc4

06 Dec 23:10
d36b7dd

Choose a tag to compare

v6.0.0-rc4 Pre-release
Pre-release
  • Drop support for .NET Core 3.1
  • Add support for .NET 8.0
  • Remove carbon_offset (CarbonOffset) parameter from shipment creation and purchase flows
    • This parameter is no longer supported by the EasyPost API
  • Remove CarbonOffset model
  • Remove CreateAndBuy method in Batch service due to API deprecation
  • Add Options parameter for beta rates retrieval parameter set
  • Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
  • Beta CarrierMetadata service and classes removed. Please use the GA CarrierMetadata service and classes instead.

v6.0.0-rc3

06 Dec 19:48
beabf18

Choose a tag to compare

v6.0.0-rc3 Pre-release
Pre-release

What's Changed

  • Drop support for .NET Core 3.1
  • Add support for .NET 8.0
  • Remove carbon_offset (CarbonOffset) parameter from shipment creation and purchase flows
    • This parameter is no longer supported by the EasyPost API
  • Remove CarbonOffset model
  • Remove CreateAndBuy method in Batch service due to API deprecation
  • Add Options parameter for beta rates retrieval parameter set
  • Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
  • Beta CarrierMetadata service and classes removed. Please use the GA CarrierMetadata service and classes instead.

Please reference our Upgrade Guide for breaking changes.

Full Changelog: v5.8.0...v6.0.0-rc3

v6.0.0-rc2

06 Dec 19:34
a12e697

Choose a tag to compare

v6.0.0-rc2 Pre-release
Pre-release

What's Changed

  • Drop support for .NET Core 3.1
  • Add support for .NET 8.0
  • Remove carbon_offset (CarbonOffset) parameter from shipment creation and purchase flows
    • This parameter is no longer supported by the EasyPost API
  • Remove CarbonOffset model
  • Remove CreateAndBuy method in Batch service due to API deprecation
  • Add Options parameter for beta rates retrieval parameter set
  • Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
  • Beta CarrierMetadata service and classes removed. Please use the GA CarrierMetadata service and classes instead.

Please reference our Upgrade Guide for breaking changes.

Full Changelog: v5.8.0...v6.0.0-rc2

v6.0.0-rc1

06 Dec 19:14
df2b905

Choose a tag to compare

v6.0.0-rc1 Pre-release
Pre-release

What's Changed

  • Drop support for .NET Core 3.1
  • Add support for .NET 8.0
  • Remove carbon_offset (CarbonOffset) parameter from shipment creation and purchase flows
    • This parameter is no longer supported by the EasyPost API
  • Remove CarbonOffset model
  • Remove CreateAndBuy method in Batch service due to API deprecation
  • Add Options parameter for beta rates retrieval parameter set
  • Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
  • Beta CarrierMetadata service and classes removed. Please use the GA CarrierMetadata service and classes instead.

Please reference our Upgrade Guide for breaking changes.

Full Changelog: v5.8.0...v6.0.0-rc1

v5.8.0

11 Oct 17:47
45f3e65

Choose a tag to compare

What's Changed

  • Add RetrieveApiKeysForUser to ApiKey service

Related PRs

  • [chore] Add unit test verifying how competing/overriding parameters work by @nwithan8 in #518
  • [chore] Account for Apple Silicon in development by @nwithan8 in #519
  • [feat] Add function to retrieve API keys for a specific user by @nwithan8 in #521
  • chore: prepare v5.8.0 for release by @Justintime50 in #523

Full Changelog: v5.7.0...v5.8.0