Skip to content

v0.22.3 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 14:56
· 51 commits to master since this release

To update the prebuilt executable you can run ./pocketbase update.

  • Fixed the z-index of the current admin dropdown on Safari (#4492).

  • Fixed OnAfterApiError debug log nil error reference (#4498).

  • Added the field name as part of the @request.data.someRelField.* join to handle the case when a collection has 2 or more relation fields pointing to the same place (#4500).

  • Updated Go deps and bumped the min Go version in the GitHub release action to Go 1.22.1 since it comes with some security fixes.