Releases: emailable/emailable-ruby
Releases · emailable/emailable-ruby
4.1.0
- Added
mailbox_full?
and no_reply
support
- Cleaned up some tests
4.0.1
- The download_file parameter can now be accessed for batch statuses.
4.0.0
- Breaking change: All parameters to the batch verify endpoint are now passed into the batch
verify
method as hash arguments.
3.2.0
- Fixes issue with Emailable::Batch#complete? (#6)
- Adds support for
partial
parameter to batch status (see here for details)
3.1.1
- Fixed issues with error handling.
- Fixed load issues in basic Ruby environments where net/http and JSON were not being required.
- APIResource now has
to_h
, to_hash
and to_json
methods.
3.0.2
- Removed dependency on Faraday.
- Fixed bug with infinite retries.
- Added keep-alive, open, read and write timeouts.