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 software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk from 1.0.0-SNAPSHOT to 1.5.0 in /tests/greengrass/basic_discovery #588

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

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 <dependency name> 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.

Bumps [software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk](https://github.com/awslabs/aws-iot-device-sdk-java-v2) from 1.0.0-SNAPSHOT to 1.5.0.
- [Release notes](https://github.com/awslabs/aws-iot-device-sdk-java-v2/releases)
- [Commits](https://github.com/awslabs/aws-iot-device-sdk-java-v2/commits/v1.5.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies This issue is a problem in a dependency. label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants