-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: * No new features. Bugfixes/Improvements: * Edge agent source code: * Fixed bug in `PayloadManager.cpp` that caused corruption of the persisted data. * Improved the documentation of the Protobuf schemas. * Added retry with exponential back-off for making initial connection to AWS IoT Core. * Added retry for uploading previously-collected persistent data. * Edge agent developer guide and associated scripts: * Fixed bug in `install-socketcan.sh` that caused the `can-gw` kernel module not to be loaded, which prevented data from being generated when the fleet size was greater than one. * Edge agent developer guide now available in HTML format as well as PDF format. * Cloud demo script `demo.sh`: * Added retry loop if registration fails due to eventual-consistency of IAM. * Added `--force-registration` option to allow re-creation of Timestream database or service role, if these resources have been manually deleted. * Updated `iotfleetwise-2021-06-17.json` to current released version, which improves the parameter validation and help documentation. * CloudFormation templates `fwdemo.yml` and `fwdev.yml`: * Kernel updated and SocketCAN modules installed from `linux-modules-extra-aws` to avoid modules becoming unavailable after system upgrade of EC2 instance. * Edge agent now compiled and run on the same EC2 instance, rather than using CodePipeline.
- Loading branch information
Showing
27 changed files
with
875 additions
and
741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,37 @@ | ||
# Change Log | ||
|
||
## v0.1.1 (January 25, 2022) | ||
https://s3.console.aws.amazon.com/s3/object/aws-iot-fleetwise?prefix=v0.1.1/aws-iot-fleetwise-edge.zip | ||
|
||
Features: | ||
* No new features. | ||
|
||
Bugfixes/Improvements: | ||
* Edge agent source code: | ||
* Fixed bug in `PayloadManager.cpp` that caused corruption of the persisted data. | ||
* Improved the documentation of the Protobuf schemas. | ||
* Added retry with exponential back-off for making initial connection to AWS IoT Core. | ||
* Added retry for uploading previously-collected persistent data. | ||
* Edge agent developer guide and associated scripts: | ||
* Fixed bug in `install-socketcan.sh` that caused the `can-gw` kernel module not to be loaded, | ||
which prevented data from being generated when the fleet size was greater than one. | ||
* Edge agent developer guide now available in HTML format as well as PDF format. | ||
* Cloud demo script `demo.sh`: | ||
* Added retry loop if registration fails due to eventual-consistency of IAM. | ||
* Added `--force-registration` option to allow re-creation of Timestream database or service | ||
role, if these resources have been manually deleted. | ||
* Updated `iotfleetwise-2021-06-17.json` to current released version, which improves the | ||
parameter validation and help documentation. | ||
* CloudFormation templates `fwdemo.yml` and `fwdev.yml`: | ||
* Kernel updated and SocketCAN modules installed from `linux-modules-extra-aws` to avoid | ||
modules becoming unavailable after system upgrade of EC2 instance. | ||
* Edge agent now compiled and run on the same EC2 instance, rather than using CodePipeline. | ||
|
||
## v0.1.0 (November 29, 2021) | ||
https://s3.console.aws.amazon.com/s3/object/aws-iot-fleetwise?prefix=v0.1.0/aws-iot-fleetwise-edge.zip | ||
|
||
Features: | ||
* Initial preview release | ||
|
||
|
||
Bugfixes/Improvements: - N/A | ||
Bugfixes/Improvements: | ||
* N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.