Release v3.1.0
What's Changed
Features
- feat(state): add optional attributes in state management APIs by @SoTrx in #476
- feat(lock): Implement the Lock API on HTTP by @XavierGeerinck in #478
- feat(crypto): add encrypt and decrypt APIs by @ItalyPaleAle in #491
- feat(workflow): Add workflow management HTTP APIs by @shubham1172 in #485
Fixes
- fix(state): return an empty array instead of empty string when state.query does not return anything by @salmankhan-prs in #471
- fix(actor): Configured the delete operation in the state provider by @ruokun-niu in #486
- fix(ci): explicitly call pre-build while building for publish steps by @shubham1172 in #495
Chores
- chore(http): replace method "createHTTPMetadataQueryParam" with "createHTTPQueryParam" by @SoTrx in #480
- chore(proto): update protos for 1.11 by @ItalyPaleAle in #490
- chore(release): add support to release dev packages @shubham1172 in #493
- chore(config): updating config API to use v1 endpoint by @shivamkm07 in #496
- chore(release): prepare for v3.1.0 release by @shubham1172 in #501
New Contributors
- @SoTrx made their first contribution in #476
- @ruokun-niu made their first contribution in #486
- @shivamkm07 made their first contribution in #496
Full Changelog: v3.0.0...v3.1.0