Skip to content

Releases: alexeybusygin/ShippingRates

Bug Fixes, API Async Calls - v1.0.2

05 May 18:59
Compare
Choose a tag to compare
  • Async HTTP calls for UPS and USPS APIs
  • FedEx bug fixes

.NET Standard 2.0 Support

19 Apr 13:13
402c9bc
Compare
Choose a tag to compare
  • Support for .NET Standard 2.0
  • Async RateManager.GetRatesAsync methods added

Upgrade FedEx WDSL to v26, return errors from FedEx

15 Feb 17:47
Compare
Choose a tag to compare
  • Upgrade FedEx WDSL to v26
  • FedEx errors are returned in the Shipment.Errors
  • Breaking change from DotNetShipping: Shipment.ServerErrors renamed to Shipment.Errors
  • Breaking change from DotNetShipping: USPSError renamed to Error (but fields stay the same)