changelog

This commit is contained in:
Michael Quigley 2023-08-31 14:21:43 -04:00
parent ce8005f782
commit a896b3c05a
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -8,6 +8,8 @@ CHANGE: Updated the golang version for release builds to `1.21.0` and the node v
CHANGE: Added `FrontendEndponts` to `sdk.Share`, returning selected frontend URLs to callers of `sdk.CreateShare`
CHANGE: Added a short alias `-b` for `--backend-mode` to improve CLI ergonomics (https://github.com/openziti/zrok/issues/397)
# v0.4.5
FEATURE: New health check endpoint (`/health`), which verifies that the underlying SQL store and metrics repository (InfluxDB, if configured) are operating correctly (https://github.com/openziti/zrok/issues/372)