Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release notes 1.3.0

## What's New

* REST API ReEntry Support

## API Session Resumption

The OpenZiti Go SDK supports a `edge_apis` GoLang module. That module now supports API session resumption, enabling
API Sessions to be (un)marshalled to storage between runs. Useful for API-driven development like CLIs where operation
is intemitent or over multiple application runs.

## Issues Fixed and Dependency Updates

* github.com/openziti/sdk-golang: ReEntry Support

# Release notes 1.2.10

## What's New
Expand Down
Loading
Loading