Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/pocketbase/pocketbase from 0.20.7 to 0.21.2 in /pocketbase #64

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2024

Bumps github.com/pocketbase/pocketbase from 0.20.7 to 0.21.2.

Release notes

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

v0.21.2 Release

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

  • Fixed @request.auth.* initialization side-effect which caused the current authenticated user email to not being returned in the user auth response (#2173). The current authenticated user email should be accessible always no matter of the emailVisibility state.

  • Fixed RecordUpsert.RemoveFiles godoc example.

  • Bumped to NumCPU()+2 the concurrent thumbs generation limit as some users reported that it was too restrictive.

v0.21.1 Release

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

  • Minor fix for the Admin UI related to the Settings > Sync menu not being visible even when the "Hide controls" toggle is off.

v0.21.0 Release

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

This is a small maintenance release and some of the previously planned features from the roadmap are pushed for the next one (sorry for this) to unblock the upcoming release of my other open source project.

  • Added Bitbucket OAuth2 provider (#3948; thanks @​aabajyan).

  • Mark user as verified on confirm password reset (#4066). If the user email has changed after issuing the reset token (eg. updated by an admin), then the verified user state remains unchanged.

  • Added support for loading a serialized json payload for multipart/form-data requests using the special @jsonPayload key. This is intended to be used primarily by the SDKs to resolve js-sdk#274.

  • Added graceful OAuth2 redirect error handling (#4177). Previously on redirect error we were returning directly a standard json error response. Now on redirect error we'll redirect to a generic OAuth2 failure screen (similar to the success one) and will attempt to auto close the OAuth2 popup. The SDKs are also updated to handle the OAuth2 redirect error and it will be returned as Promise rejection of the authWithOAuth2() call.

  • Exposed $apis.gzip() and $apis.bodyLimit(bytes) middlewares to the JSVM.

  • Added TestMailer.SentMessages field that holds all sent test app emails until cleanup.

  • Optimized the cascade delete of records with multiple relation fields.

  • Updated the serve and admin commands error reporting.

  • Minor Admin UI improvements (reduced the min table row height, added option to duplicate fields, added new TinyMCE codesample plugin languages, hide the collection sync settings when the Settings.Meta.HideControls is enabled, etc.)

Changelog

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

v0.21.2

  • Fixed @request.auth.* initialization side-effect which caused the current authenticated user email to not being returned in the user auth response (#2173). The current authenticated user email should be accessible always no matter of the emailVisibility state.

  • Fixed RecordUpsert.RemoveFiles godoc example.

  • Bumped to NumCPU()+2 the thumbGenSem limit as some users reported that it was too restrictive.

v0.21.1

  • Small fix for the Admin UI related to the Settings > Sync menu not being visible even when the "Hide controls" toggle is off.

v0.21.0

  • Added Bitbucket OAuth2 provider (#3948; thanks @​aabajyan).

  • Mark user as verified on confirm password reset (#4066). If the user email has changed after issuing the reset token (eg. updated by an admin), then the verified user state remains unchanged.

  • Added support for loading a serialized json payload for multipart/form-data requests using the special @jsonPayload key. This is intended to be used primarily by the SDKs to resolve js-sdk#274.

  • Added graceful OAuth2 redirect error handling (#4177). Previously on redirect error we were returning directly a standard json error response. Now on redirect error we'll redirect to a generic OAuth2 failure screen (similar to the success one) and will attempt to auto close the OAuth2 popup. The SDKs are also updated to handle the OAuth2 redirect error and it will be returned as Promise rejection of the authWithOAuth2() call.

  • Exposed $apis.gzip() and $apis.bodyLimit(bytes) middlewares to the JSVM.

  • Added TestMailer.SentMessages field that holds all sent test app emails until cleanup.

  • Optimized the cascade delete of records with multiple relation fields.

  • Updated the serve and admin commands error reporting.

  • Minor Admin UI improvements (reduced the min table row height, added option to duplicate fields, added new TinyMCE codesample plugin languages, hide the collection sync settings when the Settings.Meta.HideControls is enabled, etc.)

Commits
  • 41aa9b1 updated changelog
  • ed9cc2f updated changelog
  • bada233 #2173 fixed request.auth.* initialization which caused the current authenti...
  • 3b6fcf2 fixed RecordUpsert.RemoveFiles godoc example
  • fb78a39 updated readme and the thumbGenSem limit
  • 9436efb fixed hideControls store reactivity check
  • 05556e7 updated changelog and go deps
  • 2862119 updated serve command error reporting
  • eaf121e updated ui/dist
  • aabe820 fixed typos and some linter suggestions
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from janlauber as a code owner February 10, 2024 16:08
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Feb 10, 2024
@janlauber
Copy link
Owner

@dependabot rebase

Bumps [github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) from 0.20.7 to 0.21.2.
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.20.7...v0.21.2)

---
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 force-pushed the dependabot/go_modules/pocketbase/github.com/pocketbase/pocketbase-0.21.2 branch from 3d159be to d2c281e Compare February 10, 2024 16:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #68.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/pocketbase/github.com/pocketbase/pocketbase-0.21.2 branch February 12, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant