Skip to content

unleash-edge v16.0.1

Compare
Choose a tag to compare
@chriswk chriswk released this 01 Nov 13:43
· 286 commits to main since this release
f3c4c62

Chore

  • prepare for 16.0.1 release

Bug Fixes

  • Handle archived/deleted projects
    Previously, our cache refresh algorithm assumed that the response from
    upstream contained all projects we wanted to do updates to. Wayfair
    correctly reported this breaking their opportunity to archive/delete
    projects, since the cache would still contain deleted projects.

    This patch updates Edge to use the projects the token has access to
    decide whether or not to keep the elements in cache.

    New flow:

    1. Fetch projects from token
    2. Filter out all features belonging to these projects
    3. Extend remaining list with update from response
    4. Return extended list.

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #324

Commit Details

view details
  • #324
    • Handle archived/deleted projects (5ddd1f5)
  • Uncategorized
    • prepare for 16.0.1 release (fc5ded0)