diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md new file mode 100644 index 000000000000..0eabe5ec324d --- /dev/null +++ b/sdk/core/azure-core/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log azure-core + +## Version 1.1.0 (2019-11-26) +- Added support for creating reactor-netty-http client from an existing client. +- Added UserAgent helper methods for fetching client name and version from pom file. +- Added toReactorContext to FluxUtil. +- Logging exception at warning level, and append stack trace if log level is verbose. +- Fixed HttpLoggingPolicy to take null HttpLogOptions. +- Changed the User agent format. +- Hide the secrets from evnironment variable. +- UserAgentPolicy is using the value stored in the policy no matter what is stored in the passed request. Also, removed the service version from User agent format. +- Added Iterable overload for IterableStream. +- Reduce Prefetch Limit for PagedIterable and IterableStream. +- Ensure HTTPS is used when authenticating with tokens. + +## Version 1.0.0 (2019-10-29) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/core/azure-core/README.md) +and +[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/core/azure-core/src/samples/java/com/azure/core) + +- Initial release. Please see the README and wiki for information on the new design.