Release v3.3.0
What's Changed
Highlights
New maintainer updates π₯³
Welcome aboard, @DeepanshuA. Thrilled to have you join as a maintainer for the SDK!
Workflow authoring is now supported π
See https://docs.dapr.io/developing-applications/sdks/js/js-workflow/
Six new contributors π
To collaboration and building something amazing together π₯
Features
- feat(workflow): Workflow authoring support by @kaibocai in #563
- feat(client): If an api token is not passed in the constructor, check the env variable by @elena-kolevska in #548
- feat(grpc): Grpc endpoint parsing by @elena-kolevska in #543
Fixes
- fix(actors): Fix actor reminder and timer period parameter by @heunghingwan in #536
- fix(sample): Modify example pubsub by @MregXN in #558
- fix(config): Fix Configuration GRPC calls not sending metadata by @tlund101 in #571
- fix(actors): Add Actor ID validation by @heunghingwan in #539
Chores
- chore(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/grpc/proxying/server by @dependabot in #544
- chore(deps-dev): Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #541
- chore(release): Prepare for v3.3.0-rc.1 release by @shubham1172 in #575
- chore(release): Prepare for v3.3.0 release by @shubham1172 in #577
Documentation
- docs(server): Update _index.md by @fyzact in #552
- docs(header): Fix file header styling by @stuartleeks in #559
Tests
- test(integration): Fix flaky integration test DemoActorReminderOnceImpl by @MregXN in #553
- test(e2e): Fix e2e test http actortest by @MregXN in #554
- test(e2e): Fix e2e test common/server/server.test.ts by @MregXN in #555
New Contributors
- @heunghingwan made their first contribution in #536
- @fyzact made their first contribution in #552
- @MregXN made their first contribution in #553
- @stuartleeks made their first contribution in #559
- @kaibocai made their first contribution in #563
- @tlund101 made their first contribution in #571
Full Changelog: v3.2.0...v3.3.0