Skip to content

Commit f36b399

Browse files
fix openziti/ziti#3352 adds api session ressumption to edge_apis
adds method type, ApiSession interface JSON wrapper - adds string alias type AuthMethod - adds AuthMethodEmpty as a sentinal type - adds ApiSessionJsonWrapper to allow direct (un)marshalling of ApiSession via interface - adds the ability to provide custom http client and transports - adds an inline OAuth2/OIDC rp token authentication - update redirect URI handling, ensure default uses ported value
1 parent 2c78134 commit f36b399

22 files changed

+2274
-1507
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release notes 1.3.0
2+
3+
## What's New
4+
5+
* REST API ReEntry Support
6+
7+
## API Session Resumption
8+
9+
The OpenZiti Go SDK supports a `edge_apis` GoLang module. That module now supports API session resumption, enabling
10+
API Sessions to be (un)marshalled to storage between runs. Useful for API-driven development like CLIs where operation
11+
is intemitent or over multiple application runs.
12+
13+
## Issues Fixed and Dependency Updates
14+
15+
* github.com/openziti/sdk-golang: ReEntry Support
16+
117
# Release notes 1.2.11
218

319
## Issues Fixed and Dependency Updates

0 commit comments

Comments
 (0)