Skip to content

Bump github.com/pocketbase/pocketbase from 0.24.4 to 0.26.4#31

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/pocketbase/pocketbase-0.26.4
Closed

Bump github.com/pocketbase/pocketbase from 0.24.4 to 0.26.4#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/pocketbase/pocketbase-0.26.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps github.com/pocketbase/pocketbase from 0.24.4 to 0.26.4.

Release notes

Sourced from github.com/pocketbase/pocketbase's releases.

v0.26.4 Release

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

  • Fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error (#6639).

  • Fixed logs details copy to clipboard action.

  • Updated modernc.org/sqlite to 1.36.2.

v0.26.3 Release

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

  • Fixed and normalized logs error serialization across common types for more consistent logs error output (#6631).

v0.26.2 Release

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

v0.26.1 Release

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

  • Removed the wrapping of io.EOF error when reading files since currently io.ReadAll doesn't check for wrapped errors (#6600).

v0.26.0 Release

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

  • ⚠️ Replaced aws-sdk-go-v2 and gocloud.dev/blob with custom lighter implementation (#6562). As a side-effect of the dependency removal, the binary size has been reduced with ~10MB and builds ~30% faster. Although the change is expected to be backward-compatible, I'd recommend to test first locally the new version with your S3 provider (if you use S3 for files storage and backups).

  • ⚠️ Prioritized the user submitted non-empty createData.email (it will be unverified) when creating the PocketBase user during the first OAuth2 auth.

  • Load the request info context during password/OAuth2/OTP authentication (#6402). This could be useful in case you want to target the auth method as part of the MFA and Auth API rules. For example, to disable MFA for the OAuth2 auth could be expressed as @request.context != "oauth2" MFA rule.

  • Added store.Store.SetFunc(key, func(old T) new T) to set/update a store value with the return result of the callback in a concurrent safe manner.

  • Added subscription.Message.WriteSSE(w, id) for writing an SSE formatted message into the provided writer interface (used mostly to assist with the unit testing).

  • Added $os.stat(file) JSVM helper (#6407).

  • Added log warning for async marked JSVM handlers and resolve when possible the returned Promise as fallback (#6476).

  • Allowed calling cronAdd, cronRemove from inside other JSVM handlers (#6481).

  • Bumped the default request read and write timeouts to 5mins (old 3mins) to accommodate slower internet connections and larger file uploads/downloads. If you want to change them you can modify the OnServe hook's ServeEvent.ReadTimeout/WriteTimeout fields as shown in #6550.

... (truncated)

Changelog

Sourced from github.com/pocketbase/pocketbase's changelog.

v0.26.4

  • Fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error (#6639).

  • Fixed logs details clipboard copy.

  • Updated modernc.org/sqlite to 1.36.2.

v0.26.3

  • Fixed and normalized logs error serialization across common types for more consistent logs error output (#6631).

v0.26.2

v0.26.1

  • Removed the wrapping of io.EOF error when reading files since currently io.ReadAll doesn't check for wrapped errors (#6600).

v0.26.0

  • ⚠️ Replaced aws-sdk-go-v2 and gocloud.dev/blob with custom lighter implementation (#6562). As a side-effect of the dependency removal, the binary size has been reduced with ~10MB and builds ~30% faster. Although the change is expected to be backward-compatible, I'd recommend to test first locally the new version with your S3 provider (if you use S3 for files storage and backups).

  • ⚠️ Prioritized the user submitted non-empty createData.email (it will be unverified) when creating the PocketBase user during the first OAuth2 auth.

  • Load the request info context during password/OAuth2/OTP authentication (#6402). This could be useful in case you want to target the auth method as part of the MFA and Auth API rules. For example, to disable MFA for the OAuth2 auth could be expressed as @request.context != "oauth2" MFA rule.

  • Added store.Store.SetFunc(key, func(old T) new T) to set/update a store value with the return result of the callback in a concurrent safe manner.

  • Added subscription.Message.WriteSSE(w, id) for writing an SSE formatted message into the provided writer interface (used mostly to assist with the unit testing).

  • Added $os.stat(file) JSVM helper (#6407).

  • Added log warning for async marked JSVM handlers and resolve when possible the returned Promise as fallback (#6476).

  • Allowed calling cronAdd, cronRemove from inside other JSVM handlers (#6481).

  • Bumped the default request read and write timeouts to 5mins (old 3mins) to accommodate slower internet connections and larger file uploads/downloads. If you want to change them you can modify the OnServe hook's ServeEvent.ReadTimeout/WriteTimeout fields as shown in #6550.

  • Normalized the @request.auth.* and @request.body.* back relations resolver to always return null when the relation field is pointing to a different collection (#6590).

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) from 0.24.4 to 0.26.4.
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.24.4...v0.26.4)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #32.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pocketbase/pocketbase-0.26.4 branch March 31, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants