Skip to content

Releases: ExpediaGroup/waggle-dance

Release 3.11.5

23 Oct 07:49
Compare
Choose a tag to compare
waggle-dance-parent-3.11.5

[maven-release-plugin] copy for tag waggle-dance-parent-3.11.5

Release 3.11.4

25 Aug 20:58
Compare
Choose a tag to compare

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

25 Aug 20:57
Compare
Choose a tag to compare

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

25 Aug 20:56
Compare
Choose a tag to compare

Fixed
Clean up delegation-token set for Kerberos in thread-local.

Release 3.11.0

25 Aug 20:56
Compare
Choose a tag to compare

Fixed
Support kerberos and delegation-token See #264
Changed
Upgrade version of snakeyaml to 1.32 (was 1.26)

Release 3.10.14

25 Aug 20:55
Compare
Choose a tag to compare

Remove waggledance.allow-bean-definition-overriding property to configuration to favor single bean creation.

Release 3.10.12

25 Aug 20:55
Compare
Choose a tag to compare

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

25 Aug 20:54
Compare
Choose a tag to compare

Functionality to get tables from a database using a Glue federation. Code pulled from original AWS master branch.

Release 3.10.10

25 Aug 20:54
Compare
Choose a tag to compare

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

25 Aug 20:52
Compare
Choose a tag to compare

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.