api-go
api-go copied to clipboard
Temporal gRPC API and proto files compiled for Go
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.58.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...
**What changed?** Add "$(GOBIN)" when calling goimport and mockgen. Add updating proto api-cloud submodule **Why?** Otherwise "make" doesn't work. **How did you test it?** by running "make" untill it succeed
**What changed?** GHA to create tag and releases. If a release is created, it also creates a PR in the consumers of api-go for review. **Why?** Automation. **How did you...
**What changed?** Removed all cloud files, now that they live at https://github.com/temporalio/cloud-sdk-go **Why?** Cloud files have been moved to their own repo, no need to keep them here anymore. The...
**What changed?** Add support for parsing payloads for non-Any details. Also added in support for visiting Payload/failures when both response and non-status errors are non-nil https://github.com/temporalio/sdk-go/issues/1889 **Why?** This shouldn't be...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.1.0 to 1.2.4. Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by @chressie in golang/glog#74: glog: Don't try to create/rotate...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.33.0. Commits dfc720d go.mod: update golang.org/x dependencies 8e66b04 html: use strings.EqualFold instead of lowering ourselves b935f7b html: avoid endless loop on error token 9af49ef route:...
**What changed?** A couple of fixes for the `protogen` cmd. - When looking for proto files ignore directories. - Fix how regex is used when looking up enums. **How did...