This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Releases: dazoakley/bandiera
Releases · dazoakley/bandiera
v3.1.2
v3.1.1
v3.1.0
v3.0.0
Removed support for a config/database.yml
file. Use environment variables people.
Docker setup updated to use docker-machine and docker-compose. Thanks @kimptoc!
Some extra explanatory text added to % and user group UI fields. Thanks @philcowans!
Removed a potential thread safety issue in the way we were loading erubis.
Updated default ruby version to 2.3.0, and updated gem dependencies.
v2.3.4
v2.3.3
v2.3.2
v2.3.1
Bugfixes:
- Resolve an issue on combined user group/percentage features where the percentage calc just wasn't working
Enhancements:
- Remove the FeatureUser model/table and make the percentage calculation more efficient
- Added a docker/fig based development environment setup
- Added a Guardfile for use with guard
Operational Changes:
- Increase the Sequel threadpool size to 24 (as 10 was too low with expected workloads)
v2.3.0
v2.2.2
Feature additions:
- GUI update - sort the feature flags by name rather than ID
Operational changes:
- Switch to using Airbrake::Sinatra for better error reporting
Bugfixes:
- Remove the use of Sequels .find_or_create method as we were seeing 'Sequel::UniqueConstraintViolation' errors