diff --git a/releaseNotes/SpringCloudAzureAppConfigurationConfig.md b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md new file mode 100644 index 00000000..84e41893 --- /dev/null +++ b/releaseNotes/SpringCloudAzureAppConfigurationConfig.md @@ -0,0 +1,20 @@ +# spring-cloud-azure-appconfiguration-config + +[Source code][source_code] | [Package (Maven)][package] | [Product documentation][docs] | [Samples][samples] + +## 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. + + +[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 new file mode 100644 index 00000000..39a53e96 --- /dev/null +++ b/releaseNotes/SpringCloudAzureFeatureManagement.md @@ -0,0 +1,28 @@ +# spring-cloud-azure-feature-management +[Source code][source_code] | [Package (Maven)][package] | [Samples][samples] | [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 is 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 +* 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