-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog for v1.0 release (#174)
- Loading branch information
1 parent
8592f7c
commit 80369fe
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## v1.0.0 (06-04-2018) | ||
|
||
### Features | ||
- POJO workflow, child workflow, activity execution. | ||
- Sync and Async workflow execution. | ||
- Query and Signal workflow execution. | ||
- Test framework. | ||
- Metrics and Logging support in client. | ||
- Side effects, mutable side effects, random uuid and workflow getVersion support. | ||
- Activity heartbeat throttling. | ||
- Deterministic retry of failed operation. |