All notable changes to this project will be documented in this file, as suggested by How to use a CHANGELOG.
As of version 3.0.0 this project adheres to Semantic Versioning.
##[4.0.0]
- Remove ActiveSupport <6.0.0 restriction
- Add ruby 3+ support
- Upgrade to faraday v2.8.1
- Remove faraday_middleware
##[3.0.0]
- Upgrading to ActiveSupport 5.2.4.3
- Gem now supports only Ruby versions >= 2.5.0 and <= 2.7.1
- Move from random point version releases and tie gem version to the version of TMS.
- Replaced ActiveSupport::Inflector.camelize with custom version that does not use acronyms.
from_name
attribute on FromAddress resource, mirroring changes to the TMS API
- Removed ability to POST or PUT to the from_address endpoint, as this feature is not supported by the TMS API
- Pinned mime-types dependency to a version that supports jRuby