diff --git a/sdk/core/azure-core-amqp/CHANGELOG.md b/sdk/core/azure-core-amqp/CHANGELOG.md new file mode 100644 index 0000000000000..3e61c4f73d751 --- /dev/null +++ b/sdk/core/azure-core-amqp/CHANGELOG.md @@ -0,0 +1,57 @@ +# Release History + +## 1.0.0-beta.8 (12-03-2019) +- Changed preview to beta. +- Fixes authorization when using client credentials. +- Changed FullyQualifiedDomainName -> FullyQualifiedNamespace. +- Renamed `BatchOptions` -> `CreateBatchOptions` and added `getRetryMode`. +- Renamed `ProxyConfiguration` -> `ProxyOption`s. +- Removed cloneable from retry policies. +- Renamed `RetryOptions`, `RetryPolicy` -> `AmqpRetryOptions`, `AmqpRetryPolicy`. +- Updated `RetryMode` -> `AmqpRetryMode`. +- Updated CBS -> ClaimsBasedSecurityNode. +- Removed final from RetryPolicy. +- Updated Hostname -> FullyQualifiedNamespace. +- `AmqpConnection` implements AutoCloseable. Added `getEndpointStates` API. +- `AmqpConnection`/`Link`/`Session` implements AutoCloseable. Added `getEndpointStates` API. +- `CBSNode` implements AutoCloseable. +- Deleted EndpointStateNotifier. Added ShutdownSignals to Connection. +- Deleted EndpointStateNotifierBase. +- Updated parameter name for MessageConstant.fromValue. +- Moved AmqpExceptionHandler into implementation class. +- Updated CBS -> Cbs. +- Added `AmqpEndpointStateUtil`. +- Closed ReactorReceiver on errors or closures in link. + +## Version 1.0.0-preview.7 (2019-11-04) + +## Version 1.0.0-preview.6 (2019-10-10) +- Added more error messages for checking null. + +## Version 1.0.0-preview.5 (2019-10-07) +- Getters and setters were updated to use Java Bean notation. +- Added `MessageSerializer` to azure-core-amqp. +- Moved Reactor handlers into azure-core-amqp. +- Moved implementation specific classes to azure-core-amqp. +- Moved ReactorDispatcher, AmqpErrorCode to azure-core-amqp. +- Renamed `getIdentifier` to `getId`. +- Renamed `getHost` to `getHostName`. +- Cleanup and introduced OpenCensus Tracing plugin. +- Added `PROTON_IO` in ErrorCondition. +- Added `ProxyConfiguration` for API `createConnectionHandler`. + +## Version 1.0.0-preview.4 (2019-09-09) +- Support tracing for azure-core-amqp. + +## Version 1.0.0-preview.3 (2019-08-05) +- Retry implements Cloneable. +- Rename `Retry` to `RetryPolicy`. +- `RetryOptions` implements Cloneable. + +## Version 1.0.0-preview.2 (2019-07-02) + +## Version 1.0.0-preview.1 (2019-06-28) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_1.0.0-preview.1/core/azure-core-amqp/README.md) + +- Initial release. Please see the README and wiki for information on the new design. diff --git a/sdk/core/azure-core-http-netty/CHANGELOG.md b/sdk/core/azure-core-http-netty/CHANGELOG.md new file mode 100644 index 0000000000000..2345b0d09b474 --- /dev/null +++ b/sdk/core/azure-core-http-netty/CHANGELOG.md @@ -0,0 +1,14 @@ +# Release History + +## 1.2.0-beta.1 (Unreleased) + +## Version 1.1.0 (2019-11-26) +- Switch to JUnit version 5. + +## Version 1.0.0 (2019-10-29) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-http-netty_1.0.0/sdk/core/azure-core-http-netty/README.md) +and +[samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-core-http-netty_1.0.0/sdk/core/azure-core-http-netty/src/samples/java/com/azure/core/http/netty) + +- Initial release. Please see the README and wiki for information on the new design. diff --git a/sdk/core/azure-core-http-okhttp/CHANGELOG.md b/sdk/core/azure-core-http-okhttp/CHANGELOG.md new file mode 100644 index 0000000000000..3f7e7b1c60a0c --- /dev/null +++ b/sdk/core/azure-core-http-okhttp/CHANGELOG.md @@ -0,0 +1,14 @@ +# Release History + +## 1.2.0-beta.1 (Unreleased) + +## Version 1.1.0 (2019-11-26) +- Switch to JUnit version 5. + +## Version 1.0.0 (2019-10-29) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.0.0/sdk/core/azure-core-http-okhttp/README.md) +and +[samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-core_1.0.0/sdk/core/azure-core-http-okhttp/src/samples/java/com/azure/core/http/okhttp) + +- Initial release. Please see the README and wiki for information on the new design. diff --git a/sdk/core/azure-core-management/CHANGELOG.md b/sdk/core/azure-core-management/CHANGELOG.md new file mode 100644 index 0000000000000..2bd5f4012be3a --- /dev/null +++ b/sdk/core/azure-core-management/CHANGELOG.md @@ -0,0 +1,8 @@ +# Release History + +## 1.0.0-preview.4 (2019-09-09) + +## Version 1.0.0-preview.3 (2019-08-05) + +## Version 1.0.0-preview.1 (2019-06-28) +- Initial release. This package contains Microsoft Azure SDK for Template. diff --git a/sdk/core/azure-core-test/CHANGELOG.md b/sdk/core/azure-core-test/CHANGELOG.md new file mode 100644 index 0000000000000..b7a9c62fbf2ec --- /dev/null +++ b/sdk/core/azure-core-test/CHANGELOG.md @@ -0,0 +1,16 @@ +# Release History + +## 1.1.0-beta.2 (2019-12-18) +- Quick release to have client library depends on the right version of azure-core and azure-core-test changes. + +## Version 1.1.0-beta.1 (2019-12-17) +- Added log message if playback json file is missing. +- Fixed bug which record failed for newly added tests. +- Switch to JUnit version 5. +- Allowed to record body when content type is not set. + +## Version 1.0.0 (2019-10-29) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.0.0/sdk/core/azure-core-test/README.md) + +- Initial release. Please see the README and wiki for information on the new design. diff --git a/sdk/template/azure-sdk-template/CHANGELOG.md b/sdk/template/azure-sdk-template/CHANGELOG.md new file mode 100644 index 0000000000000..82d3974cdc205 --- /dev/null +++ b/sdk/template/azure-sdk-template/CHANGELOG.md @@ -0,0 +1,14 @@ +# Release History + +## 1.0.4-beta.1 (2019-11-20) + +## Version 1.0.3 (2019-11-18) + +## Version 1.0.3-beta.1 (2019-11-17) + +## Version 1.0.1 (2019-11-17) + +## Version 1.0.1-beta.1 (2019-11-17) + +## Version 1.0.2 (2019-08-15) +- Initial release. Please see the README and wiki for information on the new design.