Skip to content

Releases: looker-open-source/gzr

gazer v0.2.59

29 Mar 21:22
27bd9ff
Compare
Choose a tag to compare

Bug Fixes

gazer v0.2.58

16 Mar 16:29
eeef8a7
Compare
Choose a tag to compare

Bug Fixes

  • temporary fix for faraday 2.x in looker-sdk (#159) (d89f813)

gazer v0.2.57

16 Mar 16:22
0d36f56
Compare
Choose a tag to compare

Bug Fixes

  • temporary fix for faraday 2.x in looker-sdk (acdb7e8)

gazer v0.2.56

14 Jul 22:33
5fa6e27
Compare
Choose a tag to compare

Bug Fixes

gazer v0.2.54

17 Mar 18:30
eaa9b70
Compare
Choose a tag to compare

Bug Fixes

gazer v0.2.53

14 Dec 01:35
f8b39d4
Compare
Choose a tag to compare

Bug Fixes

gazer v0.2.52

14 Dec 01:31
55a237f
Compare
Choose a tag to compare

Bug Fixes

gazer v0.2.50

19 Nov 02:21
81c6fee
Compare
Choose a tag to compare

Bug Fixes

  • resolved warnings in gemspec. Improved handling of live tests (6291147)

Fix for security issue with updated looker-sdk

13 Dec 04:20
Compare
Choose a tag to compare

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

13 Dec 04:03
Compare
Choose a tag to compare

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.