Skip to content

v4.4.0

Compare
Choose a tag to compare
@nwithan8 nwithan8 released this 23 Feb 01:06
· 198 commits to master since this release
d62bb01
  • Added new beta RateService, accessible via myClient.Beta.Rate
  • Added RetrieveStatelessRate function under beta RateService to pull stateless rates when shipment data is provided
  • Added GetLowestStatelessRate function under Utilities.Rate to filter the lowest stateless rate
  • Added new GetLowest instance functions, callable on List<Rate>, List<Smartrate> and List<StatelessRate>, to
    filter the lowest rate
  • Deprecated rate and smartrate filtering methods in ShipmentService, RateService and Calculation.Rates namespaces, moved to Utilities.Rate namespace
  • Fixes Strong-Name signing that was unintentionally removed in v4.1.0 (this package is now strong-name signed once again)