-
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
update changelog for 0.4.2 #315
Closed
Closed
Conversation
This file contains 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
2013.04.01 Version 0.4.2 | ||
* Fixed a bunch of encoding issues to make sure the SDK works well with unicode | ||
* Storage queue now throws an exception instead of submitting the message if the message is null | ||
* Fixed a service bus receiving message issue if the locale is not US or UTC |
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.
Consider capitalizing service names, Queue, Service Bus.
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.
"is not US or UTC" should be "is neither US nor UTC".
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Mar 4, 2019
…0-Preview-dev Revert "New storage sdk v10 preview dev"
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this pull request
Mar 21, 2019
Add withRequestPolicies
mssfang
pushed a commit
to mssfang/azure-sdk-for-java
that referenced
this pull request
Apr 23, 2019
…m master branch (Azure#315) * Test improvements (Azure#309) * Adding a large message test. Adding duplicate tests for partitioned entities. Minor tweaks to make message handler tests more reliable. * Invalid merge. * Removed merge conflict files * Some test fixes. * Adding ARM deployment template for CI (Azure#218) build/azuredeploy.json * Test reliability fixes. And RequestResponseLimitTest is modified to drastically reduce its runtime. * More test reliability fixes. * More tweaks. # Conflicts: # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/ClientValidationTests.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/primitives/ConnectionStringBuilderTests.java * Adding retry to RequestResponse link when idle connection is closed. (Azure#305) * Adding retry to RequestResponse link when idle connection is closed. Otherwise CBS token sending will fail if a SEND request comes in right at the time of connnection closing. * Minor tweaks to fix 15 minute timeout bug. * Another fix to handle connection while the links are being opened. * Another fix to retry sending SAS token if it times out. There are cases when client sending SAS token and server closing the connection happen at the same time and response never arrives. * More fixes to request-response link to retry on connection close. * A test fix. # Conflicts: # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/amqp/AmqpErrorCode.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/CoreMessageReceiver.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/CoreMessageSender.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/RequestResponseLink.java * Adding support for multiple message body types. (Azure#296) * Adding support for multiple message body types. Deprecated getBody and setBody methods. * Changes to MessageBody class API to support AMQP spec of multiple data sections or sequence sections in a message. * Adding a minor null check. * Change to handle Messages constructed with string body as binary messages to preserve backward compatibility. * Adding message body tests. # Conflicts: # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/Message.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/SendReceiveTests.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/SessionTests.java * Merging the fix for man-in-the-middle vulnerability from master branch.
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.