aws / aws-iot-device-sdk-java-v2

Next generation AWS IoT Client SDK for Java using the AWS Common Runtime
Apache License 2.0
111 stars 75 forks source link

Bump software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk from 1.0.0-SNAPSHOT to 1.5.0 in /tests/greengrass/basic_discovery #588

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk from 1.0.0-SNAPSHOT to 1.5.0.

Release notes

Sourced from software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk's releases.

Fix CA override functions

Fix the issue where "overrideDefaultTrustStore" functions did not actually override the system trust store on Linux and Apple platforms.

Add Greengrass APIs for resource management

No release notes provided.

Reconnect Timeout

  • Support configurable reconnect timeout

keepAliveMs -> keepAliveSecs

  • Deprecated withKeepAliveMs, also fixed the bug in it
  • Introduce withKeepAliveSecs

Greengrass IPC client update

  • New APIs added to the Greengrass IPC client (#163)

Windows SNI fix on root CA override

  • On Windows, perform SNI/server cert chain check even if the the root CA has been overridden

Improved proxy suport

  • Direct mqtt connections may now go through an http proxy.
  • Bugfixes from CRT version update:
    • Fix tls context initialization errors due to pem-sanitization bug
    • Fix ECS credentials provider

Http and Windows fixes

Updating aws-crt-java to pick up the following changes:

  • BUGFIX: More validation of HTTP/1.1 messages.
  • BUGFIX: High resolution clock fix on Windows.
  • BUGFIX: Non-ascii file open fix on Windows.
  • BUGFIX: Support non-desktop Windows.
  • BUGFIX: Fixing sending of S3 abort-multipart-upload message

Aws-lc and mqtt race condition fixes

  • Transition from openssl to aws-lc as the native crypto implementation on linux
  • Fixed a significant number of race conditions in the mqtt implementation

Updated Greengrass IPC client

  • Updated Greengrass IPC client (#149)

TLS alert fix for device advisor

  • Pull in s2n shutdown fix via crt; add resource waits on samples
  • Add long operation timeout to support tls shutdown delay for device advisor

Protocol Operation Timeout Added

  • withProtocolOperationTimeoutMs method added to AwsIotMqttConnectionBuilder, which will control timeout value for requests that response is required on healthy connection. If a response is not received within this interval, the request made by the connection will fail. Applied to publish (QoS>0) and unsubscribe

EventStreamRPC connect ack bug fix

  • Fixes connect ack bug released recently in EventStream RPC

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aws/aws-iot-device-sdk-java-v2/network/alerts).