Releases: looker/looker-sdk-ruby
Release v0.1.0
Updated faraday dependency
Dropped support for Ruby < 2.5
Release v0.0.8
- 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
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
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
0.0.3 Access Tokens
Support Looker that requires Access Token authentication.
0.0.2 Users and Roles
Merge pull request #1 from looker/user-roles User roles