From ac80ef33280128d687e433540859152aa3fbae88 Mon Sep 17 00:00:00 2001 From: mrm9084 Date: Tue, 12 Nov 2019 15:35:11 -0800 Subject: [PATCH 1/4] Added Spring Provider Release Notes --- .../SpringCloudAzureAppConfigurationConfig.md | 14 ++++++++++ .../SpringCloudAzureFeatureManagement.md | 26 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 releaseNotes/SpringCloudAzureAppConfigurationConfig.md create mode 100644 releaseNotes/SpringCloudAzureFeatureManagement.md diff --git a/releaseNotes/SpringCloudAzureAppConfigurationConfig.md b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md new file mode 100644 index 00000000..4c41cda4 --- /dev/null +++ b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md @@ -0,0 +1,14 @@ +## spring-cloud-azure-appconfiguration-config + +### [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config) + +### 1.1.0.M5 - October 28, 2019 + +* Switched to using Azure SDK. +* Added support for using Key Vault References. +* Auto retry on failure of up to 12 times in a 60 second window. +* Now watch only checks for updates when a ServletRequestHandlerEvent is triggered and a update hasn't been happened in the refresh window. + +### 1.1.0.M4 - August 26, 2019 + +* Added Feature Management Support. diff --git a/releaseNotes/SpringCloudAzureFeatureManagement.md b/releaseNotes/SpringCloudAzureFeatureManagement.md new file mode 100644 index 00000000..7c99dd5e --- /dev/null +++ b/releaseNotes/SpringCloudAzureFeatureManagement.md @@ -0,0 +1,26 @@ +## Spring Cloud Azure Feature Management & Web + +### [Maven Feature Management](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management) + +### 1.1.0.M5 - October 28, 2019 + +* Updated error Message when filter not found. +* Fixed bug where null values could be passed in as a feature. + +### 1.1.0.M4 - August 27, 2019 + +* Initial Release +* Adds Feature Flags and Feature Filters +* Supports property file based feature flags + +### [Maven Feature Management Web](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management-web) + +### Web 1.1.0.M5 - October 28, 2019 + +* No Change. + +### Web 1.1.0.M4 - August 27, 2019 + +* Initial Release +* Adds Support for Request based Feature Flags +* Adds FeatureGates, Disabled Action Handling, and Routing away from disabled features From 45618171429c382372cc2a6af69cc8986b51cf9f Mon Sep 17 00:00:00 2001 From: mrm9084 Date: Thu, 14 Nov 2019 16:13:56 -0800 Subject: [PATCH 2/4] Added Links, Restructured Feature Management --- .../SpringCloudAzureAppConfigurationConfig.md | 14 ++++++--- .../SpringCloudAzureFeatureManagement.md | 30 ++++++++++++------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/releaseNotes/SpringCloudAzureAppConfigurationConfig.md b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md index 4c41cda4..84e41893 100644 --- a/releaseNotes/SpringCloudAzureAppConfigurationConfig.md +++ b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md @@ -1,14 +1,20 @@ -## spring-cloud-azure-appconfiguration-config +# spring-cloud-azure-appconfiguration-config -### [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config) +[Source code][source_code] | [Package (Maven)][package] | [Product documentation][docs] | [Samples][samples] -### 1.1.0.M5 - October 28, 2019 +## 1.1.0.M5 - October 28, 2019 * Switched to using Azure SDK. * Added support for using Key Vault References. * Auto retry on failure of up to 12 times in a 60 second window. * Now watch only checks for updates when a ServletRequestHandlerEvent is triggered and a update hasn't been happened in the refresh window. -### 1.1.0.M4 - August 26, 2019 +## 1.1.0.M4 - August 26, 2019 * Added Feature Management Support. + + +[docs]: https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-java-spring-app +[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config +[samples]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples +[source_code]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-appconfiguration-config diff --git a/releaseNotes/SpringCloudAzureFeatureManagement.md b/releaseNotes/SpringCloudAzureFeatureManagement.md index 7c99dd5e..f89026a6 100644 --- a/releaseNotes/SpringCloudAzureFeatureManagement.md +++ b/releaseNotes/SpringCloudAzureFeatureManagement.md @@ -1,26 +1,34 @@ -## Spring Cloud Azure Feature Management & Web +# spring-cloud-azure-feature-management & spring-cloud-azure-feature-management-web -### [Maven Feature Management](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management) +[Source code][source_code] | [Package (Maven)][package] | [Samples][samples] +[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] +[Product documentation][docs] -### 1.1.0.M5 - October 28, 2019 +## 1.1.0.M5 - October 28, 2019 * Updated error Message when filter not found. * Fixed bug where null values could be passed in as a feature. -### 1.1.0.M4 - August 27, 2019 +## 1.1.0.M4 - August 27, 2019 * Initial Release * Adds Feature Flags and Feature Filters * Supports property file based feature flags +* Adds Support for Request based Feature Flags +* Adds FeatureGates, Disabled Action Handling, and Routing away from disabled features -### [Maven Feature Management Web](https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management-web) +## spring-cloud-azure-feature-management-web -### Web 1.1.0.M5 - October 28, 2019 -* No Change. -### Web 1.1.0.M4 - August 27, 2019 -* Initial Release -* Adds Support for Request based Feature Flags -* Adds FeatureGates, Disabled Action Handling, and Routing away from disabled features + + +[docs]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management +[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management +[samples]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples/feature-management-sample +[source_code]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management + +[package_web]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management-web +[samples_web]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples/feature-management-web-sample +[source_code_web]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management-web \ No newline at end of file From 4bf6e758986870af3d16483e36243fc94e3c4664 Mon Sep 17 00:00:00 2001 From: mrm9084 Date: Fri, 15 Nov 2019 08:47:06 -0800 Subject: [PATCH 3/4] Missed removing line --- releaseNotes/SpringCloudAzureFeatureManagement.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/releaseNotes/SpringCloudAzureFeatureManagement.md b/releaseNotes/SpringCloudAzureFeatureManagement.md index f89026a6..6e845663 100644 --- a/releaseNotes/SpringCloudAzureFeatureManagement.md +++ b/releaseNotes/SpringCloudAzureFeatureManagement.md @@ -17,12 +17,6 @@ * Adds Support for Request based Feature Flags * Adds FeatureGates, Disabled Action Handling, and Routing away from disabled features -## spring-cloud-azure-feature-management-web - - - - - [docs]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management [package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management From 298ae6dd6bad76a31c1577a9e041e6a56c61d3a4 Mon Sep 17 00:00:00 2001 From: mrm9084 Date: Fri, 15 Nov 2019 10:27:37 -0800 Subject: [PATCH 4/4] Seperated Feature Management lines --- releaseNotes/SpringCloudAzureFeatureManagement.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releaseNotes/SpringCloudAzureFeatureManagement.md b/releaseNotes/SpringCloudAzureFeatureManagement.md index 6e845663..39a53e96 100644 --- a/releaseNotes/SpringCloudAzureFeatureManagement.md +++ b/releaseNotes/SpringCloudAzureFeatureManagement.md @@ -1,12 +1,12 @@ -# spring-cloud-azure-feature-management & spring-cloud-azure-feature-management-web +# spring-cloud-azure-feature-management +[Source code][source_code] | [Package (Maven)][package] | [Samples][samples] | [Product documentation][docs] -[Source code][source_code] | [Package (Maven)][package] | [Samples][samples] -[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] -[Product documentation][docs] +# spring-cloud-azure-feature-management-web +[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] | [Product documentation][docs] ## 1.1.0.M5 - October 28, 2019 -* Updated error Message when filter not found. +* Updated error message when filter is not found. * Fixed bug where null values could be passed in as a feature. ## 1.1.0.M4 - August 27, 2019