Release v3.2.0
What's Changed
Features
- feat(client): Support for the
DAPR_HTTP_ENDPOINT
andDAPR_GRPC_ENDPOINT
environment variables by @elena-kolevska in #519 - feat(client): Support for DAPR_API_TOKEN to gRPC client by @elena-kolevska in #519
- feat(pubsub): Add wildcard support (+, #) to pubsub by @XavierGeerinck and @shubham1172 in #529
- feat(workflow): Upgrade Workflow API to use beta endpoints instead of alpha by @DeepanshuA in #531
Fixes
- fix(invocation): Add missing HTTP patch method by @VazeeKevin in #518
- fix(test): Fix gRPC library upgrade issue with e2e test by @shubham1172 in #533
Chores
- chore(release): Bump version in package-lock.json by @shubham1172 in #504
- chore(release): Merge release-3.1 into main by @shubham1172 in #507
- chore(errors): Add custom error classes by @jriffs in #508
- chore(deps): Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /examples/grpc/proxying/server by @dependabot in #509
- chore(deps): Bump protobufjs and @grpc/grpc-js by @dependabot in #511
- chore(deps): Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #512
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #515
- chore(ci): Add holopin.yml config for GHC2023 event by @marcduiker in #523
Documentation
- docs: Add cascading docs metadata by @AaronCrawfis in #513
- docs(config): Update examples and docs for subscribing to configuration stores by @shubham1172 in #524
- docs(ci): Add GitHub Dapr bot commands available in the repo by @owate in #527
Tests
- test(unit): Added test cases for version check by @salmankhan-prs in #514
New Contributors
- @jriffs made their first contribution in #508
- @VazeeKevin made their first contribution in #518
- @owate made their first contribution in #527
- @elena-kolevska made their first contribution in #519
Full Changelog: v3.1.1...v3.2.0