Skip to content

Commit 65855ca

Browse files
jmaeagle99tconley1428
authored andcommitted
update changelog
1 parent 394bc41 commit 65855ca

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ to docs, or any other relevant information.
1919

2020
## [Unreleased]
2121

22+
### Changed
23+
24+
- AWS Lambda worker `configure` parameter supports sync, async, and async
25+
generator style functions. This callback is invoked on the asyncio event
26+
loop.
27+
28+
### Breaking Changes
29+
30+
- AWS Lambda worker `configure` parameter has been changed to be invoked
31+
per-invocation of the worker instead of only at startup. It is advised that
32+
any shared, heavy-weight operations are performed outside of the callback
33+
before `run_worker` is invoked.
34+
2235
## [1.29.0] - 2026-06-17
2336

2437
### Added

0 commit comments

Comments
 (0)