Skip to content

Releases: alexeybusygin/ShippingRates

v2.2.2 UPS Customer Classification Code

16 Sep 18:45
Compare
Choose a tag to compare
  • Implemented support for the UPS Customer Classification Code

v2.2.0 Support for kg/cm UPS shipments

09 Aug 12:32
Compare
Choose a tag to compare
  • Package dimensions can now be retrieved in both metric and US Customary systems.
  • UPS providers use metric dimensions for shipments from outside the US.
  • PackageKgCm class for shipment with metric dimensions.

v2.1.3 HttpClient as a parameter for UPS, DHL, USPS

24 Jul 14:49
Compare
Choose a tag to compare
  • An instance of HttpClient can now be provided as a parameter for UPS, DHL, and USPS shipping providers in order to get a better control of HttpClient lifecycle

Addressed CVE-2024-30105

10 Jul 14:46
Compare
Choose a tag to compare
  • Bump System.Text.Json from 6.0.9 to 8.0.4 for .Net6.0 and higher builds

.net6.0 dependencies

05 Jul 13:38
Compare
Choose a tag to compare
  • Separate dependencies for .net6.0

UPS OAuth 2.0 Security Model

05 Jul 13:23
Compare
Choose a tag to compare
  • Implement UPS OAuth 2.0 Security Model. This is a breaking change

Packing for FedEx OneRate, fix DHL test env

21 Oct 10:19
Compare
Choose a tag to compare
  • Added option to set FedEx packaging when using OneRate by @khnbb
  • Fixed DHL test endpoint URL

FedEx Freight Codes

23 Jul 15:13
Compare
Choose a tag to compare
  • Support for FedEx Freight Codes

CVE-2018-0786 Security Fix

16 Jul 15:50
Compare
Choose a tag to compare
  • CVE-2018-0786 Security Fix
  • Mark USPS Special Handling - Fragile as Obsolete

DHL Decimals Fixed

26 Apr 19:40
Compare
Choose a tag to compare
  • Fixed DHL decimals formatting for non-US cultures.

Thanks @oztrkkaan for the contribution.