go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

Dapr SDK for go

Results 186 go-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.9.0 to 1.10.0. Release notes Sourced from go.uber.org/atomic's releases. v1.10.0 Added Add atomic.Float32 type for atomic operations on float32. Add CompareAndSwap and Swap methods to atomic.String, atomic.Error,...

dependencies

Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.8.0 to 1.8.4. Release notes Sourced from github.com/dapr/dapr's releases. Dapr Runtime v1.8.4 Dapr 1.8.4 Fixes an issue that could have caused Azure Service Bus components to stop...

dependencies

Allows using the gRPC server and client connection for other purposes as needed. Fixes #204

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

When https://github.com/dapr/dapr/pull/4695 merged, I will test the PR, then it should be reviewed by someone. the PR can be merged after that https://github.com/dapr/dapr/pull/4695 is merged. Related issues: #291

**Is your feature request related to a problem? Please describe.** Change the configuration API response to handle dictionary. Main issue in dapr/dapr in pasted here. https://github.com/dapr/dapr/issues/4556 **Describe the solution you'd...

enhancement
enhancement-runtime-dependency

**Is your feature request related to a problem? Please describe.** Add methods for distributed lock API. Main Issue: https://github.com/dapr/dapr/issues/3549 **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement
enhancement-runtime-dependency

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement

The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK. Also add the docs as part of this issue. See https://github.com/dapr/go-sdk/issues/244

enhancement
enhancement-runtime-dependency