Skip to content

1.2.2

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 29 Sep 22:30
· 45 commits to master since this release
b199284

Important

  • :connection-impersonation feature from 0.47 is temporarily disabled due to the issues with cluster deployments. See #192 for more details.

Bug fixes

  • Removed forward slash from serialized IPv4/IPv6 columns. NB: IPv4/IPv6 columns are temporarily resolved as type/TextLike instead of type/IPAddress base type due to an unexpected result leading to an exception thrown in Metabase 0.47 type check. It is fixed in Metabase master, but it is not released yet.
  • Removed superfluous CAST calls from generated queries that use Date* columns and/or intervals.