sdk-golang
sdk-golang copied to clipboard
Ziti SDK for Golang
Bumps the non-major group with 1 update in the / directory: [github.com/openziti/channel/v4](https://github.com/openziti/channel). Updates `github.com/openziti/channel/v4` from 4.0.4 to 4.0.5 Commits 738ecfa Merge pull request #181 from openziti/add-user-data 1c5fe9d Add GetUserData to...
Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 6 to 7 Release notes Sourced from golangci/golangci-lint-action's releases. v7.0.0 What's Changed Changes feat: golangci-lint v2 support by @ldez...
* Move xgress code to sdk * Create edge.Conn wrapper for xgress * Add new dial request for xg based circuit * handle multi-part flag * handle close xg on...
Currently ziti.Context's Dial/DialWithOptions/DialAddr does not support passing golang's built-in context.Context object for cancellation While it does support passing a ConnectTimeout, I'd like to be able to cancel the Dial attempt...
A panic occurs in the Ziti Go SDK when multiple goroutines access getEdgeRouterConn(). The issue arises due to concurrent iteration and modification of the SupportedProtocols map inside session.EdgeRouters. This results...
While working with the sdk I found out that the current way to instantiate an Edge Management API client differs from the one in the example. Hence the proposed changes.
Bumps the non-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.0` |...
Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 8 to 9 Release notes Sourced from golangci/golangci-lint-action's releases. v9.0.0 In the scope of this release, we change Nodejs...
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 -...
This fixes the data race highlighted in #828