Update changelog for 0.22.23

This commit is contained in:
LukeHagar
2024-11-04 00:01:38 +00:00
committed by github-actions[bot]
parent a6fc0d1016
commit 8000e1b32e
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## v0.22.23
- Updated the hooks watcher to account for the case when hooksDir is a symlink ([#5789](https://github.com/pocketbase/pocketbase/issues/5789)).
- _(Backported from v0.23.0-rc)_ Registered a default `http.Server.ErrorLog` handler to report general server connection errors as app Debug level logs (e.g. invalid TLS handshakes caused by bots trying to access your server via its IP or other similar errors).
- Other minor fixes (updated npm dev deps to fix the vulnerabilities warning, added more user friendly realtime topic length error, regenerated JSVM types, etc.)
## v0.22.22
- Added deprecation log in case Instagram OAuth2 is used (_related to [#5652](https://github.com/pocketbase/pocketbase/discussions/5652)_).

View File

@@ -1 +1 @@
0.22.22
0.22.23