Releases: ExpediaGroup/waggle-dance
Release 3.9.5
[3.9.5] - 2021-08-23
Changed
commons-io
updated to2.7.
(was2.6
).org.pentaho:pentaho-aggdesigner-algorithm
dependency excluded fromwaggle-dance-core
.
Release 3.9.4
Waggle Dance 3.9.3 release
[3.9.3] - 2021-03-15
Fixed
- Null Pointer Exception when database name was null in
get_privilege_set
call.
Waggle Dance 3.9.2 release
[3.9.2] - 2021-03-12
Fixed
- Changed spring-boot-maven-plugin layout to ZIP (was JAR). This fixes classloading issues with external jars (which can be loaded by adding
-Dloader.path=my.jar
).
Waggle Dance 3.9.1 release
[3.9.1] - 2021-03-04
Fixed
- Null pointer exception when creating a metastore tunnel by adding a check for null
configuration-properties
. - Fixing issue where Presto views cannot be parsed resulting in errors.
Waggle Dance 3.9.0 Release
[3.9.0] - 2021-02-26
We are pleased to announce the release of Waggle Dance 3.9.0:
https://github.com/HotelsDotCom/waggle-dance/releases/tag/waggle-dance-parent-3.9.0
with the binaries available in Maven Central here:
https://search.maven.org/search?q=waggle-dance
This release introduces two new features:
- Support for setting Hive metastore filter hooks which can be configured per federated metastore.
- Hive configuration properties can be added in the waggle-dance-server.yml file and they will be set when creating the Thrift clients.
We encourage everyone to upgrade to this new version and report any issues to us here:
https://github.com/HotelsDotCom/waggle-dance/issues
Waggle Dance 3.8.0 Release
[3.8.0] - 2020-11-25
We are pleased to announce the release of Waggle Dance 3.8.0:
https://github.com/HotelsDotCom/waggle-dance/releases/tag/waggle-dance-parent-3.8.0
This release introduces a new mapped-tables
feature. See the README and #195 for more information.
We encourage everyone to upgrade to this new version and report any issues to us here:
https://github.com/HotelsDotCom/waggle-dance/issues
Release 3.7.0
[3.7.0] - 2020-09-16
Changed
- Upgraded version of
hive.version
to2.3.7
(was2.3.3
). Allows Waggle Dance to be used on JDK>=9.
Added
- Implemented
get_partition_values()
method inFederatedHMSHandler
due to Hive version change. - New
database-name-mapping
feature. See the README for more information.
Changed
- Removed
IdentityMapping
as a fallback mapping in certain cases. Simplifies code paths.
Waggle Dance 3.5.0 Release
[3.5.0] - 2019-10-14
We are pleased to announce the release of Waggle Dance 3.5.0:
https://github.com/HotelsDotCom/waggle-dance/releases
with the binaries available in Maven Central here:
https://search.maven.org/search?q=waggle-dance
Notable new features in this release include:
- The ability to use an empty prefix on federated metastores (this was previously only allowed for the "primary" metastore). See #183 for more information.
- Improved logging to assist with the debugging of connection issues.
We encourage everyone to upgrade to this new version and report any issues to us here: