Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Releases: aws-solutions/iot-device-simulator

v3.0.9

29 Oct 20:17
ca32f73
Compare
Choose a tag to compare

[3.0.9] - 2024-10-29

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.8

19 Aug 15:30
557d7b5
Compare
Choose a tag to compare

[3.0.8] - 2024-08-19

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.7

16 Jul 16:33
6de295a
Compare
Choose a tag to compare

[3.0.7] - 2024-07-16

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.6

03 Apr 19:35
Compare
Choose a tag to compare

[3.0.6] - 2024-04-03

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.5

05 Feb 17:23
bb3e2e3
Compare
Choose a tag to compare

[3.0.5] - 2024-02-05

Fixed

  • Pinned the cdk-nag package version to 2.27.104

v3.0.4

26 Oct 14:43
b9328ab
Compare
Choose a tag to compare

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.3

31 Aug 14:05
5107a1b
Compare
Choose a tag to compare

[3.0.3] - 2023-08-30

Changed

  • Updated AWS Amplify 4 to 5 and UI login page
  • Migrated AWS SDK for JavaScript V2 to V3
  • Updated outdated libraries
  • Improvement to service API metrics collection

Fixed

  • Simulations map not working
  • Fix Device Type and simulation deletion UI issue (GitHub issue #29)

Removed

  • CDK Bootstrap requirement for provisioning the CloudFormation stack

Security

  • Addressed security vulnerabilities found in npm packages

v3.0.2

21 Jun 14:56
Compare
Choose a tag to compare

Changed

  • Added deployment details in README.md

Fixed

  • fast-xml-parser vulnerability

v3.0.1

27 Apr 19:03
0475203
Compare
Choose a tag to compare

Changed

  • Upgraded to Node 18
  • Added App registry integration
  • Upgraded to CDK 2, React Scripts 5
  • Upgraded to use ES2022

v3.0.0

22 Nov 22:09
39ab5e3
Compare
Choose a tag to compare

[3.0.0] - 2021-11-22

⚠️ BREAKING CHANGES

v3.0.0 does not support to upgrade from the previous version due to

  • Design change
    • Using AWS Step Functions instead of AWS Fargate to run a simulator
    • Merged devices and widgets into simulations
    • Merged device-widgets, sim-settings, and sim-metrics Amazon DynamoDB tables into Simulator DynamoDB table
    • Merged all microservices AWS Lambda function into a single microservices AWS Lambda function
  • AWS CDK to generate AWS CloudFormation template

Added

  • Support import/Export of device types
  • Multiple vehicles displayed on map
  • Ability to define a character set (an alphabet from which the ID will be created) and the length of the ID attribute

Changed

  • Replace Mapbox map to Amazon Location Service map for the automotive demo
  • UI framework migration: Angular JS to React
  • Change helper AWS Lambda function to TypeScript
  • Abstracted devices - devices are no longer created and stored, they will be generated in the simulator lambda using the specified device type and amount specified for each device type
  • Simplified boolean attribute: no max and min to generate boolean data
  • Automotive demo attributes aggregated into a single message

Fixed

  • Unix timestamp to show the epoch time correctly

Removed

  • Data attributes: uuid, shortid