Releases: workato/workato-connector-sdk
Releases · workato/workato-connector-sdk
1.3.11 - Multiple small fixes
Enhancements
- No op
Dsl::WorkatoPackage#parse_jsonunless input is aString. Workato docs - Raise custom error when
Workato::Extension::String#+argument isnil. Operation#schema_fieldsto always return an array
Misc
- Keep
BlockInvocationRefinements::BasicObject#instance_execruby 2.7 behaviour in ruby 3.0+ - Code polishing & refactoring
1.3.9 - Fix Request#build_url
Enhancements
- Raise custom error when
connection.base_urireturns invalid URI
Bugfixes
- Fix
Request#build_urluses stale connection settings even after connection refresh
1.3.8 - Bump dependencies
Misc
- Prepare
activesupportfor upgrade to 6.1 - Prepare
rails-html-sanitizerfor upgrade to 1.6.0 - Prepare
i18nfor upgrade to 1.14.1
1.3.7 - Fix Request#payload & add new String methods
Enhancements
- Add
String#encode_sha512,String#encode_sha512_256,String#rsa_512
Bugfixes
- Fix
GETlike HTTP method became aPOSTif payload added Workato Docs
Misc
- Wrap
JWT::VerificationErrorandOpenSSL::Cipher::CipherErrorwithSdk::ArgumentError
1.3.6 - Fix Request#detect_auth_error!
Bugfixes
- Fix incompatibility of
connection.authorization.detect_on. Now it tests response only ifconnection.authorization.acquireexists or connection is oauth2, before it tested all requests. Workato Docs
1.3.5 - Fix Request#payload
Bugfixes
Fix post like HTTP methods for String payload Workato Docs
1.3.4 - Update jwt dependency
Bugfixes
- Fix
blankmethod. It used to returnnil, while now returns empty string as it should
Misc
- Prepare
jwtfor upgrade to 2.+
1.3.3 - DNS & JWT methods
Enhancements
- Implement
workato.jwt_decodemethod Workato Docs - Implement
workato.net.lookupmethod, which makes DNS lookup Workato Docs - Add HS384 and HS512 to list of supported JWT algorithms for
workato.jwt_encodeWorkato Docs
Bugfixes
- Allow expires at as second return value of
webhook_subscribeWorkato Docs - Fix
Request#format_xmlfor implicit params Workato Docs
Misc
- Prepare
nokogirifor upgrade to 1.14 - Prepare
rails-html-sanitizerfor upgrade to 1.4.4
1.3.2 - More JWT algorithm & Cleanup
Enhancement
- Add more JWT algorithms to
workato.jwt_encode. Workato Docs
Misc
- Improve test coverage
- Get rid of
oauth2dependency
1.3.1 - New API tokens & Bugfixes
Enhancement
- Support new API Client tokens in workato push and workato generate schema
Bugfixes
- Fix simple stream mock in CLI. Workato Docs
Misc
- Cleanup public dev docs on RubyDoc.info
- Add more Sorbet definitions