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

go-dep: bump github.com/pocketbase/pocketbase from 0.17.7 to 0.18.0 in /backend #195

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

Bumps github.com/pocketbase/pocketbase from 0.17.7 to 0.18.0.

Release notes

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

v0.18.0 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Simplified the serve command to accept domain name(s) as argument to reduce any additional manual hosts setup that sometimes previously was needed when deploying on production (#3190).

    ./pocketbase serve yourdomain.com
  • Added fields wildcard (*) support.

  • Added option to upload a backup file from the Admin UI (#2599).

  • Registered a custom Deflate compressor to speedup (nearly 2-3x) the backups generation for the sake of a small zip size increase. Based on several local tests, pb_data of ~500MB (from which ~350MB+ are several hundred small files) results in a ~280MB zip generated for ~11s (previously it resulted in ~250MB zip but for ~35s).

  • Added the application name as part of the autogenerated backup name for easier identification (#3066).

  • Added new SmtpConfig.LocalName option to specify a custom domain name (or IP address) for the initial EHLO/HELO exchange (#3097). This is usually required for verification purposes only by some SMTP providers, such as on-premise Gmail SMTP-relay.

  • Added NoDecimal number field option.

  • editor field improvements:

    • Added new "Strip urls domain" option to allow controlling the default TinyMCE urls behavior (default to false for new content).
    • Normalized pasted text while still preserving links, lists, tables, etc. formatting (#3257).
  • Added option to auto generate admin and auth record passwords from the Admin UI.

  • Added JSON validation and syntax highlight for the json field in the Admin UI (#3191).

  • Added datetime filter macros:

    // all macros are UTC based
    @second     - @now second number (0-59)
    @minute     - @now minute number (0-59)
    @hour       - @now hour number (0-23)
    @weekday    - @now weekday number (0-6)
    @day        - @now day number
    @month      - @now month number
    @year       - @now year number
    @todayStart - beginning of the current day as datetime string
    @todayEnd   - end of the current day as datetime string
    @monthStart - beginning of the current month as datetime string
    @monthEnd   - end of the current month as datetime string
    @yearStart  - beginning of the current year as datetime string
    @yearEnd    - end of the current year as datetime string
    
  • Added cron expression macros (#3132):

... (truncated)

Changelog

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

v0.18.0

  • Simplified the serve command to accept domain name(s) as argument to reduce any additional manual hosts setup that sometimes previously was needed when deploying on production (#3190).

    ./pocketbase serve yourdomain.com
  • Added fields wildcard (*) support.

  • Added option to upload a backup file from the Admin UI (#2599).

  • Registered a custom Deflate compressor to speedup (nearly 2-3x) the backups generation for the sake of a small zip size increase. Based on several local tests, pb_data of ~500MB (from which ~350MB+ are several hundred small files) results in a ~280MB zip generated for ~11s (previously it resulted in ~250MB zip but for ~35s).

  • Added the application name as part of the autogenerated backup name for easier identification (#3066).

  • Added new SmtpConfig.LocalName option to specify a custom domain name (or IP address) for the initial EHLO/HELO exchange (#3097). This is usually required for verification purposes only by some SMTP providers, such as on-premise Gmail SMTP-relay.

  • Added NoDecimal number field option.

  • editor field improvements:

    • Added new "Strip urls domain" option to allow controlling the default TinyMCE urls behavior (default to false for new content).
    • Normalized pasted text while still preserving links, lists, tables, etc. formatting (#3257).
  • Added option to auto generate admin and auth record passwords from the Admin UI.

  • Added JSON validation and syntax highlight for the json field in the Admin UI (#3191).

  • Added datetime filter macros:

    // all macros are UTC based
    @second     - @now second number (0-59)
    @minute     - @now minute number (0-59)
    @hour       - @now hour number (0-23)
    @weekday    - @now weekday number (0-6)
    @day        - @now day number
    @month      - @now month number
    @year       - @now year number
    @todayStart - beginning of the current day as datetime string
    @todayEnd   - end of the current day as datetime string
    @monthStart - beginning of the current month as datetime string
    @monthEnd   - end of the current month as datetime string
    @yearStart  - beginning of the current year as datetime string
    @yearEnd    - end of the current year as datetime string
    
  • Added cron expression macros (#3132):

    @yearly   - "0 0 1 1 *"
    

... (truncated)

Commits
  • f3fc7f7 updated changelog
  • 26fd069 updated npm deps
  • 62bde9e updated jsvm types
  • b945cd2 updated changelog and ui/dist
  • 89a0520 #3257 normalize pasted text in the editor field
  • a88b3c5 updated api docs and enabled paste_as_text editor option
  • a37d9cf updated ui/dist
  • 5b084bb fixed grammar
  • 322508f registered a custom Deflate compressor to speedup the backups generation
  • 78e70bd there is no need to nil the app.settings on ResetBootstrapState
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) from 0.17.7 to 0.18.0.
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.17.7...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 5, 2023
@github-actions github-actions bot merged commit ad8f530 into master Sep 5, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/backend/github.com/pocketbase/pocketbase-0.18.0 branch September 5, 2023 09:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants