Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Add option to use a custom server host, other than rest.interfax.net.

To set a different server to use, provide the host parameter on initialization:

interfax = InterFAX::Client.new(
  username: '...',
  password: '...',
  host: 'test.domain.com'
)

Fix bug in multipart/mixed bodies.

Resolve a bug where the multipart/mixed boundary and the end of a request body wasn't properly closed.

Upgrading to this version is highly recommended.

Add PDF support when saving files.

Fixes a small bug in cancellations.

Full rebuild using the REST API. First release produced by InterFAX.