Releases: looker-open-source/gzr
Releases · looker-open-source/gzr
gazer v0.2.59
gazer v0.2.58
gazer v0.2.57
Bug Fixes
- temporary fix for faraday 2.x in looker-sdk (acdb7e8)
gazer v0.2.56
Bug Fixes
- release version (c94373c)
gazer v0.2.54
gazer v0.2.53
gazer v0.2.52
gazer v0.2.50
Bug Fixes
- resolved warnings in gemspec. Improved handling of live tests (6291147)
Fix for security issue with updated looker-sdk
The Looker SDK was pushing the client id and client secret credentials as part of the URL. Some systems might be able to log this info. We moved this to the request body in order that it will be ssl encrypted.
Fix SSL issues when initiating a connection
The prior release introduced a bug that prevented self-signed certificates from working even when the --no-verify-ssl
flag was used. This release fixed that bug.