Releases: EasyPost/easypost-csharp
Releases · EasyPost/easypost-csharp
v6.1.0
- Add AllChildrenandGetNextPageOfChildrenfunctions toUserservice
Full Changelog: v6.0.0...v6.1.0
v6.0.0
- 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 CarbonOffsetmodel
- Remove CreateAndBuymethod inBatchservice due to API deprecation
- Add Optionsparameter for beta rates retrieval parameter set
- Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
- Beta CarrierMetadataservice and classes removed. Please use the GACarrierMetadataservice and classes instead.
Please reference our Upgrade Guide for breaking changes.
Full Changelog: v5.8.0...v6.0.0
v6.0.0-rc4
- 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 CarbonOffsetmodel
- Remove CreateAndBuymethod inBatchservice due to API deprecation
- Add Optionsparameter for beta rates retrieval parameter set
- Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
- Beta CarrierMetadataservice and classes removed. Please use the GACarrierMetadataservice and classes instead.
v6.0.0-rc3
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 CarbonOffsetmodel
- Remove CreateAndBuymethod inBatchservice due to API deprecation
- Add Optionsparameter for beta rates retrieval parameter set
- Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
- Beta CarrierMetadataservice and classes removed. Please use the GACarrierMetadataservice and classes instead.
Please reference our Upgrade Guide for breaking changes.
Full Changelog: v5.8.0...v6.0.0-rc3
v6.0.0-rc2
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 CarbonOffsetmodel
- Remove CreateAndBuymethod inBatchservice due to API deprecation
- Add Optionsparameter for beta rates retrieval parameter set
- Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
- Beta CarrierMetadataservice and classes removed. Please use the GACarrierMetadataservice and classes instead.
Please reference our Upgrade Guide for breaking changes.
Full Changelog: v5.8.0...v6.0.0-rc2
v6.0.0-rc1
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 CarbonOffsetmodel
- Remove CreateAndBuymethod inBatchservice due to API deprecation
- Add Optionsparameter for beta rates retrieval parameter set
- Add ability to add custom options via AddAdditionalOption, in case an option is not explicitly supported
- Beta CarrierMetadataservice and classes removed. Please use the GACarrierMetadataservice and classes instead.
Please reference our Upgrade Guide for breaking changes.
Full Changelog: v5.8.0...v6.0.0-rc1
v5.8.0
What's Changed
- Add RetrieveApiKeysForUsertoApiKeyservice
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
v5.7.0
What's Changed
- Fix FedEx SmartPost carrier account creation not going to the correct endpoint
- Add missing optional ReturnAddressandBuyerAddressparameters to Shipment creation parameter set
Full Changelog: v5.6.0...v5.7.0
v5.6.0
What's Changed
- Add ability to compare an EasyPost object to a parameter set object via Matchesfunction (closes #377 )- Users can define a custom Matchesfunction on any parameter set class
 
- Users can define a custom 
- Fix parameter set serialization that was causing issues when altering and reusing parameter sets (closes #512 )
Full Changelog: v5.5.0...v5.6.0
v5.5.0
What's Changed
- Add custom parameter sets (CreateFedEx,CreateUps) for carrier account creation API calls- Users required to use these parameter sets if creating a FedEx or UPS account
 
Full Changelog: v5.4.1...v5.5.0