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

v3.0.0

Compare
Choose a tag to compare
@beomseoklee beomseoklee released this 22 Nov 22:09
· 20 commits to main since this release
39ab5e3

[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