GitPedia
Home/dapr/go-sdk/Changelog
dapr

dapr/go-sdk

Dapr SDK for go

30 Releases
Latest: 3d ago
Release v1.15.0v1.15.0Latest
github-actions[bot]github-actions[bot]·3d ago·June 10, 2026
GitHub

Automatic Go Dapr client release

Release v1.15.0-rc.2v1.15.0-rc.2Pre-release
github-actions[bot]github-actions[bot]·2w ago·May 29, 2026
GitHub

📋 What's Changed

  • fix vuln and golang linter version by @cicoyle in https://github.com/dapr/go-sdk/pull/825
  • Updates version to 1.15.0-rc.2 by @cicoyle in https://github.com/dapr/go-sdk/pull/826
  • Full Changelog: https://github.com/dapr/go-sdk/compare/v1.15.0-rc.1...v1.15.0-rc.2
Release v1.15.0-rc.1v1.15.0-rc.1Pre-release
github-actions[bot]github-actions[bot]·3w ago·May 21, 2026
GitHub

📋 What's Changed

  • feat(convo): add new fields to conversation api by @sicoyle in https://github.com/dapr/go-sdk/pull/801
  • feat: add rest of usage metrics fields for conversation api by @sicoyle in https://github.com/dapr/go-sdk/pull/803
  • Updates d/d to v1.17.0 by @JoshVanL in https://github.com/dapr/go-sdk/pull/806
  • Fix validations using the latest CLI by @acroca in https://github.com/dapr/go-sdk/pull/814
  • Update durabletask-go to 0.11.3 by @JoshVanL in https://github.com/dapr/go-sdk/pull/816
  • chore: bump grpc - CVE-2026-33186 by @mikeee in https://github.com/dapr/go-sdk/pull/821
  • fix grpc endpoint parse when no dns scheme is provided by @famarting in https://github.com/dapr/go-sdk/pull/822
  • Add backport workflow by @acroca in https://github.com/dapr/go-sdk/pull/813
  • + 3 more
Release v1.14.2v1.14.2
github-actions[bot]github-actions[bot]·2mo ago·March 18, 2026
GitHub

📋 What's Changed

  • Backport #814 by @JoshVanL in https://github.com/dapr/go-sdk/pull/819
  • Backport #816 by @JoshVanL in https://github.com/dapr/go-sdk/pull/817
  • Update go-sdk version to 1.14.2 by @JoshVanL in https://github.com/dapr/go-sdk/pull/820
  • Full Changelog: https://github.com/dapr/go-sdk/compare/v1.14.1...v1.14.2
Release v1.14.1v1.14.1
github-actions[bot]github-actions[bot]·3mo ago·February 27, 2026
GitHub

📋 What's Changed

  • feat: add rest of convo fields to release branch by @sicoyle in https://github.com/dapr/go-sdk/pull/811
  • Update sdk version to 1.14.1 by @JoshVanL in https://github.com/dapr/go-sdk/pull/812
  • Full Changelog: https://github.com/dapr/go-sdk/compare/v1.14.0...v1.14.1
Release v1.14.0v1.14.0
github-actions[bot]github-actions[bot]·3mo ago·February 27, 2026
GitHub

📋 What's Changed

  • workflows: support timer names by @famarting in https://github.com/dapr/go-sdk/pull/729
  • Jobs: don't force data payload by @JoshVanL in https://github.com/dapr/go-sdk/pull/782
  • [Actors API] update err desc to be more explicit by @cicoyle in https://github.com/dapr/go-sdk/pull/643
  • main -> release by @mikeee in https://github.com/dapr/go-sdk/pull/770
  • Main <- Release 1.13 by @mikeee in https://github.com/dapr/go-sdk/pull/791
  • Adds FailurePolicy to ActorReminder registration by @JoshVanL in https://github.com/dapr/go-sdk/pull/793
  • Updated dapr and durabletask to master by @acroca in https://github.com/dapr/go-sdk/pull/795
  • Removed deprecated workflow wrapper by @acroca in https://github.com/dapr/go-sdk/pull/797
  • + 8 more
v1.14.0-rc.2Pre-release
JoshVanLJoshVanL·3mo ago·February 26, 2026
GitHub

📋 What's Changed

  • feat: add rest of usage metrics fields for conversation api by @sicoyle in https://github.com/dapr/go-sdk/pull/804
  • Full Changelog: https://github.com/dapr/go-sdk/compare/v1.14.0-rc.1...v1.14.0-rc.2
Release v1.14.0-rc.1v1.14.0-rc.1Pre-release
github-actions[bot]github-actions[bot]·4mo ago·February 3, 2026
GitHub

📋 What's Changed

  • workflows: support timer names by @famarting in https://github.com/dapr/go-sdk/pull/729
  • Jobs: don't force data payload by @JoshVanL in https://github.com/dapr/go-sdk/pull/782
  • [Actors API] update err desc to be more explicit by @cicoyle in https://github.com/dapr/go-sdk/pull/643
  • main -> release by @mikeee in https://github.com/dapr/go-sdk/pull/770
  • Main <- Release 1.13 by @mikeee in https://github.com/dapr/go-sdk/pull/791
  • Adds FailurePolicy to ActorReminder registration by @JoshVanL in https://github.com/dapr/go-sdk/pull/793
  • Updated dapr and durabletask to master by @acroca in https://github.com/dapr/go-sdk/pull/795
  • Removed deprecated workflow wrapper by @acroca in https://github.com/dapr/go-sdk/pull/797
  • + 5 more
Release v1.13.0v1.13.0
github-actions[bot]github-actions[bot]·9mo ago·September 16, 2025
GitHub

Automatic Go Dapr client release

v1.13.0-rc.1Pre-release
mikeeemikeee·10mo ago·August 8, 2025
GitHub

📋 What's Changed

  • Bump gover, tag, x/deps and dapr by @mikeee in https://github.com/dapr/go-sdk/pull/674
  • merge release-1.12 into main by @mikeee in https://github.com/dapr/go-sdk/pull/703
  • chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot[bot] in https://github.com/dapr/go-sdk/pull/710
  • chore: Use latest dapr/dapr version by @javier-aliaga in https://github.com/dapr/go-sdk/pull/731
  • Exposes FailurePolicy to the Jobs api by @acroca in https://github.com/dapr/go-sdk/pull/737
  • Upgrade markdown files in daprdocs for Hugo upgrade by @marcduiker in https://github.com/dapr/go-sdk/pull/741
  • wf Worker should only close clients it has initialized by @tscolari in https://github.com/dapr/go-sdk/pull/748
  • fix api token initialization by @famarting in https://github.com/dapr/go-sdk/pull/722
  • + 5 more

New Contributors

  • @javier-aliaga made their first contribution in https://github.com/dapr/go-sdk/pull/731
  • @acroca made their first contribution in https://github.com/dapr/go-sdk/pull/737
  • @tscolari made their first contribution in https://github.com/dapr/go-sdk/pull/748
  • Full Changelog: https://github.com/dapr/go-sdk/compare/v1.12.0...v1.13.0-rc.1
Release v1.12.0v1.12.0
github-actions[bot]github-actions[bot]·1y ago·February 27, 2025
GitHub

Automatic Go Dapr client release

Release v1.12.0-rc.2v1.12.0-rc.2Pre-release
github-actions[bot]github-actions[bot]·1y ago·February 25, 2025
GitHub

Automatic Go Dapr client release

Release v1.12.0-rc.1v1.12.0-rc.1Pre-release
github-actions[bot]github-actions[bot]·1y ago·January 15, 2025
GitHub

Automatic Go Dapr client release

Release v1.11.0v1.11.0
github-actions[bot]github-actions[bot]·1y ago·August 14, 2024
GitHub

Automatic Go Dapr client release

Release v1.10.0v1.10.0
github-actions[bot]github-actions[bot]·2y ago·March 6, 2024
GitHub

Automatic Go Dapr client release

Release v1.9.1v1.9.1
github-actions[bot]github-actions[bot]·2y ago·November 2, 2023
GitHub

Automatic Go Dapr client release

Release v1.9.0v1.9.0
github-actions[bot]github-actions[bot]·2y ago·October 11, 2023
GitHub

Automatic Go Dapr client release

Release v1.9.0-rc-1v1.9.0-rc-1Pre-release
github-actions[bot]github-actions[bot]·2y ago·October 5, 2023
GitHub

Automatic Go Dapr client release

Release v1.8.0v1.8.0
github-actions[bot]github-actions[bot]·3y ago·June 12, 2023
GitHub

Automatic Go Dapr client release

Release v1.7.0v1.7.0
github-actions[bot]github-actions[bot]·3y ago·February 24, 2023
GitHub

Automatic Go Dapr client release

Release v1.6.0v1.6.0
github-actions[bot]github-actions[bot]·3y ago·October 13, 2022
GitHub

Automatic go Dapr client release

Release v1.5.0v1.5.0
github-actions[bot]github-actions[bot]·3y ago·July 8, 2022
GitHub

Automatic go Dapr client release

Release v1.4.0v1.4.0
github-actions[bot]github-actions[bot]·4y ago·April 8, 2022
GitHub

Automatic go Dapr client release

Release v1.3.1v1.3.1
github-actions[bot]github-actions[bot]·4y ago·January 25, 2022
GitHub

Automatic go Dapr client release

Release v1.3.0v1.3.0
github-actions[bot]github-actions[bot]·4y ago·January 25, 2022
GitHub

Automatic go Dapr client release

Release v1.2.0v1.2.0
github-actions[bot]github-actions[bot]·4y ago·July 26, 2021
GitHub

Automatic go Dapr client release

Release v1.2.0-rc-1v1.2.0-rc-1Pre-release
pkedypkedy·4y ago·July 22, 2021
GitHub
Release v1.1.0v1.1.0
github-actions[bot]github-actions[bot]·5y ago·April 8, 2021
GitHub

Automatic go Dapr client release

Release v1.0.0v1.0.0
github-actions[bot]github-actions[bot]·5y ago·February 17, 2021
GitHub

Automatic go Dapr client release

Release v1.0.0-rc-3v1.0.0-rc-3
yaron2yaron2·5y ago·January 27, 2021
GitHub

Updates proto files to match new response for Get Bulk Secret and distinction between empty and null etags.