This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Releases: springernature/bandiera
Releases · springernature/bandiera
3.1.1
3.1.0
3.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.
2.3.4
2.3.3
2.3.2
2.3.1
- [Bugfix] Resolve an issue on combined user group/percentage features where the percentage calc just wasn't working
- [Enhancement] Remove the FeatureUser model/table and make the percentage calculation more efficient
- [Operations] Increase the Sequel threadpool size to 24 (as 10 was too low with expected workloads)
- Added a docker/fig based development environment setup
- Added a Guardfile for use with guard
2.3.0
2.2.2
- [Feature] GUI update - sort the feature flags by name rather than ID
- [Operations] Switch to using Airbrake::Sinatra for better error reporting
- [Bugfix] Remove the use of Sequels .find_or_create method as we were seeing 'Sequel::UniqueConstraintViolation' errors