mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
changelog
This commit is contained in:
parent
2b12f1c6cd
commit
0e21037716
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
# v0.4.6
|
||||
|
||||
FEATURE: New `--backend-mode caddy`, which pre-processes a `Caddyfile` allowing a `bind` statement to work like this: `bind {{ .ZrokBindAddress }}`. Allows development of complicated API gateways and multi-backend shares, while maintaining the simple, ephemeral sharihg model provided by `zrok` (https://github.com/openziti/zrok/issues/391)
|
||||
|
||||
CHANGE: `--backend-mode web` has been refactored to utilize Caddy as the integrated web server. This provides for a much nicer web-based file browsing experience, while maintaining the existing web server facilities (https://github.com/openziti/zrok/issues/392)
|
||||
|
||||
CHANGE: Updated the golang version for release builds to `1.21.0` and the node version to `18.x`
|
||||
|
||||
CHANGE: Added `FrontendEndponts` to `sdk.Share`, returning selected frontend URLs to callers of `sdk.CreateShare`
|
||||
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user