We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809b918 commit 6e5c4a6Copy full SHA for 6e5c4a6
1 file changed
CHANGELOG.md
@@ -15,6 +15,10 @@
15
- `erlang.my_func(args)` - attribute-style access
16
- `erlang.call('my_func', args)` - legacy syntax still works
17
18
+- **Module Reload** - Reload Python modules across all workers during development
19
+ - `py:reload(module)` uses `importlib.reload()` to refresh modules from disk
20
+ - `py_pool:broadcast/1` for sending requests to all workers
21
+
22
- **Documentation improvements**
23
- Added shared state section to getting-started, scalability, and ai-integration guides
24
- Added embedding caching example using shared state
0 commit comments