Releases: indeedeng/iwf-java-sdk
Releases · indeedeng/iwf-java-sdk
v1.0.0 RC5 Release
What's Changed
- Refactor for final release by @longquanzheng in #72
Full Changelog: v1.0.0-rc4...v1.0.0-rc5
v1.0.0 RC4 Release
What's Changed
- Create code of conduct by @bell-kevin in #62
- add cron schedule and workflow id reuse policy to workflow start options by @duoertai in #67
- fix workflow start options by @duoertai in #68
- Fix java 8 compatibility by @longquanzheng in #69
- Pre final release improvements by @longquanzheng in #70
New Contributors
- @bell-kevin made their first contribution in #62
Full Changelog: v1.0.0-rc3...v1.0.0-rc4
v1.0.0-rc3 release
What's Changed
- Add client option for docker by @longquanzheng in #58
- allow customize encoder by @longquanzheng in #61
- Publish with source code and java doc by @longquanzheng in #63
Full Changelog: v1.0.1-rc1...v1.0.0-rc3
v1.0.1 ReleaseCandidate 1
What's Changed
- Change default port to avoid conflict by @longquanzheng in #57
Full Changelog: v1.0.0-rc1...v1.0.1-rc1
v1.0.0 release candidate 1
What's Changed
- Support timer feature and refactor code by @longquanzheng in #47
- Add interStateChannel to WorkflowState APIs by @longquanzheng in #48
- Add CancelWorkflow API stub (not implementation) by @longquanzheng in #50
- Implement cancel API and untypedClient by @longquanzheng in #52
- Implement state locals by @longquanzheng in #53
- Add SearchAttributes and Search APIs by @longquanzheng in #54
- Fix and test AnyCommandCompleted by @longquanzheng in #55
- Implement InterstateChannelCommand by @longquanzheng in #56
Full Changelog: v0.1.0...v1.0.0-rc1
v0.1.0 release
What's Changed
- Add sdk code from prototype by @longquanzheng in #2
- Remove library test by @duoertai in #4
- copy demo workflow over by @duoertai in #5
- Use Immutable for all data models by @longquanzheng in #7
- Use java generator and move spring to test pkg by @longquanzheng in #8
- Add registry by @duoertai in #9
- add worker service by @duoertai in #10
- add client and workflow start options by @duoertai in #11
- Add basic integ test by @longquanzheng in #12
- Implement object encoder and Input output feature for workflow by @longquanzheng in #13
- Update basic test with 2 states by @longquanzheng in #18
- Add more command short cuts and fix search attribute apis by @longquanzheng in #22
- Publishing to Maven by @longquanzheng in #24
- add workflow signal by @duoertai in #26
- Remove unused spring files by @longquanzheng in #30
- refactor object encoder by @duoertai in #31
- Add reset API by @longquanzheng in #32
- Rename getResult API by @longquanzheng in #33
- Rename signal method to signal channel by @longquanzheng in #36
- add-query-workflow-support by @duoertai in #37
- Improve error handling and refactor to use new names/paths from IDL by @longquanzheng in #43
New Contributors
- @longquanzheng made their first contribution in #2
- @duoertai made their first contribution in #4
Full Changelog: https://github.com/indeedeng/iwf-java-sdk/commits/v0.1.0