Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

v2.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 11:37
· 264 commits to master since this release
4a764c0

WARNING: This is a pre-release!

Release notes

No new features or specific bug fixes compared to v2.0.0-rc1, however a lot of work has been done to add support for alternative database drivers and the logging library has been switched to one that isn't unmaintained.

Changelog (compared to v2.0.0-rc1)

Added

  • Multiple database options: Strimertul now supports multiple databases drivers. BadgerDB will remain as default (and currently the only option) for the time being but other databases are coming in the future.

Changed

  • The logging library has been changed to zap, the format of logs will therefore be wildly different.

Removed

  • --run-gc is a very BadgerDB specific option and has been removed. Database garbage collection is still run every 15 minutes or so when running badger so it shouldn't be an issue.
  • Loyalty point migration from v1.2.0 and earlier has been removed. If you are somehow running such an old version of strimertul and using loyalty points, run any version of strimertul between v1.3.0 and v1.7.0 first to make sure all points are migrated to the new format.

Known issues

  • The update checker doesn't check if the current version is newer than the last stable, so it will show up all the time.