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

Releases: looker/looker-sdk-ruby

Release v0.1.0

Choose a tag to compare

@rollyjoel rollyjoel released this 20 Aug 17:35
0abdea6

Updated faraday dependency
Dropped support for Ruby < 2.5

Release v0.0.8

Choose a tag to compare

@rollyjoel rollyjoel released this 08 Jun 20:55
0fb68f1
  • 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

Choose a tag to compare

@dthorpe dthorpe released this 08 Jan 21:00
5b750e9

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

Choose a tag to compare

@dthorpe dthorpe released this 31 Aug 19:11
5c538b5

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

Choose a tag to compare

@dthorpe dthorpe released this 07 Aug 18:56

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

0.0.3 Access Tokens

Choose a tag to compare

@jbandhauer jbandhauer released this 12 Sep 23:55

Support Looker that requires Access Token authentication.

0.0.2 Users and Roles

Choose a tag to compare

@jonathanswenson jonathanswenson released this 15 Aug 23:20
Merge pull request #1 from looker/user-roles

User roles