Skip to content

unleash-edge v2.0.2

Compare
Choose a tag to compare
@chriswk chriswk released this 02 May 09:43
· 402 commits to main since this release
357b407

Bug Fixes

  • Handle both upper and lowercase of apitokentype.
    Unleash has suddenly started returning token type with uppercase.
    This PR makes us handle both UPPER and lower case for token type.

    The real fix would be for Unleash to obey its own contract with
    lowercase for token types, but this fix makes us more tolerant to
    mistakes in Unleash code.

Other

  • prepare for release

Commit Statistics

  • 2 commits contributed to the release.
  • 11 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #174

Commit Details

view details
  • #174
    • Handle both upper and lowercase of apitokentype. (dfb1910)
  • Uncategorized