We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7124 commit 0ec5705Copy full SHA for 0ec5705
CHANGELOG.md
@@ -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
17
# Release notes 1.2.10
18
19
## What's New
0 commit comments