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

Releases: springernature/bandiera

3.1.1

16 Feb 10:39
Compare
Choose a tag to compare
  • Move the Bandiera codebase into the springernature organisation and update the copyright.

3.1.0

11 Feb 16:33
Compare
Choose a tag to compare
  • Update Airbrake code to support the v5 (Airbrake) API

3.0.0

08 Feb 11:39
Compare
Choose a tag to compare
  • 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

08 Feb 11:39
Compare
Choose a tag to compare
  • Gem dependency updates.

2.3.3

08 Feb 11:39
Compare
Choose a tag to compare
  • [Bugfix] Escape all user generated content in the GUI.
  • Update documentation and add setup for deploying quickly to Heroku.

2.3.2

08 Feb 11:38
Compare
Choose a tag to compare
  • [Enhancement] Add in support for New Relic RPM - if a config/newrelic.yml file is present upon deployment,
    Bandiera will start reporting metrics to New Relic.
  • Updated font-end and gem dependencies.

2.3.1

11 Feb 14:42
Compare
Choose a tag to compare
  • [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

11 Feb 14:41
Compare
Choose a tag to compare
  • [Feature] Add support/config for the puma application server
  • [Feature] Add metric reporting via StatsD

2.2.2

11 Feb 14:41
Compare
Choose a tag to compare
  • [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

2.2.1

11 Feb 14:41
Compare
Choose a tag to compare
  • Make "User Group" matches case in-sensitive