Skip to content

Releases: looker-open-source/calcite-avatica

avatica-1.27.0-looker

Choose a tag to compare

What's Changed

  • feat: Added a weekly dependency check workflow by @Aryex in #26
  • feat: Adding IAP support and updating Kotlin SDK by @MitchellGale in #29

Full Changelog: https://github.com/looker-open-source/calcite-avatica/commits/avatica-1.27.0-looker

avatica-1.26.0-looker

Choose a tag to compare

@olivrlee olivrlee released this 14 Mar 22:12

Notable updates:

Fixed GHSA-4jrv-ppp4-jm57 by updating Looker Kotlin SDK jar

avatica-1.24.1-looker

Choose a tag to compare

@olivrlee olivrlee released this 06 Aug 19:52

avatica-1.23.4-looker

Choose a tag to compare

@tjbanghart tjbanghart released this 20 Sep 23:07

What's Changed

  • Adds Looker JDBC driver with streaming support in #2
    • Use jdbc:looker as the protocol to select this over the default Avatica driver. (e.g. jdbc:looker:url=https://<looker_instance>)
    • Classpath is org.apache.calcite.avatica.remote.looker.LookerDriver
  • Removes 5000 row limit.
  • Compatible with Looker v23.18+.
  • Adds userAgent=<string> URL param to identify client requests on the Looker instance.

Full Changelog: https://github.com/looker-open-source/calcite-avatica/commits/avatica-1.23.4-looker

avatica-1.23.3-looker

Choose a tag to compare

@wnob wnob released this 12 Apr 00:47

avatica-1.23.1-looker

Choose a tag to compare

@tjbanghart tjbanghart released this 17 Feb 23:51
b0ee82b
  • Adds userAgent JDBC param: 985a09c