Release v0.1.1
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.
- Fixed bug in
- Edge agent developer guide and associated scripts:
- Fixed bug in
install-socketcan.sh
that caused thecan-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
andfwdev.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.
- Kernel updated and SocketCAN modules installed from
- Fixed bug in