Releases: dapr/js-sdk
Release v3.4.1
v3.4.0
What's Changed
- chore(release): Prepare for v3.3.0 release by @shubham1172 in #577
- fix(proto): update gRPC requests to use the correct request parameters by @shubham1172 in #581
- chore(release): Prepare for v3.3.1 release by @shubham1172 in #582
- chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples/grpc/proxying/server by @dependabot in #586
- chore(deps): Bump express from 4.18.2 to 4.19.2 by @dependabot in #588
- Updated the holopin.yaml to use the sdk badge by @AjaySDwivedi1 in #590
- Do not log options in HTTPServer to prevent circular reference by @shubham1172 in #592
- fix: typo by @bondz in #607
- fix: Remove broken image links by @joebowbeer in #610
- Fix README.md for distributedlock example by @greenie-msft in #613
- [chore] Bump to 3.4.0-rc.1 - use dapr 1.14.0-rc.x by @DeepanshuA in #611
- Official Release 3.4.0 by @paulyuk in #620
New Contributors
- @AjaySDwivedi1 made their first contribution in #590
- @bondz made their first contribution in #607
- @joebowbeer made their first contribution in #610
Full Changelog: v3.3.1...v3.4.0
v3.4.0-rc.2
What's Changed
- chore(release): Prepare for v3.3.0 release by @shubham1172 in #577
- fix(proto): update gRPC requests to use the correct request parameters by @shubham1172 in #581
- chore(release): Prepare for v3.3.1 release by @shubham1172 in #582
- chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples/grpc/proxying/server by @dependabot in #586
- chore(deps): Bump express from 4.18.2 to 4.19.2 by @dependabot in #588
- Updated the holopin.yaml to use the sdk badge by @AjaySDwivedi1 in #590
- Do not log options in HTTPServer to prevent circular reference by @shubham1172 in #592
- Bump to 3.4.0-rc.2 for final release test by @paulyuk in #618
New Contributors
- @AjaySDwivedi1 made their first contribution in #590
- @paulyuk made their first contribution in #618
Full Changelog: v3.3.1...v3.4.0-rc.2
v3.4.0-rc.1
What's Changed
- chore(release): Prepare for v3.3.0 release by @shubham1172 in #577
- fix(proto): update gRPC requests to use the correct request parameters by @shubham1172 in #581
- chore(release): Prepare for v3.3.1 release by @shubham1172 in #582
- chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples/grpc/proxying/server by @dependabot in #586
- chore(deps): Bump express from 4.18.2 to 4.19.2 by @dependabot in #588
- Updated the holopin.yaml to use the sdk badge by @AjaySDwivedi1 in #590
- Do not log options in HTTPServer to prevent circular reference by @shubham1172 in #592
New Contributors
- @AjaySDwivedi1 made their first contribution in #590
Full Changelog: v3.3.1...v3.4.0-rc.1
Release v3.3.1
What's Changed
Contains a fix were gRPC client was not working (and other gRPC functionality were broken) due to missed proto updates.
Fixes
- fix(proto): update gRPC requests to use the correct request parameters by @shubham1172 in #581
Chores
- chore(release): Prepare for v3.3.0 release by @shubham1172 in #577
Full Changelog: v3.3.0...v3.3.1
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
Release v3.3.0-rc.1
Release v3.3.0-rc.1
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
Release v3.1.2
What's Changed
The SDK v3.1.1's package-lock.json did not have the updated version (3.1.1), which can cause unexpected behavior. This new patch is to fix that.
Chores
- chore(release): bump version in package-lock.json by @shubham1172 in #504
- chore(release): bump to v3.1.2 by @shubham1172 in #506
Full Changelog: v3.1.1...v3.1.2
Release v3.1.1
What's Changed
We are releasing a hotfix to handle issues with the crypto api implementation.
Fixes
- fix(crypto): Fixed handling of backpressure in DaprChunkedStream by @ItalyPaleAle in #503
Full Changelog: v3.1.0...v3.1.1