Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 2.46 KB

Changelog for AWS IoT Jobs Library

v1.5.0 (May 2024)

  • #95 Fix misra violations
  • #93 Performance and safety improvements

v1.4.0 (November 2023)

  • #90 Update doxygen to reflect addition of OTA Job Parser
  • #88 ADD OTA Job Parser for parsing out the fields of an incoming Job Document sent to a device from AWS IoT
  • #86 MISRA C:2012 Compliance update
  • #85 Add API's to jobs.c for interacting with the AWS IoT Jobs Service

v1.3.0 (October 2022)

Other Updates:

  • #67 MISRA C:2012 Compliance update
  • #65 Update CBMC starter kit
  • #61 Loop invariant update

v1.2.0 (November 2021)

Other Updates:

  • #57 Update litani and template submodules for cbmc
  • #55 Update Doxygen version to 1.9.2
  • #54 Updated aws-templates-for-cbmc-proofs submodule

v1.1.1 (July 2021)

API Changes:

  • #50 Move declaration of temporary variables after length check

v1.1.0 (March 2021)

API Changes:

  • #34 and #35 Add support for generating and matching DescribeJobExecution API topics with $next as a jobID.
  • #38 Add new utility macros to API for compile-time generation of AWS IoT Jobs API topics.

Other Updates:

  • #37 Add code examples in documentation of API functions.
  • #43 Add MISRA rule 2.5 in list of ignored violations in MISRA.md file.

v1.0.0 (November 2020)

This is the first release of the AWS IoT Jobs Library in this repository.