Update changelog for 0.25.8

This commit is contained in:
LukeHagar
2025-02-25 00:01:46 +00:00
committed by github-actions[bot]
parent 601485bc82
commit 9521f694ff
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
## v0.25.8
- Added a default leeway of 5 minutes for the Apple/OIDC `id_token` timestamp claims check to account for clock-skew ([#6529](https://github.com/pocketbase/pocketbase/issues/6529)).
It can be further customized if needed with the `PB_ID_TOKEN_LEEWAY` env variable (_the value must be in seconds, e.g. "PB_ID_TOKEN_LEEWAY=60" for 1 minute_).
## v0.25.7
- Fixed `@request.body.jsonObjOrArr.*` values extraction ([#6493](https://github.com/pocketbase/pocketbase/discussions/6493)).

View File

@@ -0,0 +1 @@
0.25.8