Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. PocketBase
  3. PocketBase - Package Updates

PocketBase - Package Updates

Scheduled Pinned Locked Moved PocketBase
53 Posts 6 Posters 10.0k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #41

    [1.6.2]

    • Update pocketbase to 0.29.2
    • Full Changelog
    • Bumped min Go GitHub action version to 1.23.12 since it comes with some minor fixes for the runtime and database/sql package.
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #42

      [1.6.3]

      • Update pocketbase to 0.29.3
      • Full Changelog
      • Try to forward Apple OAuth2 POST redirect user's name so that it can be returned (and eventually assigned) with the success response of the all-in-one auth call (#​7090).
      • Fixed RateLimitRule.Audience code comment (#​7098; thanks @​iustin05).
      • Mocked syscall.Exec when building for WASM (#​7116; thanks @​joas8211).
      • Registered missing $filesystem, $mails, $template and __hooks bindings in the JSVM migrations (#​7125).
      • Regenerated JSVM types to include methods from structs with single generic parameter.
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        App Dev
        wrote on last edited by
        #43

        [1.7.0]

        • Update pocketbase to 0.30.0
        • Full Changelog
        • Eagerly escape the S3 request path following the same rules as in the S3 signing header (#7153).
        • Added Lark OAuth2 provider (#7130; thanks @mashizora).
        • Increased test tokens exp claim to minimize eventual issues with reproducible builds (#7123).
        • Added os.Root bindings to the JSVM ($os.openRoot, $os.openInRoot).
        • Added osutils.IsProbablyGoRun() helper to loosely check if the program was started using go run.
        • Various minor UI improvements (updated collections indexes UI, enabled seconds in the datepicker, updated helper texts, etc.).
        • Updated the minimum package Go version to 1.24.0 and bumped Go dependencies.
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #44

          [1.7.1]

          • Update pocketbase to 0.30.1
          • Full Changelog
          • Excluded the lost+found directory from the backups (#​7208; thanks @​lbndev).
          • Minor tests improvements (disabled initial superuser creation for the test app to avoid cluttering the std output, added more tests for the s3.Uploader.MaxConcurrency, etc.).
          • Updated modernc.org/sqlite and other Go dependencies.
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #45

            [1.7.2]

            • Update pocketbase to 0.30.2
            • Full Changelog
            • Bumped min Go GitHub action version to 1.24.8 since it comes with some minor security fixes
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #46

              [1.8.0]

              • Use requiresValidCertificate instead of email addon (required Cloudron 9)
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #47

                [1.8.1]

                • Update pocketbase to 0.30.3
                • Full Changelog
                • Fixed legacy identitity field priority check when a username is a valid email address (#​7256).
                • Workaround autocomplete overflow issue with Firefox 144 (#​7223).
                • Updated modernc.org/sqlite to 1.39.1 (SQLite 3.50.4).
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #48

                  [1.8.2]

                  • Update pocketbase to 0.30.4
                  • Full Changelog
                  • Fixed json field CSS regression introduced with the overflow workaround in v0.30.3 (#​7259).
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #49

                    [1.9.0]

                    • Update pocketbase to 0.31.0
                    • Full Changelog
                    • Visualize presentable multiple relation fields (#​7260).
                    • Support Ed25519 in the optional OIDC id_token signature validation (#​7252; thanks @​shynome).
                    • Added ApiScenario.DisableTestAppCleanup optional field to skip the auto test app cleanup and leave it up to the developers to do the cleanup manually (#​7267).
                    • Added FileDownloadRequestEvent.ThumbError field that is populated in case of a thumb generation failure (e.g. unsupported format, timing out, etc.), allowing developers to reject the thumb fallback and/or supply their own custom thumb generation (#​7268).
                    • Disallow client-side filtering and sorting of relations where the collection of the last targeted relation field has superusers-only List/Search API rule to further minimize the risk of eventual side-channel attack.
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote last edited by
                      #50

                      [1.10.0]

                      • Update pocketbase to 0.32.0
                      • Full Changelog
                      • Added extra List/Search API rules checks for the client-side filter/sort relations.
                      • Increased the default SQLite PRAGMA cache_size to ~32MB.
                      • Fixed deadlock when manually triggering the OnTerminate hook (#7305; thanks @yerTools).
                      • Fixed some code comment typos, regenerated the JSVM types and updated npm dependencies.
                      • Updated modernc.org/sqlite to 1.40.0.
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote last edited by
                        #51

                        [1.11.0]

                        • Update pocketbase to 0.33.0
                        • Full Changelog
                        • Added extra id characters validation in addition to the user specified regex pattern (#7312).
                        • Added {ALERT_INFO} placeholder to the auth alert mail template (#7314).
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote last edited by
                          #52

                          [1.12.0]

                          • Update pocketbase to 0.34.0
                          • Full Changelog
                          • Added @request.body.someField:changed modifier. It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value. Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:
                          • Added MailerRecordEvent.Meta["info"] property for the OnMailerRecordAuthAlertSend hook.
                          • Updated the backup restore popup with a short info about the performed restore steps.
                          • Updated Go deps.
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote last edited by
                            #53

                            [1.12.1]

                            • Update pocketbase to 0.34.1
                            • Full Changelog
                            • Added missing : char to the autocomplete regex (#7353; thanks @ouvreboite).
                            • Added "Copy raw JSON" collection dropdown option (#7357).
                            • Updated Go deps and JS SDK.
                            • Bumped min Go GitHub action version to 1.25.5 because it comes with some minor security fixes.
                            • The runner action was also updated to actions/setup-go@v6 since the previous v5 Go source seems no longer accessible.
                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search