Skip to content

v0.16.6 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 10:11
· 613 commits to master since this release

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

  • Fixed collection index column sort normalization in the Admin UI (#2681; thanks @SimonLoir).

  • Removed unnecessary admins count in apis.RequireAdminAuthOnlyIfAny() middleware (#2726; thanks @svekko).

  • Fixed multipart/form-data request bind not populating map array values (#2763).

  • Upgraded Admin UI and Go dependencies.