fix(deps): update module github.com/pocketbase/pocketbase to v0.22.2 #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.21.1
->v0.22.2
Release Notes
pocketbase/pocketbase (github.com/pocketbase/pocketbase)
v0.22.2
Compare Source
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 theOnRecordBeforeAuthWithOAuth2Request
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:
Added support for back/indirect relation
⚠️ To avoid excessive joins, the nested relations resolver is now limited to max 6 level depth (the same as
filter
/sort
(single and multiple).The syntax to reference back relation fields is
yourCollection_via_yourRelField.*
.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._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 the00
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
⚠️ 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).
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).
Added
:each
modifier support forfile
andrelation
type fields (previously it was supported only forselect
type fields).Other minor improvements (updated the
ghupdate
plugin to use the configured executable name when printing to the console, fixed the error reporting ofadmin 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
thethumbGenSem
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.
This PR has been generated by Mend Renovate. View repository job log here.