Skip to content
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

Bump package versions for release on 2020-02-20 #722

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

timtay-microsoft
Copy link
Member

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"
}

abhipsaMisra
abhipsaMisra previously approved these changes Feb 28, 2020
@timtay-microsoft
Copy link
Member Author

/azp run Java Prod, Java Prod Basic, SDL, horton-java-gate

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft timtay-microsoft merged commit 50f5fdf into master Feb 29, 2020
@timtay-microsoft timtay-microsoft deleted the release_2020-02-28 branch March 24, 2020 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants