github Flagsmith/flagsmith v2.4.0
2.4.0 - Initial Flagsmith Release

latest releases: v2.115.0, v2.114.1, v2.114.0...
3 years ago

This release is the first under our new brand, Flagsmith.

The rebrand comes with no breaking changes, mainly just a refactor to urls and wording, however we have built several new features and bug fixes since our last release:

  • If your api is using influx, we now show usage data in a graph format
    image
  • New look and feel
  • Ability to bulk enable / disable all segment overrides and user overrides for a flag
    image
  • Sensible page size for the users page
  • Improved E2E stability
  • Integration page, this page is almost fully managed by remote config. It will allow users t enhance Flagsmith with your favourite tools. We currently support data dog and will shortly support amplitude.
    image

The remote config to use this is as follows:

integrations:

["data_dog"]
integration_data
{
    "perEnvironment": false,
    "image": "https://xyz",
    "fields": [
      {
        "key": "base_url",
        "label": "Base URL"
      },
      {
        "key": "api_key",
        "label": "API Key"
      }
    ],
    "tags": [
      "logging"
    ],
    "title": "Data dog",
    "description": "Sends events to Data dog for when flags are created, updated and removed. Logs are tagged with the environment they came from e.g. production."
}

Don't miss a new flagsmith release

NewReleases is sending notifications on new releases.