r--w / pocketbase

PocketBase Go SDK
MIT License
83 stars 30 forks source link

Bump github.com/pocketbase/pocketbase from 0.13.0 to 0.13.4 #50

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/pocketbase/pocketbase from 0.13.0 to 0.13.4.

Release notes

Sourced from github.com/pocketbase/pocketbase's releases.

v0.13.4 Release

  • Removed eager unique collection name check to support lazy validation during bulk import.

    This is a fix for a minor regression introduced with v0.13.3 that is causing collections import with renamed collections to fail because the related records table will be already inserted since the import validations are performed after the record tables sync.

v0.13.3 Release

  • Fixed view collections import (#2044).

  • Updated the records picker Admin UI to show properly view collection relations.

v0.13.2 Release

  • Fixed Admin UI js error when selecting multiple file field as relation "Display fields" (#1989).

v0.13.1 Release

  • Added HEAD request method support for the /api/files/:collection/:recordId/:filename route (#1976).
Changelog

Sourced from github.com/pocketbase/pocketbase's changelog.

v0.13.4

  • Removed eager unique collection name check to allow lazy evaluation during bulk import.

v0.13.3

  • Fixed view collections import (#2044).

  • Updated the records picker Admin UI to show properly view collection relations.

v0.13.2

  • Fixed Admin UI js error when selecting multiple file field as relation "Display fields" (#1989).

v0.13.1

  • Added HEAD request method support for the /api/files/:collection/:recordId/:filename route (#1976).
Commits
  • 31b24ec removed eager unique collection name check to allow lazy validation during bu...
  • cce9116 updated ui/dist
  • 7cfbe49 updated changelog
  • b564be0 updated RecordsPicker to show proper view colllection relations
  • f5493dd updated ui/dist
  • 49227f5 fixed views relation picker load action and updated the record preview
  • 94d2f29 #2044 fixed view collections import
  • af34eb5 #1989 fixed RecordInfo multiple files preview
  • 42e288c #1976 added HEAD requests support for the file download action
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
gaby commented 1 year ago

@r--w Can you merge this and make a new release? Thanks

dependabot[bot] commented 1 year ago

Superseded by #53.