This section refers to a deprecated version of the product. The new version is FE&R. To access FE&R, contact your CSM.
๐Ÿ“˜ To learn more, read the FE&R documentation.
LogoLogo
PlatformsPricingRessources
  • User documentation
  • Onboarding
  • Help Center
  • Release Notes
  • Flagship - Deprecated
  • Feature Experimentation & Rollout (ex-Flagship) is evolving!
  • GETTING STARTED
    • ๐Ÿ‘‰Managing multiple environments
    • Using the trial version of Flagship
  • First steps with Flagship
    • Quick start guide
    • Glossary
  • Implementation
    • Sending transactions from the AB Tasty Shopify app directly to Feature Experimentation & Rollouts
  • Integrations
    • Heap Analytics integration (Push)
    • Tealium AudienceStream (receive audiences)
    • FullStory integration (segment exports)
    • Heap Analytics integration (Pull)
    • Google Analytics integration (pull audiences)
    • Segment Integration (receive traits)
    • Mixpanel integration (cohort exports)
    • ๐Ÿ‘‰Retrieving your third-party toolsโ€™ audiences in AB Tasty - Feature Experimentation & Rollouts
    • Zapier integration
    • Segment integration
  • Steps configuration
    • ๐Ÿ‘‰Configuring Sequential Testing Alerts
    • ๐Ÿ‘‰Configuring your Flags
    • ๐Ÿ‘‰Using the scheduler
    • ๐Ÿ› ๏ธ[Troubleshooting] How to target a large number of users at the same time?
    • ๐Ÿ‘‰Configuring KPIs
    • ๐Ÿ‘‰Using the automatic rollback option
    • ๐Ÿ‘‰Targeting configuration
    • ๐Ÿ‘‰Dynamic allocation
    • ๐Ÿ‘‰Traffic allocation
  • Team
    • Access Rights, Teams & User Management
    • ๐Ÿ‘‰Defining rights per project
  • DEMO
    • AB Tasty - Feature Experimentation & Rollouts Demo - How to use it
  • Navigating the interface
    • ๐Ÿ‘‰Archiving use cases from the dashboard
    • ๐Ÿ‘‰Flags page
    • ๐Ÿ‘‰Running a search on the dashboard
    • Navigating the Flagship interface
  • REPORTING
    • ๐Ÿ‘‰Verifying your hit setup
    • ๐Ÿ‘‰Exporting reporting data
    • Understanding the "Chances to win" indicator
    • ๐Ÿ› ๏ธ[Troubleshooting] How can I know my test is reliable and my data significant enough to be analyzed?
    • Reporting - A/B Test
    • ๐Ÿ‘‰Using the reporting filters
  • API keys & Settings
    • ๐Ÿ‘‰Acting on your account remotely
    • ๐Ÿ‘‰Using Experience Continuity
    • visitor experiment option
  • FEATURES SETUP
    • ๐Ÿ‘‰Bucket allocation
  • SDKs integration
    • ๐Ÿ‘‰Managing visitor consent
    • ๐Ÿ‘‰Understanding the use of SDKs
  • FAQ
    • Can I make a comparison for each reporting?
    • Can I use Flagship even if my SDK stack is not available?
  • Platform integration
    • ๐Ÿ‘‰Webhooks page
  • Decision API
    • Decision API for non-techie users
  • Account & Profile
    • ๐Ÿ‘‰Configuring account restrictions with MFA
    • ๐Ÿ‘‰Configuring a FA on your profile
  • RELEASE NOTES
    • October - Flagship becomes Feature Experimentation & Rollouts
    • February - Release Notes
    • ๐Ÿ“…January - Release Notes
    • ๐ŸŽ‰December - Release Notes ๐ŸŽ‰
    • ๐ŸฆƒNovember - Release Notes
    • September Release Notes ๐ŸŽจ
    • June Release Notes ๐Ÿž
    • ๐ŸธMay Release Notes โ˜€๏ธ
    • Flagship Release Notes April ๐Ÿ‡
    • Flagship February release notes ๐Ÿ‚
    • Flagship January release notes ๐ŸŽ‰
    • Flagship November release notes ๐Ÿฆƒ
    • Flagship October Release Notes ๐ŸŽƒ
    • Flagship September Release note ๐ŸŽ’
    • Flagship August Release Notes ๐Ÿฌ
    • Flagship Release Notes July โ˜€๏ธ
    • Flagship Release notes June ๐ŸŒป
    • Flagship Spring Release May ๐ŸŒธ
    • Flagship Release Notes: Fall
  • Use cases
    • ๐Ÿ‘‰Duplicating a winning variation
    • ๐Ÿ‘‰Configuring a Feature Toggle/Flag
    • ๐Ÿ‘‰Configuring an A/B Test
    • ๐Ÿ‘‰Configuring a Progressive rollout
    • ๐Ÿ‘‰Configuring a Personalization
  • VIDEO TUTORIALS
    • [Video Tutorial] AB Test
    • [Video Tutorial] Feature Flag
    • [Video Tutorial] Progressive Deployment
Powered by GitBook
LogoLogo

AB Tasty Website

  • Home page AB Tasty
  • Blog
  • Sample size calculator
  • Release note

AB Tasty Plateform

  • Login

ยฉ Copyright 2025 AB Tasty, Inc, All rights reserved

On this page
  • Flagship February release notes ๐Ÿ‚
  • New Developer Documentation
  • SDK Cache Management
  • SDK method updates: get Flags
  • PHP SDK Update

Was this helpful?

Edit on GitLab
Export as PDF
  1. RELEASE NOTES

Flagship February release notes ๐Ÿ‚

PreviousFlagship Release Notes April ๐Ÿ‡NextFlagship January release notes ๐ŸŽ‰

Last updated 2 days ago

Was this helpful?

Flagship February release notes ๐Ÿ‚

New Developer Documentation

A change of look but not only!

We've reorganized the documentation, it's had a facelift but that's not all; it also includes examples of JS implementations and a new search function for all documentation.

And, because we like to hear feedback from our users, you can now share your comments and suggestions in the documentation. So get to your keyboards and let us know what you think!

Want to see it?

๐Ÿ‘‰ Consult the Developer documentation

SDK Cache Management

Handling data cached on Android, Java, JS & React SDKs has never been so easy.

To improve the development experience, we have streamlined and optimized the Android, Java, JS & React SDK architecture and the way data is cached on SDKs. You can now customize the way the cache is managed. You (or your developers) can implement your own cache and tailor what it does or does not cache. A quick reminder on what the cache offers natively: Prevent user reassignment as the assignment is stored in the cache: a visitor will always be assigned to the same variation. Prevent data loss as the cache stores the hit and returns it later in case of an issue. Manage Offline moments. No connection, no worries, the SDK will take the last stored value.

Want to know more?

๐Ÿ‘‰Check out the Android user documentation

๐Ÿ‘‰Check out the Java user documentation

๐Ÿ‘‰ Check out the JS user documentation

๐Ÿ‘‰Check out the React user documentation

SDK method updates: get Flags

Managing flags just got easier.

Making developers' lives easier is in our ADN. This is why we updated the Flag management and revamped the getModification, getModificationInfo, activateModification and synchronizeModification methods to make it easier to understand. From now on, the following method will be swapped:

  • getModification() -> getFlag(โ€œnewReleaseโ€).value()

  • getModificationInfo() -> getFlag(โ€œnewReleaseโ€).metadata()

  • activateModification() -> getFlag(โ€œnewReleaseโ€).userExposed()

  • synchronizeModification() -> fetchFlags()

This redesign of the methods allows for easier implementation, more self-service and better accessibility of information ("all in one" method).

PHP SDK Update

PHP was updated to v2, and therefore is now compatible with experience continuity and Bucketing mode.