Changelog

We ship product updates weekly. Follow us on 𝕏 for the latest.

Faster data tables

We’ve finished a comprehensive refactoring of our data tables, mainly used on feature views and segments, to significantly improve performance. 

We’ve also improved the UX by making URLs shareable.

These updates have:

  • Drastically improved performance of the data tables (up to 2x)
  • Greatly improved data fetching
  • Resolved some data persistence issues
  • Shareable URLs
    ‍

Happy shipping!

You can now sign up without a Google account

We’ve made it possible for non-Google SSO users to get started with Bucket. You can now sign up with Google or a regular email and password.

If you have a Google account, keep using the single sign-on option like before.

Thanks to Clerk for making it easy to add authentication methods! 

Happy shipping!

Improved automated feedback indicator

We’ve made it easier to see which features have automated feedback surveys activated. 

Features collecting user feedback now have an icon to the right of the name in the Features tab. 

The no-code feedback surveys give your metrics valuable context and surface issues by automatically asking users for feedback after they’ve used a feature a meaningful number of times.

Bucket Feature Tab

This lets you see which features are gathering automated feedback at a glance. 

Happy feedback collecting!

Bucket SDKs support the OpenFeature standard

We’ve made it easy and low-risk to migrate to Bucket with our OpenFeature Node.js and Browser SDKs. 

OpenFeature’s vendor-agnostic feature flagging API makes implementing Bucket faster and without the risk of being locked in. 

If you already use an OpenFeature SDK, it’s simple to plug in Bucket and get started.

Those using React (with or without Next.js) just need to plug our OpenFeature Browser Provider into the OpenFeature React SDK. Our Next.js example shows you how.

Join the OpenFeature community at openfeature.dev.

Happy shipping!

New users now auto-join their organization

We’ve made it simpler to invite your colleagues to Bucket. Anyone who signs up for Bucket with an email address under your company domain will automatically join your organization.

Bucket checks the verified Google SSO domain when a new user signs up for Bucket. If the domain matches, they are automatically added to the existing organization.

Bucket Settings Team Management

You no longer need to share a Bucket invite link with your teammates. Instead, simply direct them to the login page.

Happy Shipping!

Adding feature flag and segment filters

We’ve made Bucket’s targeting rules and company segmentation even more powerful by adding feature flag and segment filters. 

With segment filters, you can create new segments based on companies that are or are not already in another segment. 

Feature flag filters allow you to filter based on feature flag access. This includes:

  • Companies with access to any specific feature flags
  • Companies without access to certain feature flags
  • Companies with access to every flag in a list of feature flags
    ‍

‍

These filtering capabilities let you create new segments and targeting rules based on existing segments, feature flags, company attributes, and feature metrics! 

How to use them in your B2B app

Let's say you're releasing a new video calling feature called Huddles Video alongside your existing audio calling feature, Huddles. 

You only want to give users on your Pro plan who have already tried the Huddles feature access to the new feature.

You can create a new segment that meets that criteria with the following filters:

  • Segment IN SEGMENT Pro plan
  • Feature flag IS ENABLED huddles
  • Feature metric Huddles STARS IS Tried
    ‍

Happy Shipping!

Archiving segments

We’ve added segment archiving to Bucket. Now, segments attached to one or more feature flags are automatically archived instead of deleted.

This lets you continue evaluating a feature flag after its target segment is archived.

Archived segments won’t appear on your segments list. Instead, they will be labeled “Archived”. 

Happy Shipping!

Downtime protection and improved latency with Local Evaluation

We’ve added local evaluation to Bucket to improve latency and provide downtime protection. Our Node.js SDK now supports local evaluation, which is perfect if you have a high volume of feature flags or are worried about intermittent downtime.

Generally, our SDKs send your user/company attributes to our servers and return a list of features that should be enabled. Since we operate a global network, we keep the initial evaluation round-trip time low.

However, if you’re concerned about potential downtime, you can evaluate features locally on your servers instead of sending a request to our servers. Our SDKs will download the targeting rules from our servers and run checks against the rules using the given user and company properties locally instead of contacting our servers for every evaluation. 

The SDKs will periodically refresh the targeting rules to make sure any changes you make to targeting are in effect quickly.

Happy shipping!

Adding multi-select filter operators

We’ve added multi-select filters to Bucket. Now, you can filter using the ANY OF and NOT ANY OF filter operators. 

These operators let you add or exclude multiple values for a single attribute when creating a segment, setting targeting rules, or defining feature tracking criteria.  

‍

For example, you can create a segment of paying companies while excluding any companies on the free plan. 

They are classified as List operators in the operator dropdown. 

Happy rollouts!

Adding environments

Alongside feature flags, we’ve also added environments to Bucket to let you create and manage distinct environments within Bucket, like development, staging, and production. 

Bucket includes two default environments: Production and Staging. You can add, edit, and delete as many additional environments as you’d like.

‍

Each environment you create is assigned a unique publishable key that ensures events and data are correctly attributed, maintaining clear separation and organization of data. You can switch between environments using the app switcher in the top left.

Environments lets you test feature flags and event tracking in safe, non-production environments before promoting to production. Since each environment is configured independently, you prevent cross-environment interference, let you test new features in isolated environments, and delineate stages to streamline development processes.

Check out the Environments documentation for all the technical details. 

Happy rollouts!