-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update module github.com/pocketbase/pocketbase to v0.25.4 #560
Open
gabe565-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-pocketbase-pocketbase-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update module github.com/pocketbase/pocketbase to v0.25.4 #560
gabe565-renovate
wants to merge
1
commit into
main
from
renovate/github.com-pocketbase-pocketbase-0.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Deploying gabecook with
|
Latest commit: |
a63822b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://17ca3c39.gabecook.pages.dev |
Branch Preview URL: | https://renovate-github-com-pocketba.gabecook.pages.dev |
ed3db7b
to
39fced7
Compare
39fced7
to
0c1bc55
Compare
0c1bc55
to
4052bc4
Compare
4052bc4
to
a63822b
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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.24.4
->v0.25.4
Release Notes
pocketbase/pocketbase (github.com/pocketbase/pocketbase)
v0.25.4
Compare Source
Downgraded
aws-sdk-go-v2
to the version before the default data integrity checks because there have been reports for non-AWS S3 providers in addition to Backblaze (IDrive, R2) that no longer or partially work with the latest AWS SDK changes.While we try to enforce
when_required
by default, it is not enough to disable the new AWS SDK integrity checks entirely and some providers will require additional manual adjustments to make them compatible with the latest AWS SDK (e.g. removing thex-aws-checksum-*
headers, unsetting the checksums calculation or reinstantiating the old MD5 checksums for some of the required operations, etc.) which as a result leads to a configuration mess that I'm not sure it would be a good idea to introduce.This unfornuatelly is not a PocketBase or Go specific issue and the official AWS SDKs for other languages are in the same situation (even the latest aws-cli).
For those of you that extend PocketBase with Go: if your S3 vendor doesn't support the AWS Data integrity checks and you are updating with
go get -u
, then make sure that theaws-sdk-go-v2
dependencies in yourgo.mod
are the same as in the repo:The versions pinning is temporary until the non-AWS S3 vendors patch their implementation or until I manage to find time to remove/replace the
aws-sdk-go-v2
dependency (I'll consider prioritizing it for the v0.26 or v0.27 release).v0.25.3
Compare Source
aws-sdk-go-v2
checksum headers (#6440).v0.25.2
Compare Source
RecordProxy
-ies and added basic realtime record resolve automated tests (#6433).v0.25.1
Compare Source
Fixed the batch API Preview success sample response.
Bumped GitHub action min Go version to 1.23.6 as it comes with a minor security fix for the ppc64le build.
v0.25.0
Compare Source
For users that don't do anything custom with the Google OAuth2 data or the OAuth2 auth URL, this should be a non-breaking change. The exceptions that I could find are:
/v3/userinfo
auth response changes:meta.rawUser.id => meta.rawUser.sub
meta.rawUser.verified_email => meta.rawUser.email_verified
/v2/auth
query parameters changes:If you are specifying custom
approval_prompt=force
query parameter for the OAuth2 auth URL, you'll have to replace it withprompt=consent
.Added Trakt OAuth2 provider (#6338; thanks @aidan-)
Added support for case-insensitive password auth based on the related UNIQUE index field collation (#6337).
Enforced
when_required
for the new AWS SDK request and response checksum validations to allow other non-AWS vendors to catch up with new AWS SDK changes (see #6313 and aws/aws-sdk-go-v2#2960).You can set the environment variables
AWS_REQUEST_CHECKSUM_CALCULATION
andAWS_RESPONSE_CHECKSUM_VALIDATION
towhen_supported
if your S3 vendor supports the new default integrity protections.Soft-deprecated
Record.GetUploadedFiles
in favor ofRecord.GetUnsavedFiles
to minimize the ambiguities what the method do (#6269).Replaced archived
github.com/AlecAivazis/survey
dependency with a simplerosutils.YesNoPrompt(message, fallback)
helper.Upgraded to
golang-jwt/jwt/v5
.Added JSVM
new Timezone(name)
binding for constructingtime.Location
value (#6219).Added
inflector.Camelize(str)
andinflector.Singularize(str)
helper methods.Use the non-transactional app instance during the realtime records delete access checks to ensure that cascade deleted records with API rules relying on the parent will be resolved.
Other minor improvements (replaced all
bool
exists db scans withint
for broader drivers compatibility, updated API Preview sample error responses, updated UI dependencies, etc.)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 Renovate Bot.