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 oftype/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.