Skip to content

Bump awsiotsdk from 1.0.0.dev0 to 1.7.0#9

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/awsiotsdk-1.7.0
Open

Bump awsiotsdk from 1.0.0.dev0 to 1.7.0#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/awsiotsdk-1.7.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 24, 2021

Bumps awsiotsdk from 1.0.0.dev0 to 1.7.0.

Release notes

Sourced from awsiotsdk's releases.

Fix CA override functions

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

Add Greengrass APIs for resource management

No release notes provided.

Mac SNI fix

  • Fixes an issue where SNI was not being properly performed on Apple systems if a root CA override was provided.

Greengrass IPC client update

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

SNI, Pi fixes

  • On Windows, always perform an SNI check even with an overridden root CA
  • On Windows, properly honor the verify_peer = false option
  • Fix instability with raspberry PI and input stream seeking by doing a better job of modeling file seek offset type and size.

Improved proxy support

  • Http proxies can now be used with direct mqtt connections, not just websockets
  • Samples updated with preferred proxy configuration parameters
  • CRT version update
    • Fix bugs with the ECS credentials provider
    • Fix tls context initialization failures due to pem sanitization bug

Update awscrt and remove support for python3.5

  • Python3.5 is EOL, remove support for it.
  • Update awscrt to 0.11.19
  • Add __version__ to the package

Fix Raspberry Pi wheels

  • Use awscrt 0.11.17, which is working again on piwheels.org for python 3.7

Http bugfix

  • More validation of HTTP/1.1 messages (#273); from aws-crt-python->aws-c-http (#190)

Fix memory leaks and MQTT race conditions

  • BUGFIX: several memory leaks fixed
    • awsiot.eventstreamrpc (used by greengrasscoreipc) had circular references the gc could not clean up
    • awscrt.eventstream.rpc.ClientConnection was leaking its native part
    • awscrt.eventstream.rpc.ClientContinuation was leaking incoming headers
    • awscrt.http.HttpRequest was leaking its headers
    • awscrt.auth.AwsSigningConfig was leaking its native part
    • each call to awscrt.auth.aws_sign_request() was leaking native native data
  • BUGFIX: several MQTT race conditions fixed
  • BUGFIX: fixed errors when application is running on Windows for 21 days

Re-release: Fixes for Raspberry pi

This is a re-release of what should have been v1.5.11 which did not have the right tag name.

  • Fix missing files in source distribution. This should fix the release on piwheels.org.
  • Reduce amount of memory needed to compile. This should fix installs from source on older Raspberry Pis.

... (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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2021
Bumps [awsiotsdk](https://github.com/aws/aws-iot-device-sdk-python-v2) from 1.0.0.dev0 to 1.7.0.
- [Release notes](https://github.com/aws/aws-iot-device-sdk-python-v2/releases)
- [Commits](https://github.com/aws/aws-iot-device-sdk-python-v2/commits/v1.7.0)

---
updated-dependencies:
- dependency-name: awsiotsdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/awsiotsdk-1.7.0 branch from e8c767f to 9e4bd4b Compare November 6, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants