Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

57 lines (38 loc) · 3.78 KB

Changelog

v2.0.0

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)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v1.0.0 (2021-05-26)

Full Changelog

Closed issues:

  • Prepare Solidus Shipstation for Solidus 3.0 #6

* This Changelog was automatically generated by github_changelog_generator