Skip to content

Releases: dapr/js-sdk

Release v3.4.1

21 Sep 03:29
048aafc
Compare
Choose a tag to compare

What's Changed

Features

Chores

New Contributors

v3.4.0

18 Aug 03:58
15ead5e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.4.0

v3.4.0-rc.2

17 Aug 23:41
3a3a1a8
Compare
Choose a tag to compare
v3.4.0-rc.2 Pre-release
Pre-release

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

Full Changelog: v3.3.1...v3.4.0-rc.2

v3.4.0-rc.1

17 Aug 20:25
Compare
Choose a tag to compare
v3.4.0-rc.1 Pre-release
Pre-release

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

Full Changelog: v3.3.1...v3.4.0-rc.1

Release v3.3.1

06 Mar 20:33
37937b3
Compare
Choose a tag to compare

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

Full Changelog: v3.3.0...v3.3.1

Release v3.3.0

06 Mar 06:51
690b053
Compare
Choose a tag to compare

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

Fixes

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

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

Full Changelog: v3.2.0...v3.3.0

Release v3.3.0-rc.1

01 Mar 10:09
4189a3d
Compare
Choose a tag to compare
Release v3.3.0-rc.1 Pre-release
Pre-release

Release v3.3.0-rc.1

Release v3.2.0

13 Oct 09:44
b063e10
Compare
Choose a tag to compare

What's Changed

Features

Fixes

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

New Contributors

Full Changelog: v3.1.1...v3.2.0

Release v3.1.2

14 Jun 16:18
960a10d
Compare
Choose a tag to compare

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

Full Changelog: v3.1.1...v3.1.2

Release v3.1.1

14 Jun 07:13
Compare
Choose a tag to compare

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