Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: looker/looker-sdk-ruby

Release v0.1.0

20 Aug 17:35
0abdea6
Compare
Choose a tag to compare

Updated faraday dependency
Dropped support for Ruby < 2.5

Release v0.0.8

08 Jun 20:55
0fb68f1
Compare
Choose a tag to compare
  • Path parameter encoding
  • Raise runtime error when swagger cannot be loaded (with or without auth)
  • Fix to keep supporting ruby 2.0
  • Better test infra to test all supported rubies

Release v0.0.7

08 Jan 21:00
5b750e9
Compare
Choose a tag to compare

Adds module preloads to avoid Ruby/JRuby execution failures in multithreaded apps.

Some of our dependencies (Faraday) still use autoload to load modules. Autoload is not thread safe, and can lead to mysterious "Undefined constant" or other errors at runtime in multithreaded apps.

Preloading those autoloaded modules before getting into multithreaded execution resolves the threading issue.

release v0.0.6

31 Aug 19:11
5c538b5
Compare
Choose a tag to compare

Broaden version spec for faraday and sawyer, so that apps can opt to use newer versions of these if they desire.

Looker has not tested looker-sdk with newer faraday or sawyer releases, so proceed with caution if you choose to require a newer version.

0.0.5

07 Aug 18:56
Compare
Choose a tag to compare

Sync release version number with gemspec version number.
Snapshot recent additions prior to potentially destabilizing gemspec changes

0.0.3 Access Tokens

12 Sep 23:55
Compare
Choose a tag to compare

Support Looker that requires Access Token authentication.

0.0.2 Users and Roles

15 Aug 23:20
Compare
Choose a tag to compare
Merge pull request #1 from looker/user-roles

User roles