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

Releases: dazoakley/bandiera

v3.1.2

18 Nov 10:44
Compare
Choose a tag to compare

Add stricter validation on group and feature names to prevent whitespace being entered.

v3.1.1

18 Nov 10:43
Compare
Choose a tag to compare

Move the Bandiera codebase into the springernature organisation and update the copyright.

v3.1.0

18 Nov 10:43
Compare
Choose a tag to compare

Update Airbrake code to support the v5 (Airbrake) API

v3.0.0

18 Nov 10:42
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.

v2.3.4

18 Nov 10:36
Compare
Choose a tag to compare

Gem dependency updates.

v2.3.3

18 Nov 10:36
Compare
Choose a tag to compare

Bugfixes:

  • Escape all user generated content in the GUI.

Operational Changes:

  • Update documentation and add setup for deploying quickly to Heroku.

v2.3.2

18 Nov 10:35
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.

v2.3.1

18 Nov 10:34
Compare
Choose a tag to compare

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

18 Nov 10:33
Compare
Choose a tag to compare

Feature additions:

  • Add support/config for the puma application server
  • Add metric reporting via StatsD

v2.2.2

18 Nov 10:32
Compare
Choose a tag to compare

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