·
180 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
summary
- name parallel branches and map iterations for easier identification when monitoring execution history (#387)
nesting_typeon map and parallel for fewer operations per iteration (#351)- bug fix: Emit a START checkpoint when retrying a failed step (#381)
- bug fix: Payload size limit errors on checkpoint are now surfaced as non-retryable execution errors rather than retryable invocation errors (#341)
Please install aws-durable-execution-sdk-python-testing v1.2.1 for compatibility.
What's Changed
- chore: Add deps/deps-dev to commit lint rules by @ayushiahjolia in #330
- fix: exceeds payload size limit as invocation error by @andreas-baakind-adsk in #341
- chore(deps): bump the actions-deps group with 3 updates by @dependabot[bot] in #343
- feat: add sdk name/version to user agent header by @nvasiu in #344
- chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the actions-deps group by @dependabot[bot] in #349
- chore: update authors by @yaythomas in #352
- [feature]: add nesting_type to concurrency operations by @zhongkechen in #351
- [fix]: input payload too big to fit in initial execution state by @zhongkechen in #354
- move examples from testing library by @zhongkechen in #356
- add tests for nest_type by @zhongkechen in #359
- chore(deps): bump the actions-deps group across 1 directory with 4 updates by @dependabot[bot] in #360
- Virtual Context bug on parent id and FAIL checkpoint emitting by @yaythomas in #364
- feat: Classify non-retryable customer errors for Durable API calls by @denzyll in #358
- test: make parallel serdes assertions order independent by @Genmin in #367
- ci: add commit message linting to ci workflow by @ayushiahjolia in #348
- fix: change format of user agent header by @nvasiu in #368
- chore: do not send notification for draft prs by @wangyb-A in #372
- refactor: move ops/ scripts to .github/scripts/ by @ayushiahjolia in #369
- chore(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #374
- [refactor]: use an executor class instead of closure by @zhongkechen in #375
- fix: replay status after paginated state by @tejakusireddy in #377
- fix: remove lowercase requirement from linter by @zhongkechen in #382
- fix: checkpoint START when retry a failed step by @zhongkechen in #381
- Add Lambda bundled runtime useragent header by @nvasiu in #379
- Revert "[refactor]: use an executor class instead of closure (#375)" by @zhongkechen in #384
- docs: drop in-repo docs, use aws docs site by @yaythomas in #392
- chore: split notify_slack into separate workflows by @yaythomas in #394
- feat: parallel and map branch name by @wangyb-A in #387
- chore(deps): bump github/codeql-action from 4.35.3 to 4.35.5 in the actions-deps group across 1 directory by @dependabot[bot] in #388
- chore: bump version to 1.5.0 by @wangyb-A in #395
New Contributors
- @andreas-baakind-adsk made their first contribution in #341
- @nvasiu made their first contribution in #344
- @zhongkechen made their first contribution in #351
- @denzyll made their first contribution in #358
- @Genmin made their first contribution in #367
- @tejakusireddy made their first contribution in #377
Full Changelog: v1.4.0...v1.5.0