Bump package versions for release on 2020-02-20 #722
Merged
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.
Java IotHub Device Client (com.microsoft.azure.sdk.iot:iot-device-client:1.20.1)
Bug Fixes
• Adjust which amqp exceptions are retryable to improve retry logic
• Fix bug where device client using mqtt_ws failed to tunnel through http proxy if proxy response used Http/1.0 (#715)
Java IotHub Service Client (com.microsoft.azure.sdk.iot:iot-service-client:1.20.1)
• Added better logging to feedback receiver, cloud to device sender, and file upload notification receiver
Bug Fixes
• Fixed bug where file upload notification receiver did not clean up its sockets if connection failed (#549)
• Fixed bug where file upload notification receiver and feedback receiver both silently swallowed messages occasionally (#720)
Java SDK Dependency (com.microsoft.azure.sdk.iot:iot-deps:0.9.1)
• Add better logging to amqp layer, and better cleanup logic for error cases
• Upgrade qpid proton-j extensions library to latest version
Java Provisioning Device Client (com.microsoft.azure.sdk.iot.provisioning:provisioning-device-client:1.8.0)
• Add better logging to amqp layer, and better cleanup logic for error cases
Merge Pull Request
#716, #717, #713, #718
Maven packages
https://search.maven.org/artifact/com.microsoft.azure.sdk.iot/iot-device-client/1.20.1/jar
https://search.maven.org/artifact/com.microsoft.azure.sdk.iot/iot-service-client/1.20.1/jar
https://search.maven.org/artifact/com.microsoft.azure.sdk.iot/iot-deps/0.9.1/jar
https://search.maven.org/artifact/com.microsoft.azure.sdk.iot.provisioning/provisioning-device-client/1.8.0/jar
Note that the provisioning device client version bump is a minor bump, since this is the first release of that package since the last LTS release
old
{
"device": "1.20.0",
"service": "1.20.0",
"deps": "0.9.0",
"securityProvider": "1.3.0",
"tpmEmulator": "1.1.1",
"tpmHsm": "1.1.2",
"diceEmulator": "1.1.1",
"dice": "1.1.1",
"x509": "1.1.3",
"provisioningDevice": "1.7.1",
"provisioningService": "1.6.0"
}
new
{
"device": "1.20.1",
"service": "1.20.1",
"deps": "0.9.1",
"securityProvider": "1.3.0",
"tpmEmulator": "1.1.1",
"tpmHsm": "1.1.2",
"diceEmulator": "1.1.1",
"dice": "1.1.1",
"x509": "1.1.3",
"provisioningDevice": "1.8.0",
"provisioningService": "1.6.0"
}