properly reset JSVM global app state overwrite so that pooled executors always get a clean state

This commit is contained in:
Gani Georgiev
2026-07-16 17:12:27 +03:00
parent 636b7e28d8
commit b419498d9c
4 changed files with 327 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.39.8 (WIP)
- Properly reset JSVM global `$app` state overwrite so that pooled executors always get a clean state.
## v0.39.7
- Replaced `github.com/go-ozzo/ozzo-validation` with the fork `github.com/pocketbase/ozzo-validation` since the original library has recently changed ownership and the new maintainer cannot be trusted.