diff --git a/CHANGELOG.md b/CHANGELOG.md index 867c17d6f..a49388ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## [3.12.0] - 2023-02-08 +### Added +- Added optional `primary-meta-store.read-only-remote-meta-store-uris` config to allow traffic to be diverted based on calls made. See README.md. + ## [3.11.7] - 2023-11-30 ### Changed - Fixed log statement that was not logging the exception correctly. diff --git a/pom.xml b/pom.xml index b93efa34e..875c50d43 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT pom Waggle Dance Parent Hive Metastore federation service. diff --git a/waggle-dance-api/pom.xml b/waggle-dance-api/pom.xml index 41542bdaf..b085cd90f 100644 --- a/waggle-dance-api/pom.xml +++ b/waggle-dance-api/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-api diff --git a/waggle-dance-boot/pom.xml b/waggle-dance-boot/pom.xml index f51958eeb..8b5abed85 100644 --- a/waggle-dance-boot/pom.xml +++ b/waggle-dance-boot/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-boot diff --git a/waggle-dance-core/pom.xml b/waggle-dance-core/pom.xml index f46ee4210..f5892a28e 100644 --- a/waggle-dance-core/pom.xml +++ b/waggle-dance-core/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-core diff --git a/waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/SplitTrafficMetastoreClientFactoryTest.java b/waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/SplitTrafficMetastoreClientFactoryTest.java index 8231320d7..05b25faf2 100644 --- a/waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/SplitTrafficMetastoreClientFactoryTest.java +++ b/waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/SplitTrafficMetastoreClientFactoryTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2016-2024 Expedia, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.hotels.bdp.waggledance.client; import static org.hamcrest.CoreMatchers.is; diff --git a/waggle-dance-integration-tests/pom.xml b/waggle-dance-integration-tests/pom.xml index 0081ba902..9e6fb0625 100644 --- a/waggle-dance-integration-tests/pom.xml +++ b/waggle-dance-integration-tests/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-integration-tests diff --git a/waggle-dance-rest/pom.xml b/waggle-dance-rest/pom.xml index 156556558..35f61dab4 100644 --- a/waggle-dance-rest/pom.xml +++ b/waggle-dance-rest/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-rest diff --git a/waggle-dance-rpm/pom.xml b/waggle-dance-rpm/pom.xml index 74ec86224..36fbeb64e 100644 --- a/waggle-dance-rpm/pom.xml +++ b/waggle-dance-rpm/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance-rpm diff --git a/waggle-dance/pom.xml b/waggle-dance/pom.xml index 0095eb3dc..c33ac84bc 100644 --- a/waggle-dance/pom.xml +++ b/waggle-dance/pom.xml @@ -4,7 +4,7 @@ com.hotels waggle-dance-parent - 3.11.8-SNAPSHOT + 3.12.0-SNAPSHOT waggle-dance