Skip to content

Releases: aws-samples/aws-iot-device-defender-agent-sdk-python

v1.1.1

13 May 21:52
Compare
Choose a tag to compare

Fixes and changes in this release

  • Change imports to absolute imports
  • Create main functions for Agent and Collector modules

v1.1.0

15 Jan 18:08
Compare
Choose a tag to compare
  • Add Python3 Support
  • Add Flake8 scanning to Travis CI Builds
  • Fix style issues flagged by Flake8
  • Add Python3 Versions to Travis Build
  • Reformatted Unit Tests
  • Simplify Collector Unit Test Structure

Bug fixes and Greengrass sample enhancements

16 Nov 06:38
Compare
Choose a tag to compare

Enhancements

  • Remove websocket flag in the agent connection setup
  • Read configuration from environment variables in the Greengrass lambda
  • Add unit tests for the Collector class
  • Add optional "Thing Name" command line parameter in addition to Client Id
  • Add ability to provide command line flags in a file, using @file syntax

Bug Fixes

  • Network stats parameters were being passed out of order by the collector
  • Delta stats were not calculated correctly