Skip to content

Commit d8aaa33

Browse files
committed
CHANGELOG for 0.25.0
1 parent eb8107e commit d8aaa33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 0.25.0
2+
3+
## Fixes
4+
5+
_Things that were broken and are now fixed._
6+
7+
- Workers would intermittently throw an unhandled exception, and in some cases disconnect from Camunda Cloud. This was caused by network errors throwing an error event on the stream after the end event was emitted and all listeners were removed. The error event listener is no longer removed when the end event is received, and the worker no longer throws an unhandled exception. See [#99}(https://github.com/zeebe-io/zeebe-client-node-js/issues/99).
8+
19
# Version 0.24.2
210

311
## Fixes

0 commit comments

Comments
 (0)