All Versions
48
Latest Version
Avg Release Cycle
61 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.20.3 Changes
โ Additions/Changes
- ๐ Changed the internal structure of how the memory adapter stores things.
-
v0.20.2 Changes
โ Additions/Changes
- ๐ Http adapter now raises error when enable/disable/add/remove/clear fail.
- ๐ Cloud adapter sends some extra info like hostname, ruby version, etc. for debugging and decision making.
-
v0.20.1 Changes
โ Additions/Changes
- Just a minor tweak to cloud webhook middleware to provide more debugging information about why a hook wasn't successful.
-
v0.20.0 Changes
โ Additions/Changes
- โ Add support for webhooks to
Flipper::Cloud
(https://github.com/jnunemaker/flipper/pull/489).
- โ Add support for webhooks to
-
v0.19.1 Changes
โ Additions/Changes
- โฌ๏ธ Bump rack-protection version to < 2.2 (https://github.com/jnunemaker/flipper/pull/487)
- โ Add memoizer_options to Flipper::Api.app (https://github.com/jnunemaker/flipper/commit/174ad4bb94046a25c432d3c53fe1ff9f5a76d838)
-
v0.19.0 Changes
โ Additions/Changes
- ๐ 100% of actors is now considered conditional. Feature#on?, Feature#conditional?, Feature#state would all be affected. See https://github.com/jnunemaker/flipper/issues/463 for more.
- โก๏ธ Several doc updates.
-
v0.18.0 Changes
โ Additions/Changes
- โ Add support for feature descriptions to flipper-ui (https://github.com/jnunemaker/flipper/pull/461).
- โ Remove rubocop (https://github.com/jnunemaker/flipper/pull/469).
- ๐ป flipper-ui redesign (https://github.com/jnunemaker/flipper/pull/470).
- โ Removed support for ruby 2.4.
- โ Added support for ruby 2.7.
- โ Removed support for Rails 4.x.x.
- โ Removed support for customizing actors, groups, % of actors and % of time text in flipper-ui in favor of automatic and more descriptive text.
-
v0.17.2 Changes
January 04, 2020โ Additions/Changes
- โ Avoid errors on import when there are no features and shared specs/tests for get all with no features (https://github.com/jnunemaker/flipper/pull/441 and https://github.com/jnunemaker/flipper/pull/442)
- ::ActiveRecord::RecordNotUnique > ActiveRecord::RecordNotUnique (https://github.com/jnunemaker/flipper/pull/444)
- Clear gate values on enable (https://github.com/jnunemaker/flipper/pull/454)
- โ Remove use of multi from redis adapter (https://github.com/jnunemaker/flipper/pull/451)
-
v0.17.1 Changes
September 14, 2019- ๐ Fix require in flipper-active_record (https://github.com/jnunemaker/flipper/pull/437)
-
v0.17.0 Changes
September 13, 2019โ Additions/Changes
- ๐ Allow shorthand block notation on group types (https://github.com/jnunemaker/flipper/pull/406)
- ๐ Relax active record/support constraints to support Rails 6 (https://github.com/jnunemaker/flipper/pull/409)
- ๐ Allow disabling fun (https://github.com/jnunemaker/flipper/pull/413)
- ๐ฐ Include thing_value in payload of Instrumented#enable and #disable (https://github.com/jnunemaker/flipper/pull/417)
- Replace Erubis with Erubi (https://github.com/jnunemaker/flipper/pull/407)
- ๐ Allow customizing Rack::Protection middleware list (https://github.com/jnunemaker/flipper/pull/385)
- ๐ Allow setting write_timeout for ruby 2.6+ (https://github.com/jnunemaker/flipper/pull/433)
- โฌ๏ธ Drop support for Ruby 2.1, 2.2, and 2.3 (https://github.com/jnunemaker/flipper/commit/cf58982e70de5e6963b018ceced4f36a275f5b5d)
- โ Add support for Ruby 2.6 (https://github.com/jnunemaker/flipper/commit/57888311449ec81184d3d47ba9ae5cb1ad4a2f45)
- โ Remove support for Rails 3.2 (https://github.com/jnunemaker/flipper/commit/177c48c4edf51d4e411e7c673e30e06d1c66fb40)
- โ Add write_timeout for flipper http adapter for ruby 2.6+ (https://github.com/jnunemaker/flipper/pull/433)
- ๐ Relax moneta version to allow for < 1.2 (https://github.com/jnunemaker/flipper/pull/434).
- ๐ Improve active record idempotency (https://github.com/jnunemaker/flipper/pull/436).
- ๐ Allow customizing add actor placeholder text (https://github.com/jnunemaker/flipper/commit/5faa1e9cf66b68f8227d2f8408fb448a14676c45)