-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Added changeLog for azure-core #6805
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
| - Hided 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<T> overload for IterableStream<T>. | ||
| - Reduce Prefetch Limit for PagedIterable and IterableStream. | ||
| - Ensure HTTPS is used when authenticating with tokens. | ||
|
|
||
|
Contributor
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. Add Following as well
Contributor
Author
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. Is this 1.1.0? My updates are for 1.1.0 release |
||
| ## 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. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
"Hided" -> Hide
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.
Done.