Releases: EasyPost/easypost-ruby
Releases · EasyPost/easypost-ruby
3.2.0
3.1.5
- Fix attribute lookup when manually constructing objects (#105; thanks @drewtempelmeyer)
- Flatten class names and clean up some other style issues
- Fix
EasyPost::Address.create_and_verify
, broken since 3.1.0 (#108; thanks @rajbirverma)
3.1.4
- Don't modify params passed into Address#create (#78; thanks @TheRusskiy)
- Don't modify
carriers
andservices
parameters toShipment.lowest_rate
(#71 / #103, thanks @vladvinnikov and @jurisgalang) - When constructing an easypost object, convert the key to a string (#102; thanks @Geesu)
- Expose the raw HTTP response as
#http_body
onEasyPost::Error
objects (#101; thanks @Geesu)
3.1.3
- Fix bug in 3.1.0/3.1.1/3.1.2 causing Authorization header to be included in User-Agent header. All users must upgrade.
Includes the following changes from v3.1.0 through v3.1.2:
3.1.2
- Bad gem push. New version required.
3.1.1
- Fix bug where EasyPost.http_config was invalid when not explicitly initialized.
3.1.0
- Add Shipment Invoice and Refund Report
- Remove dependencies on
RestClient
andMultiJson
- Remove some deprecated endpoints
3.0.1
- verify SSL certificates by default