Skip to content

Releases: workato/workato-connector-sdk

1.3.11 - Multiple small fixes

24 Jun 12:51

Choose a tag to compare

Enhancements

  • No op Dsl::WorkatoPackage#parse_json unless input is a String. Workato docs
  • Raise custom error when Workato::Extension::String#+ argument is nil.
  • Operation#schema_fields to always return an array

Misc

  • Keep BlockInvocationRefinements::BasicObject#instance_exec ruby 2.7 behaviour in ruby 3.0+
  • Code polishing & refactoring

1.3.9 - Fix Request#build_url

23 Nov 08:03

Choose a tag to compare

Enhancements

  • Raise custom error when connection.base_uri returns invalid URI

Bugfixes

  • Fix Request#build_url uses stale connection settings even after connection refresh

1.3.8 - Bump dependencies

30 Oct 14:55

Choose a tag to compare

Misc

  • Prepare activesupport for upgrade to 6.1
  • Prepare rails-html-sanitizer for upgrade to 1.6.0
  • Prepare i18n for upgrade to 1.14.1

1.3.7 - Fix Request#payload & add new String methods

27 Oct 09:16

Choose a tag to compare

Enhancements

  • Add String#encode_sha512, String#encode_sha512_256, String#rsa_512

Bugfixes

  • Fix GET like HTTP method became a POST if payload added Workato Docs

Misc

  • Wrap JWT::VerificationError and OpenSSL::Cipher::CipherError with Sdk::ArgumentError

1.3.6 - Fix Request#detect_auth_error!

06 Sep 10:26

Choose a tag to compare

Bugfixes

  • Fix incompatibility of connection.authorization.detect_on. Now it tests response only if connection.authorization.acquire exists or connection is oauth2, before it tested all requests. Workato Docs

1.3.5 - Fix Request#payload

21 Jul 14:40

Choose a tag to compare

Bugfixes

Fix post like HTTP methods for String payload Workato Docs

1.3.4 - Update jwt dependency

17 May 15:32

Choose a tag to compare

Bugfixes

  • Fix blank method. It used to return nil, while now returns empty string as it should

Misc

  • Prepare jwt for upgrade to 2.+

1.3.3 - DNS & JWT methods

07 Mar 09:08

Choose a tag to compare

Enhancements

  • Implement workato.jwt_decode method Workato Docs
  • Implement workato.net.lookup method, which makes DNS lookup Workato Docs
  • Add HS384 and HS512 to list of supported JWT algorithms for workato.jwt_encode Workato Docs

Bugfixes

  • Allow expires at as second return value of webhook_subscribe Workato Docs
  • Fix Request#format_xml for implicit params Workato Docs

Misc

  • Prepare nokogiri for upgrade to 1.14
  • Prepare rails-html-sanitizer for upgrade to 1.4.4

1.3.2 - More JWT algorithm & Cleanup

23 Feb 13:22

Choose a tag to compare

Enhancement

  • Add more JWT algorithms to workato.jwt_encode. Workato Docs

Misc

  • Improve test coverage
  • Get rid of oauth2 dependency

1.3.1 - New API tokens & Bugfixes

09 Feb 13:27

Choose a tag to compare

Enhancement

Bugfixes

Misc

  • Cleanup public dev docs on RubyDoc.info
  • Add more Sorbet definitions