Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.3 KB

Changelog

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.

[2.0.6]

Changed

  • Do not restrict logger to Logger class.

[2.0.0]

Added

  • 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 the user_agent key.

Changed

  • Minimum required ruby version is v2.5.0
  • Updated the Bundle of CA Root Certificate to the latest version

Removed

  • Option attachments_exception has been removed. An error in attachment upload will always result in a Sdk4me::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.

Fixed

[1.2.0] - 2020-09-28

Deprecated