Release v0.6.0-beta
Pre-release
Pre-release
·
142 commits
to main
since this release
Breaking Chnages
ctx.waitmethod requiresnameparameter. #151invokeTimeis removed fromInvokeConfig#159- Operation Id in execution history is hashed. #150
- Step function without a StepContext, e.g.
ctx.step(..., () -> { ... });is deprecated. #176
What's Changed
- [feature]: add waitForCallback by @zhongkechen in #147
- [feature] add waitAsync method #84 by @ayushiahjolia in #151
- [fix]: fix polling for updates by @zhongkechen in #141
- [fix]: Change operation IDs to hashed values by @nvasiu in #150
- [fix]: remove invoke timeout by @zhongkechen in #159
- [feature]: add an optional stepContext parameter by @zhongkechen in #130
- [feature]: mark step without StepContext deprecated by @zhongkechen in #176
- [feature]: add ContextId and ContextName to child context logger by @zhongkechen in #134
- [feature]: add generic support for execution input and output by @zhongkechen in #172
- [Improvement]: improve batching logic by @zhongkechen in #180
- [Improvement]: improve polling mechanism by @wangyb-A in #170
- [fix]: fix mavenurl by @wangyb-A in #124
- [docs] Split README into new separate docs, added deployment help links by @nvasiu in #133
- [docs]: add stepCtx to all step examples and docs by @zhongkechen in #164
- [docs]: Add Javadoc deployment step to GitHub Actions by @zhongkechen in #181
- [test]: Configure concurrency for e2e-tests workflow by @zhongkechen in #149
- [test]: add a new async child context performance test by @zhongkechen in #186
- [feature]: add custom UA header by @zhongkechen in #160
- [chore]: add slack notification by @wangyb-A in #135
- [chore]: add maven publish workflow by @wangyb-A in #158
- [chore]: add status badges to README by @zhongkechen in #161
- [chore]: Add pre-release param by @wangyb-A in #162
- [chore] add coverage report by @zhongkechen in #163
- [chore] Add workflow to auto merge dependency upgrades (#174) by @ayushiahjolia in #175
New Contributors
- @nvasiu made their first contribution in #133
- @ayushiahjolia made their first contribution in #151
Full Changelog: v0.5.0...v0.6.0-beta