All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Do not restrict logger to Logger class.
- This release contains a breaking change with regards to how to upload attachments. See paragraph "Attachments" in the README.md file for details.
- A default
User-Agent
header is sent with each request. - The default
User-Agent
header can be overriden when initializing the Client, and/or when calling individual requests using theuser_agent
key.
- Minimum required ruby version is v2.5.0
- Updated the Bundle of CA Root Certificate to the latest version
- Option
attachments_exception
has been removed. An error in attachment upload will always result in aSdk4me::UploadFailed
error being raised. - Attachments can no longer be provided via the
attachments
field. - Inline images can no longer be referred to using
[attachment:<filepath>]
in rich text fields.
- Use of
api_token
is deprecated, switch to usingaccess_token
instead. -- https://developer.4me.com/v1/#authentication