-
Notifications
You must be signed in to change notification settings - Fork 2
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.23.3 #72
Open
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.
+1
−1
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
|
renovate
bot
force-pushed
the
renovate/github.com-pocketbase-pocketbase-0.x
branch
2 times, most recently
from
November 27, 2024 11:32
83b6a99
to
dbcc8bd
Compare
renovate
bot
changed the title
fix(deps): update module github.com/pocketbase/pocketbase to v0.23.1
fix(deps): update module github.com/pocketbase/pocketbase to v0.23.2
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/github.com-pocketbase-pocketbase-0.x
branch
from
November 29, 2024 14:23
dbcc8bd
to
9136094
Compare
renovate
bot
changed the title
fix(deps): update module github.com/pocketbase/pocketbase to v0.23.2
fix(deps): update module github.com/pocketbase/pocketbase to v0.23.3
Nov 29, 2024
renovate
bot
force-pushed
the
renovate/github.com-pocketbase-pocketbase-0.x
branch
from
November 29, 2024 15:32
9136094
to
053a064
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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.22.27
->v0.23.3
Release Notes
pocketbase/pocketbase (github.com/pocketbase/pocketbase)
v0.23.3
Compare Source
Fixed Gzip middleware not applying when serving static files.
Fixed
Record.Fresh()
/Record.Clone()
methods not properly cloningautodate
fields (#5973).v0.23.2
Compare Source
Fixed
RecordQuery()
custom struct scanning (#5958).Fixed
--dev
log query print formatting.Added support for passing more than one id in the
Hook.Unbind
method for consistency with the router.Added collection rules change list in the confirmation popup
(to avoid getting anoying during development, the rules confirmation currently is enabled only when using https).
v0.23.1
Compare Source
Added
RequestEvent.Blob(status, contentType, bytes)
response write helper (#5940).Added more descriptive error messages.
v0.23.0
Compare Source
PocketBase v0.23.0 is a major refactor of the internals with the overall goal of making PocketBase an easier to use Go framework.
There are a lot of changes but to highlight some of the most notable ones:
The old documentation could be accessed at pocketbase.io/old.
echo
with a new router built on top of the Go 1.22net/http
mux enhancements.daos
packages incore.App
to simplify the DB operations (themodels
package structs are also migrated incore
).DBConnect
function as part of the app configuration to allow differentdatabase/sql
SQLite drivers (turso/libsql, sqlcipher, etc.) and custom builds.Note that we no longer loads the
mattn/go-sqlite3
driver by default when building withCGO_ENABLED=1
to avoidmultiple definition
linker errors in case different CGO SQLite drivers or builds are used. You can find an example how to enable it back if you want to in the new documentation.Record
model improvements (support for get/set modifiers, simplfied file upload by treating the file(s) as regular field value likerecord.Set("document", file)
, etc.).id
,email
,password
, etc.)._superusers
auth records.The provider key is
instagram2
to prevent conflicts with existing linked users.id_token
payload for the cases when the provider doesn't have a dedicated user info endpoint.Presentable
view, slightly different collection options organization, zoom/pan for the logs chart, etc.)Go/JSVM APIs changes
SDKs changes
Web APIs changes
New
POST /api/batch
endpoint.New
GET /api/collections/meta/scaffolds
endpoint.New
DELETE /api/collections/{collection}/truncate
endpoint.New
POST /api/collections/{collection}/request-otp
endpoint.New
POST /api/collections/{collection}/auth-with-otp
endpoint.New
POST /api/collections/{collection}/impersonate/{id}
endpoint./api/*
routes manually remove the trailing slash (there is no longer trailing slash removal middleware registered by default)./api/admins/*
endpoints because admins are converted to_superusers
auth collection records.file
field, new files were automatically appended to the existing field values.This behaviour has changed with v0.23+ and for consistency with the other multi-valued fields when uploading new files they will replace the old ones. If you want to prepend or append new files to an existing multiple
file
field value you can use the+
prefix or suffix:GET /records/{id}/external-auths
andDELETE /records/{id}/external-auths/{provider}
endpoints because this is now handled by sending list and delete requests to the_externalAuths
collection.trustedProxy
,rateLimits
,batch
, etc.). The app settings Web APIs are mostly used by the Dashboard UI and rarely by the end users, but if you want to check all settings changes please refer to the Settings Go struct.code
key was renamed tostatus
for consistency with the Go APIs.The error field key remains
code
:GET /api/collections/{collection}/auth-methods
response.The old
authProviders
,usernamePassword
,emailPassword
fields are still returned in the response but are considered deprecated and will be removed in the future.meta.avatarUrl
field in favour ofmeta.avatarURL
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.