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

⬆️ Update module github.com/pocketbase/pocketbase to v0.15.1 #164

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pocketbase/pocketbase require minor v0.14.2 -> v0.15.1

Release Notes

pocketbase/pocketbase

v0.15.1

Compare Source

  • Trigger the related Record model realtime subscription events on custom model struct save (#​2325).

  • Fixed Ctrl + S in the editor field not propagating the quick save shortcut to the parent form.

  • Added ⌘ + S alias for the record quick save shortcut (I have no Mac device to test it but it should work based on e.metaKey docs).

  • Enabled RTL for the TinyMCE editor (#​2327).

  • Reduced the record form vertical layout shifts and slightly improved the rendering speed when loading multiple relation fields.

  • Enabled Admin UI assets cache.

v0.15.0

Compare Source

  • Simplified the OAuth2 authentication flow in a single "all in one" call (#​55).
    Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
    The manual code-token exchange flow is still supported but the SDK methods is renamed to authWithOAuth2Code() (to minimize the breaking changes the JS SDK has a function overload that will proxy the existing authWithOauth2 calls to authWithOAuth2Code).
    For more details and example, you could check https://pocketbase.io/docs/authentication/#oauth2-integration.

  • Added support for protected files (#​215).
    Requires JS SDK v0.14.0+ or Dart SDK v0.9.0+.
    It works with a short lived (~5min) file token passed as query param with the file url.
    For more details and example, you could check https://pocketbase.io/docs/files-handling/#private-files.

  • ! Fixed typo in Record.WithUnkownData() -> Record.WithUnknownData().

  • Added simple loose wildcard search term support in the Admin UI.

  • Added auto "draft" to allow restoring previous record state in case of accidental reload or power outage.

  • Added Ctrl + S shortcut to save the record changes without closing the panel.

  • Added "drop files" support for the file upload field.

  • Refreshed the OAuth2 Admin UI.

v0.14.5

Compare Source

  • Added checks for nil hooks in forms.RecordUpsert when used with custom Dao (#​2277).

  • Fixed unique detailed field error not returned on record create failure (#​2287).

v0.14.4

Compare Source

  • Fixed concurrent map write pannic on list.ExistInSliceWithRegex() cache (#​2272).

v0.14.3

Compare Source

  • Fixed Admin UI Logs meta visualization in Firefox (#​2221).

  • Downgraded to v1 of the aws/aws-sdk-go package since v2 has compatibility issues with GCS (#​2231).

  • Upgraded the GitHub action to use min Go 1.20.3 for the prebuilt executable since it contains some minor net/http security fixes.


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 requested a review from gabe565 as a code owner April 6, 2023 20:37
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code patch labels Apr 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from ac26526 to 1a0ba6f Compare April 12, 2023 09:50
@renovate renovate bot changed the title ⬆️ Update module github.com/pocketbase/pocketbase to v0.14.3 ⬆️ Update module github.com/pocketbase/pocketbase to v0.14.4 Apr 12, 2023
@renovate renovate bot changed the title ⬆️ Update module github.com/pocketbase/pocketbase to v0.14.4 ⬆️ Update module github.com/pocketbase/pocketbase to v0.14.5 Apr 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from 1a0ba6f to 006311b Compare April 14, 2023 11:25
@renovate renovate bot changed the title ⬆️ Update module github.com/pocketbase/pocketbase to v0.14.5 ⬆️ Update module github.com/pocketbase/pocketbase to v0.15.0 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from 006311b to 5de45b6 Compare April 18, 2023 04:38
@renovate renovate bot changed the title ⬆️ Update module github.com/pocketbase/pocketbase to v0.15.0 ⬆️ Update module github.com/pocketbase/pocketbase to v0.15.1 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-pocketbase-pocketbase-0.x branch from 5de45b6 to 094dc2f Compare April 21, 2023 08:52
@gabe565 gabe565 merged commit b91dad6 into main Apr 22, 2023
@gabe565 gabe565 deleted the renovate/github.com-pocketbase-pocketbase-0.x branch April 22, 2023 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant