Skip to content

unleash-edge v19.1.3

Latest
Compare
Choose a tag to compare
@chriswk chriswk released this 23 May 07:56
· 2 commits to main since this release
fb689df

Chore

  • Updated README for release

Bug Fixes

  • Only replace projects covered by token

    • fix: Only replace projects covered by token

    Previously, if the update was empty, we assumed we needed to replace all
    stored features. This is not the case. We only need to remove the
    projects that are connected to the token we're using for the merge.

    In addition, debug output on /internal-backstage/tokens now includes how many features was received in
    the update

  • ready if no tokens and no features

Commit Statistics

  • 3 commits contributed to the release over the course of 6 calendar days.
  • 8 days passed between releases.
  • 3 commits were understood as conventional.
  • 2 unique issues were worked on: #464, #466

Commit Details

view details
  • #464
    • Ready if no tokens and no features (9abab18)
  • #466
    • Only replace projects covered by token (6d434cf)
  • Uncategorized
    • Updated README for release (6ffe9a9)