Tags give the ability to mark specific points in history as being important
Release 0.5.7 - Smaller binaries due to optimize for size - Log statistics when running periodical work - Make info-level logging more useful and rework logging a bit
Release 0.5.6 - optimize memory size of buffered data
Release v0.5.5 - Don't send metadata update signals on no-op changes - Fix a few more lints according to clippy
Release 0.5.4 - Add kWh to secondary SenML units - Do not send metadata updated when metadata change was a no-op
Release v0.5.2 This release just sets SQLX_OFFLINE to true by default, and thus makes it build-able for any dependent crate that wants to build/install from crates.io
Release v0.5.1 - Open source licensed including dependencies - Renamed loggerdb to modio-logger-db for publishing
Release v0.5.0 - Support setting mode in metadata - Serialize mode outwards tooo
Release: v0.3.6 - Handle situations where many transactiosn were un-handled that could cause unbounded growth of unhandled transactions. - Fix clippy lints and fixes
Tag release v0.3.5 - Fixes logging spam
Release v0.3.3 - Fixes transaction get
Release v0.3.2 - Don't report an error when updating a unit to the same thing This is common in our code and should be a not-bad thing.
Release 0.3.1 Version bump to force new packages to be built and uploaded
Release 0.3.0 - Now supports adding metadata to store - Supports retrieving metadata as well
Release 0.2.4 - Ignore dupe transactions when adding - Add busy timeout to database - don't use shared cache to prefer database level locks
Release v0.2.3.2 This is a hotfix patch (without review) that handles: - table locking - duplicate transaction ignored
Release v0.2.3.1 - Bug fix with attempt to wait for tables to unlock
Release v0.2.3 - Add logging before returning errors over dbus - Remove some forgotten debug logging