Skip to content

Releases: openziti/sdk-golang

Release v1.1.1

29 May 15:08
v1.1.1
d060e6e
Compare
Choose a tag to compare

Release notes 1.1.1

Multi-underlay channel group secret

For additional security the experimental multi-underlay channel code now requires that
clients provide a shared secret. This ensures that channels are get the expected
underlays without requiring much larger group ids. This will require support on the
server side, so if the feature is enabled, router version 1.6.2+ will be required.

Issues Fixed and Dependency Updates

  • github.com/openziti/sdk-golang: v1.1.0 -> v1.1.1

    • Issue #735 - Ensure Authenticate can't be called in parallel
  • github.com/openziti/channel/v4: v4.0.6 -> v4.1.3

    • Issue #187 - Allow fallback to regular channel when 'is grouped' isn't set when using multi-listener
    • Issue #185 - Add group secret for multi-underlay channels
  • github.com/openziti/edge-api: v0.26.42 -> v0.26.45

  • github.com/openziti/foundation/v2: v2.0.59 -> v2.0.63

  • github.com/openziti/secretstream: v0.1.32 -> v0.1.34

  • github.com/openziti/transport/v2: v2.0.168 -> v2.0.171

  • golang.org/x/oauth2: v0.29.0 -> v0.30.0

  • golang.org/x/sys: v0.32.0 -> v0.33.0

  • golang.org/x/crypto: v0.36.0 -> v0.38.0

  • golang.org/x/net: v0.38.0 -> v0.40.0

  • golang.org/x/sync: v0.12.0 -> v0.14.0

  • golang.org/x/term: v0.30.0 -> v0.32.0

  • golang.org/x/text: v0.23.0 -> v0.25.0

Release v0.24.0

23 Jan 18:03
v0.24.0
b3befec
Compare
Choose a tag to compare

Release notes 0.24.0

Issues Fixed and Dependency Updates

  • github.com/openziti/sdk-golang: v0.23.45 -> v0.24.0

    • Issue #663 - Add API to allow controlling proxying connections to controllers and routers.
  • github.com/go-resty/resty/v2: v2.15.3 -> v2.16.4

  • github.com/openziti/channel/v3: v3.0.26 -> v3.0.27

  • github.com/openziti/edge-api: v0.26.36 -> v0.26.38

  • github.com/openziti/transport/v2: v2.0.159 -> v2.0.160

  • golang.org/x/oauth2: v0.23.0 -> v0.25.0

  • google.golang.org/protobuf: v1.36.2 -> v1.36.3

v0.23.42

16 Sep 18:42
v0.23.42
dd7f9d8
Compare
Choose a tag to compare

What's Changed

  • Update for channel/v3 by @plorenz in #620
  • implement support for receiving multipart edge messages by @ekoby in #624

Full Changelog: v0.23.41...v0.23.42

v0.23.40

01 Aug 19:49
v0.23.40
c18c221
Compare
Choose a tag to compare
Release v0.23.40

v0.21.0-alpha-1

14 Nov 01:38
1cc2161
Compare
Choose a tag to compare
v0.21.0-alpha-1 Pre-release
Pre-release
examples go mod tidy