Skip to content

v2.1.1

Compare
Choose a tag to compare
@bdurand bdurand released this 02 Dec 20:03
· 8 commits to main since this release

What's Changed

Fixed

  • Added check to ensure that ActiveRecord has a connection to the database to avoid error when settings are checked before the database is connected or when the database doesn't yet exist.

Added

  • Added :null storage engine that doesn't store settings at all. This is useful for testing or when the storage engine is no available in your continuous integration environment.

Full Changelog: v2.1.0...v2.1.1