v1.12
Highlights:
- Runs and tests with 1.12 Dapr release
- Baselines on latest SDKs
- Multi-run support
- Multi-run support on Kubernetes
- Workflow Quickstart in Java
- Improved test stability
What's Changed
- Update configuration api sdks to latest releases by @shivamkm07 in #882
- Release 1.11 merge with master branch by @paulyuk in #881
- Tutorials test fix - broken link by @paulyuk in #884
- Fixups for JS crypto quickstart by @ItalyPaleAle in #883
- fix(go-http): http quickstart is broken by @guergabo in #885
- Made python quickstart README.md match the .NET purchasing example by @nyemade-uversky in #875
- [bindings] add
direction
to component yaml by @hhunter-ms in #894 - Update links for observability docs update by @hhunter-ms in #896
- go: update code to more modern version by @batazor in #887
- Update comments with correct port by @hughxia in #900
- pub_sub: go: set publisher sleep to 1 second by @paskozdilar in #891
- Go build not needed for
go run
by @emctl in #897 - Update Python pub_sub sdk example by @zhangcheng in #889
- Add holopin.yml config for GHC2023 event by @marcduiker in #923
- Updating Readme's to default to
dapr run -f .
by @paulyuk in #874 - Patching tests to pass (C# timing, Python uvicorn) by @paulyuk in #933
- update dapr runtime to use v1.12.0-rc.1 by @cicoyle in #906
- Syncing Release 1.12 with master and multi-run changes by @paulyuk in #936
- setting version for kafka by @pravinpushkar in #939
- Multi-run support for workflow by @paulyuk in #935
- Add java workflow quickstart(clean code) by @skyao in #940
- Update state management Readme with multi app run by @rabollin in #904
- Updating runtime for tests to RC5 by @paulyuk in #941
- Fixes port 6003 conflict between Go Pub-sub and Go bindings. by @paulyuk in #942
- add hello-kubernetes multi-app run k8s template by @mukundansundar in #926
- update cli to rc.4 by @cicoyle in #943
- Release 1.12 by @paulyuk in #945
- Java SDK update by @paulyuk in #947
- Updating tests to use dapr/dapr RC6 by @paulyuk in #948
- Sdkversionchange by @rabollin in #950
- Updating release-1.12 with js-sdk 3.2.0 by @paulyuk in #951
New Contributors
- @guergabo made their first contribution in #885
- @batazor made their first contribution in #887
- @hughxia made their first contribution in #900
- @paskozdilar made their first contribution in #891
- @emctl made their first contribution in #897
- @zhangcheng made their first contribution in #889
- @marcduiker made their first contribution in #923
- @cicoyle made their first contribution in #906
- @skyao made their first contribution in #940
- @rabollin made their first contribution in #904
Full Changelog: v1.11.0...v1.12