Skip to content

Releases: alexeybusygin/ShippingRates

FedEx Currency Conversion Fix

17 Sep 20:47

Choose a tag to compare

  • Fixed issue with correct rate amount calculation for situations with the rate coming in multiple currencies from FedEx.

Saturday Delivery

11 Jul 10:00

Choose a tag to compare

  • ShipmentOptions and RateOptions objects introduced.
  • Saturday Delivery available now via ShipmentOptions.SaturdayDelivery.
  • Pickup date can be specified in the ShipmentOptions.ShippingDate.

Bug Fixes, API Async Calls - v1.0.2

05 May 18:59

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

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

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)