unleash-edge v19.4.1
·
114 commits
to main
since this release
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
- 12 commits contributed to the release.
- 18 days passed between releases.
- 10 commits were understood as conventional.
- 7 unique issues were worked on: #465, #512, #513, #520, #531, #532, #535
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
- Dependency maintenance (9e3d251)
- Uncategorized