Skip to content

Releases: metabase/toucan

1.11.0

29 Jan 22:36
a8f79bc
Compare
Choose a tag to compare

1.10.1

16 Jan 01:42
aa3d981
Compare
Choose a tag to compare

Fix regression in 1.10.0

1.1.10

16 Jan 01:20
f192e7c
Compare
Choose a tag to compare
  • Tweaks to support MariaDB JDBC driver
  • Updated dependencies
  • Updated CI script (credit: @ElizabethForest)
  • Fixed typos in documentation (credit: @dcreemer)

1.1.9

13 Jul 22:53
addfcef
Compare
Choose a tag to compare
  • Removed classpath-scanning code that caused slowdowns in larger projects and had stopped working in Java 9. (PR #38, credit: @senior)
  • Updated dependencies.

1.1.8

13 Jun 16:16
6c3c483
Compare
Choose a tag to compare

1.1.7

17 May 00:30
9f5a0ea
Compare
Choose a tag to compare

1.1.5

16 May 01:51
a45e650
Compare
Choose a tag to compare
  • Fix support for new versions of H2

1.1.4

17 Jan 21:08
4cf0948
Compare
Choose a tag to compare

1.1.3

30 Dec 00:36
7341dd9
Compare
Choose a tag to compare
  • Add option to automatically convert dashed names to underscores in queries, and underscores in result rows keys to dashes in query results.
    See documentation here.
    (PRs #26, #28, and #29;
    Credits: @AndreTheHunter with some cleanup by @camsaul)

1.1.2

18 Dec 23:06
3355924
Compare
Choose a tag to compare
  • Add optional new post-update handler. (PR #23, Credit: @axrs)
  • Bump dependency versions