Skip to content

Commit 11ba32e

Browse files
committed
update changelog
1 parent 404062d commit 11ba32e

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
@@ -18,3 +18,16 @@ to docs, or any other relevant information.
1818
# Changelog
1919

2020
## [Unreleased]
21+
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.

0 commit comments

Comments
 (0)