Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@pmbanugo pmbanugo released this 17 May 10:46
· 4 commits to main since this release
762cb8a

Features

  • App/project feature. Ability to create apps and map flags to specific applications
    • (npm client) Updated to allow reading all flags
  • change how conditions are evaluated
  • Ability to resolve all flags for an application
  • Processing multiple flags at once became a faster 🚀

Fix

  • UI shows outdated data after a flag is updated. This was an effect of how the eventual consistency and data access pattern when listing the flags in the UI
  • (npm client) Updated to use new endpoints

Miscellanous

  • Updated the UI Console to use Remix 1.15.0
  • @flargd/web v0.4

Notes

This changes breaks the previous versions, so be careful when upgrading. The data model has changed drastically and also the API endpoints.

Related PRs:

Full Changelog: v0.2.0...v0.3.0