Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Releases: springernature/bandiera

2.2.0

11 Feb 14:40
Compare
Choose a tag to compare
  • [Feature] Bandiera should now support all RDBMs supported by Sequel (note: we ONLY test on MySQL at present)
  • Test suite now runs using an in-memory SQLite database

2.1.0

11 Feb 14:40
Compare
Choose a tag to compare
  • [Feature] added capability to enable features for a percentage of users, this can
    also be mixed in with 'user groups' so that selected approved users ALWAYS see the
    feature, but for the rest of the user base, it is based on a percentage
  • Model layer switched to use Sequel::Model

2.0.0

11 Feb 14:40
Compare
Choose a tag to compare
  • [Feature] added capability to selectivley enable features for specific users/groups
  • [Feature] new v2 API (read-only) with support for new user groups features
  • [Feature] enable database configuration via a DATABASE_URL environment variable
  • [Operations] allow error/exception reporting via Airbrake
  • [Bugfix] more stable database connections
  • [Deprecation] v1 API is now deprecated

1.0.0

11 Feb 14:39
Compare
Choose a tag to compare

Tagging initial stable release with basic on/off features.