Releases: friendlycart/friendly_shipping
Releases · friendlycart/friendly_shipping
v0.8.1
What's Changed
- USPS international package weight ounces is remainder after pounds conversion by @davecandlescience in #166
- Fix UPS bug causing inflated international product costs by @pelargir in #167
- Add declared value to UPS package serializer by @pelargir in #168
- Add declared to UPS label package options by @pelargir in #169
- Truncate long values in UPS Freight label request by @pelargir in #170
- Add new USPS Ground Advantage shipping method by @pelargir in #171
- Basic ShipEngine LTL service class by @pelargir in #172
- Request quotes from ShipEngine LTL API by @pelargir in #175
- Add new billing options for NRI by @davecandlescience in #174
- Bump version and log changes by @mamhoff in #176
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Parse missing UPS package charges by @pelargir in #154
- Allow ups international billing for duties and fees only by @davecandlescience in #156
- USPS International Rates by @barberj in #155
- Add ShipEngine support for international labels by @pelargir in #159
- UPS ShipTo International Constraint by @barberj in #158
- Update SerializeLabelShipment to avoid label printing error by @cgorevin in #160
- Use item options country of origin in UPS label requests by @pelargir in #161
- Handle TForce API timeout responses by @pelargir in #162
- Truncate UPS international product description by @davecandlescience in #163
- Fix Rails 7 deprecation warning by @pelargir in #164
- Release 0.8.0 by @mamhoff in #165
New Contributors
Full Changelog: v0.7.3...v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
- Fixes a few ShipEngine typos by @pelargir in #131
- Parse UPS Freight cost breakdown from shipping label API response by @pelargir in #133
- Parse HTTP error responses in Freight error handler by @pelargir in #134
- Refactor error handlers by @pelargir in #135
- Use message from
cause
when API error message not set by @pelargir in #136 - Use person name when company name is blank by @pelargir in #137
- More Freight pickup and delivery options by @pelargir in #138
- Support Freight reference numbers by @pelargir in #139
- Parse Freight label responses with missing rates by @pelargir in #140
- Use
FriendlyShipping::Response
in default error handler by @pelargir in #141 - Restrict URI gem to < 0.11.0 by @mamhoff in #142
- Add optional
http_method
attr toRequest
class by @pelargir in #130 - Add support for UPS SurePost shipping methods by @mamhoff in #143
- Ruby 3 support by @pelargir in #145
- Pass multiple address lines to TForce correctly by @pelargir in #146
- Update uri requirement from < 0.11.0 to < 0.13.0 by @dependabot in #148
- Test multiple rubies by @mamhoff in #149
Full Changelog: v0.6.5...v0.7.0