Releases: CSS-Electronics/canedge-influxdb-writer
Releases · CSS-Electronics/canedge-influxdb-writer
v1.0.3
Changes
- Updates to requirements.txt to resolve issue in previous mdf-iter version
v1.0.2
Changes
- Updated code to reflect the new support for decompression/decryption (*.MFC, *.MFE, *.MFM) in the mdf_iter and canedge_browser modules
- Updated AWS Lambda ARN layers to include latest mdf_iter and canedge_browser
v1.0.1
Changes
- major speed fix to the transport protocol handling, in particular for larger files
v1.0.0
Changes
- various restructuring and optimizations, incl. speed from S3
v0.0.7
Changes
- Added AWS Lambda ARN layers for easy deployment
- Added LIN bus data support
- Added guidance for importing transport protocol decoding (e.g. for UDS)
- Added basic 'tags' example and support
- Improved README and various minor fixes
v0.0.6
Changes
- Restructured code to expose
df_raw
and df_phys
directly in main.py
to enable easier data modification
- Optimized utility libraries
v0.0.5
Changes
- Improved the number of InfluxDB query requests made by the script
- Resolved an issue where the script would process the same log file multiple times
- Various code optimizations
v0.0.4
Changes
- Added a 1 sec delta to the 'most recent timestamp' from InfluxDB in order to avoid re-writing a log file from a prior execution
- Optimized query usage for InfluxDB by moving the connection test into the initialization of the
SetupInflux
class
v0.0.3
Changes
- Script will by default now only process log files that have not yet been pushed to InfluxDB
- Removed
last_run.txt
concept (device start times are now based on their latest timestamps in InfluxDB)
- Simplified various parts of the code in
utils.py
v0.0.2
Changes
- Updated AWS Lambda ARN list to match latest dependencies
- Various README edits
Notes
We strongly recommend upgrading the canedge_browser
to v0.0.5+ to fix bugs and improve speed by 90%+.