Flipper 0.26.1 and 0.26.2 ๐Ÿ’จ๐Ÿ’จ๐Ÿ’จ

Hello beautiful feature flagger! I have two fantastical releases for you today (it's a buy one get one free kind of day). @bkeepers and I spent a little time working on performance and we are pumped with the result. We're dubbing this release "Ricky Bobby". I'm a believer in leading…

Flipper 0.26.0

Hello beautiful feature flagger! Hope you are having a fine day. Let's get into this last release, shall we? We shall. UI BUG FIX First, big thanks @Lockyy for fixing a bug in flipper-ui. Previously, if confirm_fully_enable was on but feature_removal_enabled was off, it would show…

Flipper 0.25.1 to 0.25.4

Welp, I missed a few releases. Sorry about that. But I'm sure you forgive me. :) 0.25.1 * ActiveRecord: use provided gate_class option when calling #get_all * Relaxed the rack-protection version to support latest. * Configure ActiveRecord adapter immediately upon require of flipper-active_record 0.25.2 * Fix deprecation warnings…

Flipper 0.25.0

Hello from Nevada and Great Basin National Park! I'm vacationing (12 national parks) so this release email is a little tardy. But better late than never, right? Breaking Changes * Removed previously deprecated options and settings. Those upgrading from <0.21 should upgrade to ~>0.24 first and fix any deprecation warnings when initializing Flipper. Additions/

Get organized with Tags

๐Ÿ‘‹ What's new, everyone? We just added tags to organize your features on Flipper Cloud. Edit a feature, add tags, and browse by tag. It's that simple! See it in action: Sign in to your Flipper Cloud account to try it for yourself, and reply to this email to let us…

Flipper 0.24.1

New day. New flipper. Get it while its ๐Ÿ”ฅ. Additions * โ˜Ž๏ธ flipper-api: exclude_gates parameter to exclude gate data in GETs. Probably very rare use case, but if you just want on/off from the API you can slim down responses now. * ๐Ÿšซ Make it possible to disable internal memoization. Sometimes you really…

Flipper 0.24.0

Another tiny release for you today. Removals * Removed support for Ruby 2.5 (which was end of line 9 months ago) * Removed support for redis-rb < 3 (and fixed deprecated use of Redis#pipelined) (https://github.com/jnunemaker/flipper/pull/603). Additions * Add Ruby 3.0 and 3.1 to the…