Release v2.2.0 - v2.2.1
What's Changed
dapr-client
npm repository towards the @dapr/dapr
organization on NPM.
Next to the above, we focused on streamlining the tests as much as possible and becoming up to date with Dapr 1.7.0
Breaking Changes & Deprecations
We are moving from the dapr-client
NPM package towards the @dapr/dapr
package as per #207
Since this is a breaking change for everyone, a deprecation schedule (#259) is in place, and we will be updating both packages for the coming months. The current plan is to maintain both package until at least version 2.3.0 of the Dapr JS SDK
Features
- feat: Use environment variables to initialize the Client and Server
- feat: Configuration API
- feat: Actors Reminder/Timer TTL
- feat: State Store Query API: Sync with latest spec
Documentation
- doc: Make distinction between client and server clearer
Bugs
Tests & CI
- ci: E2E tests to cancel the pipeline when they fail
- tests: Fix actors E2E tests
Misc
- chore: Add license headers everywhere
Bumps
Full
Full Changelog: v2.1.0...v2.2.0-rc.0