Skip to content

Releases: ConvertAPI/convertapi-ruby

v3.0.0

14 Sep 08:41
Compare
Choose a tag to compare

What's Changed

API credentials setting changed:

ConvertApi.configure do |config|
  config.api_credentials = 'your-api-secret-or-token'
end

Full Changelog: v2.0.0...v3.0.0

v2.0.0

04 Aug 20:01
Compare
Choose a tag to compare

What's Changed

  • Add Token authentication by @GabrielLima1 in #30
  • ⚠️ ConvertApi::SecretError replaced with ConvertApi::AuthenticationError

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0

19 Jul 16:42
Compare
Choose a tag to compare

What's Changed

  • Make converter param name case insensitive by @laurynas-baltsoft in #24
  • Handle multiple file params by @laurynas-baltsoft in #25

Full Changelog: v1.3.2...v1.4.0

v1.3.2

18 Sep 20:37
Compare
Choose a tag to compare

What's Changed

  • Change default read timeout to 1800 seconds by @laurynas-baltsoft in #20

Full Changelog: v1.3.1...v1.3.2

Alternative converter

21 Jun 08:09
Compare
Choose a tag to compare

This release enables to use alternative converters.