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

Releases: dazoakley/bandiera

v2.2.1

18 Nov 10:31
Compare
Choose a tag to compare

Make "User Group" matches case in-sensitive.

v2.2.0

18 Nov 10:31
Compare
Choose a tag to compare

Feature additions:

  • 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

v2.1.0

18 Nov 10:28
Compare
Choose a tag to compare

Feature additions:

  • 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

Additional changes:

  • Model layer switched to use Sequel::Model

v2.0.0

18 Nov 10:27
Compare
Choose a tag to compare

Feature additions:

  • added capability to selectivley enable features for specific users/groups
  • new v2 API (read-only) with support for new user groups features
  • enable database configuration via a DATABASE_URL environment variable

Operational updates:

  • allow error/exception reporting via Airbrake

Bugfixes

  • more stable database connections

Deprecations

  • v1 API is now deprecated

v1.0.0

18 Nov 10:25
Compare
Choose a tag to compare

Initial tagging of 1.0.0 codebase