Breaking changes
- The default message for a
RequestError
has been changed from the raw response body to a parsed version. If your code depends on the response body, you need to access it through the.response_body
attribute on the exception instead.# before error.message error.to_s # after error.response_body
v1.1.0 (2021-10-26)
Implemented enhancements:
- Add support to ruby 3 #21 (stefano-sarioli)
Fixed bugs:
- Handle orders without a billing address #20 (aldesantis)
Merged pull requests:
- Fix Ruby version requirement #22 (stefano-sarioli)
- Allow ShipmentNotice class to be customized #17 (cesartalves)
- Address: infer residential attribute from company #16 (nerfologist)
- Fix pending API sync query returning synced shipments #15 (aldesantis)
- Swallow errors in
Api::SyncShipmentsJob
#14 (aldesantis) - API sync improvements #13 (aldesantis)
- Error handling & configuration improvements #12 (aldesantis)
- API integration #10 (aldesantis)
- Deprecate Spree::Shipment decorators #9 (aldesantis)
- Fix ShipmentNotice not handling double shipments #8 (aldesantis)
- Update extension skeleton #7 (aldesantis)
- Add configuration to export canceled shipments #4 (igorbp)
- Fix shipment tracking number not being propagated to carton #3 (aldesantis)
- Fix installer #2 (kennyadsl)
- Make extension compatible with latest Solidus #1 (aldesantis)
v1.0.0 (2021-05-26)
Closed issues:
- Prepare Solidus Shipstation for Solidus 3.0 #6
* This Changelog was automatically generated by github_changelog_generator