Flipper 1.4.0
Dearest feature flagger, I come today bearing a big one. 1.4.0 is here and it's got some real goodies. Let's get into it. Time-Based Expressions Let's lead with the fire on this one. You can now schedule features to turn on or…
Dearest feature flagger, I come today bearing a big one. 1.4.0 is here and it's got some real goodies. Let's get into it. Time-Based Expressions Let's lead with the fire on this one. You can now schedule features to turn on or…
We've made the (recently released) Command+K search in Flipper Cloud more powerful with context-aware quick actions. Now when you press ⌘K (or Ctrl+K on Windows/Linux), you'll see shortcuts to the pages you need most—based on where you are in the app. On…
0:00 /0:28 1× You can now connect Flipper Cloud to Slack and get real-time notifications whenever feature flags change in your environments. When a flag is enabled, disabled, or modified in any way, you'll get a message in your Slack channel with the details – what changed,…
Up until now we've only shown 24 hours of telemetry data even though we've been storing more history. 24 hours was great because that's usually enough to know if a flag is fully removed from the code and ready to be deleted. But sometimes…
Super search, expressions and tag picker. All in one post. Hooray!…
1.3.4 was a quick follow up to 1.3.3 to make rack_protection key work again for the few people that were using it. 1.3.5 hopefully fixes some nagging issues. The first is around frozen strings in Ruby 3.4. A couple spots were using…
Dearest feature flagger, I come today bearing good news. A new year and a new release! Only a patch, but it's got some nice bug fixes and other treats. Redis Connection Pools Let's lead with the 🔥. I'm happy to report that the redis and…
Dearest feature flagger, I just pushed out Flipper 1.3.1. Here are the deets: * #862 - Removed redundant delete of feature gate in ActiveRecord adapter. * #832 - Respect Rails defaults in an initializer by delaying loading ActiveRecord adapter until framework is loaded. * #869 - Address soft deprecation of ActiveRecord:…