Skip to content

Releases: CSS-Electronics/canedge-influxdb-writer

v1.0.3

16 Sep 06:45
Compare
Choose a tag to compare

Changes

  • Updates to requirements.txt to resolve issue in previous mdf-iter version

v1.0.2

06 Sep 15:04
Compare
Choose a tag to compare

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

24 Jun 12:36
Compare
Choose a tag to compare

Changes

  • major speed fix to the transport protocol handling, in particular for larger files

v1.0.0

23 Jun 19:30
Compare
Choose a tag to compare

Changes

  • various restructuring and optimizations, incl. speed from S3

v0.0.7

31 Mar 12:18
Compare
Choose a tag to compare

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

15 Dec 12:54
Compare
Choose a tag to compare

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

01 Dec 12:19
Compare
Choose a tag to compare

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

27 Nov 21:53
Compare
Choose a tag to compare

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

27 Nov 14:15
Compare
Choose a tag to compare

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

05 Nov 13:15
Compare
Choose a tag to compare

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%+.