mirror of
https://github.com/openziti/zrok.git
synced 2025-01-22 05:48:46 +01:00
CHANGELOG updates
This commit is contained in:
parent
818add9e70
commit
f9bb1f9cf4
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
||||
# v0.3.0 (WiP)
|
||||
|
||||
## API Changes
|
||||
|
||||
Naming has been streamlined:
|
||||
|
||||
* The `tunnel` operations are all tagged with `service`.
|
||||
* `tunnel.Tunnel` becomes `service.Share`
|
||||
* `tunnel.Untunnel` becomes `service.Unshare`
|
||||
* `TunnelRequest` and `TunnelResponse` become `ShareRequest` and `ShareResponse`
|
||||
* `UntunnelRequest` becomes `UnshareRequest`.
|
||||
|
||||
Sharing now includes the new mode options:
|
||||
|
||||
* `ShareRequest` now includes a `ShareMode` enum which includes `public` and `private` values
|
||||
* `ShareRequest` now includes a `BackendMode` enum which includes `proxy`, `web`, and `dav` values
|
||||
|
||||
## Frontend Selection; Private Shares
|
||||
|
||||
The `zrok` model has been extended to include support for both a "public share" (exposing a backend through the globally-available `frontend` instances), and also a "private share" (exposing a backend service to a user who instantiates a private, local `frontend`).
|
||||
|
Loading…
Reference in New Issue
Block a user