Skip to content

unleash-edge v16.0.2

Compare
Choose a tag to compare
@chriswk chriswk released this 09 Nov 09:52
· 266 commits to main since this release
0b1380a

Bug Fixes

  • Wildcard token refreshing.

    • fix: Wildcard token refreshing.

    Previously our refreshing algorithm assumed that we always had at least
    one project with an explicit name for deciding what to keep. When in
    reality we could have a wildcard token (*) for updating. This means that
    we should just return the update as our new set of data for this token.

    Added another test with a wildcard token to verify that we do indeed
    only keep the update.

    In addition, added a filter for unique feature names to what we're
    keeping to avoid mixing multiple features of the same name.

Commit Statistics

  • 1 commit contributed to the release.
  • 7 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #330

Commit Details

view details