Skip to content

Bump github.com/pocketbase/pocketbase from 0.24.4 to 0.26.6#32

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v0.26.6 Release

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

  • Allow OIDC email_verified to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response (#6657).

  • Updated modernc.org/sqlite to 1.36.3.

v0.26.5 Release

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

  • Fixed canonical URI parts escaping when generating the S3 request signature (#6654).

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.

... (truncated)

Changelog

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

v0.26.6

  • Allow OIDC email_verified to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response (#6657).

  • Updated modernc.org/sqlite to 1.36.3.

v0.26.5

  • Fixed canonical URI parts escaping when generating the S3 request signature (#6654).

v0.26.4

  • 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

  • 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.

... (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.6.
- [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.6)

---
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 31, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2025

Superseded by #33.

@dependabot dependabot bot closed this Apr 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pocketbase/pocketbase-0.26.6 branch April 16, 2025 13:26
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