Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 01:12
· 1 commit to master since this release
c85f628

Automatically created release from commit c85f628512ff6724d506e09a50235ca74ace61fa created at 2024-09-04T01:11:44

What's Changed

  • fix(runtime): fix service runtime to stop abusing SD card write cycle by @koprivajakub in #2
  • fix(runtime): fix typo in the error message by @koprivajakub in #3

What's changed for the user in reality

One very important thing. Previously the script generated every image upload cycle a significant I/O footprint on the SD Card. Flash memories including SD Cards, SSD drives, etc do have a finite number of rewrite cycles so the script itself was slowly killing the SD Card. The new updated version limits the number of writes to the SD card and only writes a few log lines on the startup of the process and also in case there is an error (only once when the script transitions from a healthy state into an erroneous state). This significantly lowers the amount of writes needed for the storage layer.

Full Changelog: 1.0.0...1.1.0