Skip to content

Commit d188ca5

Browse files
committed
Release 1.8.1
1 parent 4dad5ed commit d188ca5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.8.1 (2026-02-25)
4+
5+
### Fixed
6+
7+
- **ASGI scope caching bug** - HTTP method was not treated as a dynamic field in the
8+
scope template cache. This caused incorrect method values when the same path was
9+
accessed with different HTTP methods (e.g., GET /path followed by POST /path would
10+
return method="GET" for both requests).
11+
312
## 1.8.0 (2026-02-25)
413

514
### Added

src/erlang_python.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, erlang_python, [
22
{description, "Execute Python applications from Erlang using dirty NIFs"},
3-
{vsn, "1.8.0"},
3+
{vsn, "1.8.1"},
44
{registered, [py_pool]},
55
{mod, {erlang_python_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)