unleash-edge v16.0.1
chriswk
released this
01 Nov 13:43
·
286 commits
to main
since this release
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:
- Fetch projects from token
- Filter out all features belonging to these projects
- Extend remaining list with update from response
- Return extended list.
Commit Statistics
- 2 commits contributed to the release.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #324