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

fix(deps): update module github.com/pocketbase/pocketbase to v0.22.2 #84

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pocketbase/pocketbase v0.21.1 -> v0.22.2 age adoption passing confidence

Release Notes

pocketbase/pocketbase (github.com/pocketbase/pocketbase)

v0.22.2

Compare Source

  • Fixed a small regression introduced with v0.22.0 that was causing some missing unknown fields to always return an error instead of applying the specific nullifyMisingField resolver option to the query.

v0.22.1

Compare Source

  • Fixed Admin UI record and collection panels not reinitializing properly on browser back/forward navigation (#​4462).

  • Initialize RecordAuthWithOAuth2Event.IsNewRecord for the OnRecordBeforeAuthWithOAuth2Request hook (#​4437).

  • Added error checks to the autogenerated Go migrations (#​4448).

v0.22.0

Compare Source

  • Added Planning Center OAuth2 provider (#​4393; thanks @​alxjsn).

  • Admin UI improvements:

    • Autosync collection changes across multiple open browser tabs.
    • Fixed vertical image popup preview scrolling.
    • Added options to export a subset of collections.
    • Added option to import a subset of collections without deleting the others (#​3403).
  • Added support for back/indirect relation filter/sort (single and multiple).
    The syntax to reference back relation fields is yourCollection_via_yourRelField.*.
    ⚠️ To avoid excessive joins, the nested relations resolver is now limited to max 6 level depth (the same as expand).
    Note that in the future there will be also more advanced and granular options to specify a subset of the fields that are filterable/sortable.

  • Added support for multiple back/indirect relation expand and updated the keys to use the _via_ reference syntax (yourCollection_via_yourRelField).
    To minimize the breaking changes, the old parenthesis reference syntax (yourCollection(yourRelField)) will still continue to work but it is soft-deprecated and there will be a console log reminding you to change it to the new one.

  • ⚠️ Collections and fields are no longer allowed to have _via_ in their name to avoid collisions with the back/indirect relation reference syntax.

  • Added jsvm.Config.OnInit optional config function to allow registering custom Go bindings to the JSVM.

  • Added @request.context rule field that can be used to apply a different set of constraints based on the API rule execution context.
    For example, to disallow user creation by an OAuth2 auth, you could set for the users Create API rule @request.context != "oauth2".
    The currently supported @request.context values are:
    default
    realtime
    protectedFile
    oauth2

  • Adjusted the cron.Start() to start the ticker at the 00 second of the cron interval (#​4394).
    Note that the cron format has only minute granularity and there is still no guarantee that the scheduled job will be always executed at the 00 second.

  • Fixed auto backups cron not reloading properly after app settings change (#​4431).

  • Upgraded to aws-sdk-go-v2 and added special handling for GCS to workaround the previous GCS headers signature issue that we had with v2.
    This should also fix the SVG/JSON zero response when using Cloudflare R2 (#​4287, #​2068, #​2952).
    ⚠️ If you are using S3 for uploaded files or backups, please verify that you have a green check in the Admin UI for your S3 configuration (I've tested the new version with GCS, MinIO, Cloudflare R2 and Wasabi).

  • Added :each modifier support for file and relation type fields (previously it was supported only for select type fields).

  • Other minor improvements (updated the ghupdate plugin to use the configured executable name when printing to the console, fixed the error reporting of admin update/delete commands, etc.).

v0.21.3

Compare Source

  • Ignore the JS required validations for disabled OIDC providers (#​4322).

  • Allow HEAD requests to the /api/health endpoint (#​4310).

  • Fixed the editor field value when visualized inside the View collection preview panel.

  • Manually clear all TinyMCE events on editor removal (workaround for tinymce#9377).

v0.21.2

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/pocketbase/pocketbase to v0.21.3 fix(deps): update module github.com/pocketbase/pocketbase to v0.22.0 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from 5166537 to 7a68a41 Compare February 26, 2024 22:15
@renovate renovate bot changed the title fix(deps): update module github.com/pocketbase/pocketbase to v0.22.0 fix(deps): update module github.com/pocketbase/pocketbase to v0.22.1 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from 7a68a41 to c9fe540 Compare March 2, 2024 18:56
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from c9fe540 to d4198e8 Compare March 2, 2024 23:02
@renovate renovate bot changed the title fix(deps): update module github.com/pocketbase/pocketbase to v0.22.1 fix(deps): update module github.com/pocketbase/pocketbase to v0.22.2 Mar 2, 2024
@catouberos catouberos merged commit 508c557 into master Mar 3, 2024
1 check passed
@catouberos catouberos deleted the renovate/github.com-pocketbase-pocketbase-0.x branch March 3, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant