github aws/aws-iot-device-sdk-python-v2 v1.5.13
Fix memory leaks and MQTT race conditions

latest releases: v1.21.4, v1.21.3, v1.21.2...
3 years ago
  • 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

Don't miss a new aws-iot-device-sdk-python-v2 release

NewReleases is sending notifications on new releases.