-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChangeLog updates for core modules #7066
Changes from 8 commits
b97b863
e27a617
3a892e2
8b9f99b
c0b8f97
b35417d
7095048
f672240
eefdbc6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# 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. | ||
- Renamed from getProperties() -> getEventHubProperties(). | ||
- Exposed getMaxSizeInBytes API. | ||
- Removed fromOffset(bool) overload public method. | ||
- 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) | ||
- Make ClientLogger thread-safe. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There were no updates in ClientLogger on our end. |
||
- 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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Release History | ||
|
||
## 1.2.0-beta.1 (Unreleased) | ||
|
||
## Version 1.1.0 (2019-11-26) | ||
- Switch to JUnit version 5. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not see okhttp 1.1.0 released yet http://repo2.maven.apache.org/maven2/com/azure/azure-core-http-okhttp/ |
||
|
||
## 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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in our actual azure-messaging-eventhubs package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with changes in line 15 and 16