Skip to content

v0.27.1

Compare
Choose a tag to compare
@sebadob sebadob released this 11 Dec 11:13
· 45 commits to main since this release
565f4da

Bugfix

With the big migration to Hiqlite under the hood, a bug has been introduced with v0.27.0 that made it possible to end up with a NULL value for the password policy after an update. Which would result in errors further down the road after a restart, because the policy could not be read again.

This version fixes the issue itself and checks at startup if the database needs a fix for this issue because of an already existing NULL value. In this case, the default password policy will be inserted correctly at startup.

#646

EDIT:

Please don't use this release if Postgres is your database of choice:

  1. With Postgres, you could not get into the NULL situation
  2. The check for NULL at startup does not work with Postgres as your main DB and will cause issues. A 0.27.2 will come soon which fixes everything for both.