Releases: ConvertAPI/convertapi-ruby
Releases · ConvertAPI/convertapi-ruby
v3.0.0
What's Changed
- Remove alternative converter support by @laurynas-convertapi in #32
- Switch to authorization header by @laurynas-convertapi in #33
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
What's Changed
- Add Token authentication by @GabrielLima1 in #30
⚠️ ConvertApi::SecretError
replaced withConvertApi::AuthenticationError
New Contributors
- @GabrielLima1 made their first contribution in #30
Full Changelog: v1.4.0...v2.0.0
v1.4.0
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
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
This release enables to use alternative converters.