Releases: ExpediaGroup/waggle-dance
Release 3.11.5
waggle-dance-parent-3.11.5 [maven-release-plugin] copy for tag waggle-dance-parent-3.11.5
Release 3.11.4
Changed
Metrics have been incorporated into Waggle Dance with the inclusion of tags, which will facilitate filtering within Datadog.
Exclude jetty-all from the core module, because it makes spring start fail and makes WaggleDanceIntegrationTest fail.
Upgrade maven.surefire.plugin.version to 3.1.2 (was 3.0.0-m5).
Exclude jdk.tools clashes with > java8 JDK.
Fixed
Exclude Junit5 dependencies as they clashed with Junit4 and caused Maven to stop running the tests.
Fixed metric(graphite) integration test (was broken since 3.10.12 (spring-boot upgrade).
Release 3.11.2
Changed
Setting AWSGlueClientFactory log level to WARN because it spams this log every ~200ms. It could be creating unnecessary Glue clients.
Release 3.11.1
Fixed
Clean up delegation-token set for Kerberos in thread-local.
Release 3.11.0
Fixed
Support kerberos and delegation-token See #264
Changed
Upgrade version of snakeyaml to 1.32 (was 1.26)
Release 3.10.14
Remove waggledance.allow-bean-definition-overriding property to configuration to favor single bean creation.
Release 3.10.12
Upgraded springboot version to 2.7.11 (was 2.0.4.RELEASE).
Added spring-boot-starter-validation.
Added waggledance.allow-bean-definition-overriding property to configuration.
Added joda-time version 2.9.9.
Release 3.10.11
Functionality to get tables from a database using a Glue federation. Code pulled from original AWS master branch.
Release 3.10.10
Upgraded aws-sdk version to 1.12.276 (was 1.11.267) in waggledance-core.
Enabled support to use AWS STS tokens when using Glue sync in waggledance-core.
Release 3.10.9
Uploaded Glue JARs with all changes from release 3.10.8 in /lib folder.
Excluded pentaho-aggdesigner-algorithm dependency from hive-exec (provided) due to problems when building the project locally.