This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Releases: aws-solutions/iot-device-simulator
Releases · aws-solutions/iot-device-simulator
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
Security
- Addressed security vulnerabilities found in npm packages
v3.0.3
[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
v3.0.1
v3.0.0
[3.0.0] - 2021-11-22
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
andwidgets
intosimulations
- Merged
device-widgets
,sim-settings
, andsim-metrics
Amazon DynamoDB tables intoSimulator
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: nomax
andmin
to generateboolean
data - Automotive demo attributes aggregated into a single message
Fixed
- Unix timestamp to show the epoch time correctly
Removed
- Data attributes:
uuid
,shortid