Skip to content

unleash-edge v19.4.1

Compare
Choose a tag to compare
@chriswk chriswk released this 21 Sep 15:53
· 114 commits to main since this release
51ac539

Chore

  • bump dependency status link
  • update dependency link in README
  • dependency maintenance
  • update log message
  • Upgrade to actix 4.9, tokio 1.40, opentelemetry 0.24
    • chore: bump to actix 4.9 and upgrade packages

    • chore: Upgrade Opentelemetry to 0.24

New Features

  • added support for client and frontend tokens to offline mode.
    • feat: added support for client and frontend tokens to offline mode. Assume tokens passed in --tokens are client tokens

    • clean up tests to use the new interface

    • fix: Added client and frontend tokens to constructor

    • Updated CLI docs

  • added feature_toggle_usage_total counter
  • verbose error for instance urls with api suffix

Bug Fixes

  • allow offline mode to have either tokens or client-tokens set
  • Update to explicitly type RedisError.
    Work around for Rust 2024 implementing Never type (!)

Commit Statistics

Commit Details

view details
  • #465
    • Added support for client and frontend tokens to offline mode. (b48604c)
  • #512
    • Update instruction to refer to docker command not tag (113d1ef)
  • #513
    • Upgrade to actix 4.9, tokio 1.40, opentelemetry 0.24 (715e8e9)
  • #520
    • Verbose error for instance urls with api suffix (10d3854)
  • #531
    • Update to explicitly type RedisError. (797fc49)
  • #532
    • Added feature_toggle_usage_total counter (00aabbe)
  • #535
  • Uncategorized
    • Bump dependency status link (3db59d6)
    • Allow offline mode to have either tokens or client-tokens set (429ae00)
    • Release unleash-edge v19.4.0 (6c85a6f)
    • Update dependency link in README (12e84fe)
    • Update log message (87ca98f)