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
  • 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
36 Posts 6 Posters 2.8k 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
    #13

    [0.9.2]

    • Update pocketbase to 0.24.3
    • Full Changelog
    • Fixed incorrectly reported unique validator error for fields starting with name of another field (#​6281; thanks @​svobol13).
    • Reload the created/edited records data in the RecordsPicker UI.
    • Updated Go dependencies.
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #14

      [1.0.0]

      • Update pocketbase to 0.24.4
      • Full Changelog
      • Initial stable release
      • Fixed fields extraction for view query with nested comments (#​6309).
      • Bumped GitHub action min Go version to 1.23.5 as 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
        #15

        [1.1.0]

        • Update pocketbase to 0.25.0
        • Full Changelog
        • Upgraded Google OAuth2 auth, token and userinfo endpoints to their latest versions.
        • Added Trakt OAuth2 provider (#​6338; thanks @​aidan-)
        • Added support for case-insensitive password auth based on the related UNIQUE index field collation (#​6337).
        • Enforced when_required for the new AWS SDK request and response checksum validations to allow other non-AWS vendors to catch up with new AWS SDK changes (see #​6313 and aws/aws-sdk-go-v2#2960).
        • Soft-deprecated Record.GetUploadedFiles in favor of Record.GetUnsavedFiles to minimize the ambiguities what the method do (#​6269).
        • Replaced archived github.com/AlecAivazis/survey dependency with a simpler osutils.YesNoPrompt(message, fallback) helper.
        • Upgraded to golang-jwt/jwt/v5.
        • Added JSVM new Timezone(name) binding for constructing time.Location value (#​6219).
        • Added inflector.Camelize(str) and inflector.Singularize(str) helper methods.
        • Use the non-transactional app instance during the realtime records delete access checks to ensure that cascade deleted records with API rules relying on the parent will be resolved.
        • Other minor improvements (replaced all bool exists db scans with int for broader drivers compatibility, updated API Preview sample error responses, updated UI dependencies, etc.)
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #16

          [1.1.1]

          • Update pocketbase to 0.25.1
          • Full Changelog
          • Fixed the batch API Preview success sample response.
          • Bumped GitHub action min Go version to 1.23.6 as it comes with a minor security fix for the ppc64le build.
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #17

            [1.1.2]

            • Update pocketbase to 0.25.3
            • Full Changelog
            • Added a temporary exception for Backblaze S3 endpoints to exclude the new aws-sdk-go-v2 checksum headers (#​6440).
            • Fixed realtime delete event not being fired for RecordProxy-ies and added basic realtime record resolve automated tests (#​6433).
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #18

              [1.1.3]

              • Update pocketbase to 0.25.4
              • Full Changelog
              • Downgraded aws-sdk-go-v2 to the version before the default data integrity checks because there have been reports for non-AWS S3 providers in addition to Backblaze (IDrive, R2) that no longer or partially work with the latest AWS SDK changes.
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #19

                [1.1.4]

                • Update pocketbase to 0.25.5
                • Full Changelog
                • Set the current working directory as a default goja script path when executing inline JS strings to allow require(m) traversing parent node_modules directories.
                • Updated modernc.org/sqlite and modernc.org/libc dependencies.
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #20

                  [1.1.5]

                  • Update pocketbase to 0.25.6
                  • Full Changelog
                  • Restore the missing meta.isNew field of the OAuth2 success response (#​6490).
                  • Updated npm dependencies.
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #21

                    [1.1.6]

                    • Update pocketbase to 0.25.7
                    • Full Changelog
                    • Fixed @request.body.jsonObjOrArr.* values extraction (#​6493).
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote on last edited by
                      #22

                      [1.1.7]

                      • Update pocketbase to 0.25.8
                      • Full Changelog
                      • Added a default leeway of 5 minutes for the Apple/OIDC id_token timestamp claims check to account for clock-skew (#​6529).
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #23

                        [1.1.8]

                        • Update pocketbase to 0.25.9
                        • Full Changelog
                        • Fixed DynamicModel object/array props reflect type caching (#​6563).
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote on last edited by
                          #24

                          [1.2.0]

                          • Update base image to 5.0.0
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote on last edited by
                            #25

                            [1.2.1]

                            • Update pocketbase to 0.26.1
                            • Full Changelog
                            • Removed the wrapping of io.EOF error when reading files since currently io.ReadAll doesn't check for wrapped errors (#​6600).
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              App Dev
                              wrote on last edited by
                              #26

                              [1.2.2]

                              • Update pocketbase to 0.26.2
                              • Full Changelog
                              • Updated golang-jwt/jwt dependency because it comes with a minor security fix.
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                App Dev
                                wrote on last edited by
                                #27

                                [1.2.3]

                                • Update pocketbase to 0.26.3
                                • Full Changelog
                                • Fixed and normalized logs error serialization across common types for more consistent logs error output (#6631).
                                1 Reply Last reply
                                0
                                • Package UpdatesP Offline
                                  Package UpdatesP Offline
                                  Package Updates
                                  App Dev
                                  wrote on last edited by
                                  #28

                                  [1.2.4]

                                  • Update pocketbase to 0.26.4
                                  • Full Changelog
                                  • Fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error (#​6639).
                                  • Fixed logs details clipboard copy.
                                  • Updated modernc.org/sqlite to 1.36.2.
                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    App Dev
                                    wrote on last edited by
                                    #29

                                    [1.2.5]

                                    • Update pocketbase to 0.26.6
                                    • Full Changelog
                                    • Allow OIDC email_verified to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response (#​6657).
                                    • Updated modernc.org/sqlite to 1.36.3.
                                    • Fixed canonical URI parts escaping when generating the S3 request signature (#​6654).
                                    1 Reply Last reply
                                    0
                                    • Package UpdatesP Offline
                                      Package UpdatesP Offline
                                      Package Updates
                                      App Dev
                                      wrote on last edited by
                                      #30

                                      [1.3.0]

                                      • Fix bug in manifest not marking sqlite database correctly
                                      1 Reply Last reply
                                      0
                                      • Package UpdatesP Offline
                                        Package UpdatesP Offline
                                        Package Updates
                                        App Dev
                                        wrote on last edited by
                                        #31

                                        [1.4.0]

                                        • Update pocketbase to 0.27.0
                                        • Full Changelog
                                        • Moved the Create and Manage API rule checks out of the OnRecordCreateRequest hook finalizer, aka. now all CRUD API rules are checked BEFORE triggering their corresponding *Request hook.
                                        • Added new geoPoint field for storing {"lon":x,"lat":y} geographic coordinates.
                                        • Updated the select field UI to accommodate better larger lists and RTL languages (#​4674).
                                        • Updated the mail attachments auto MIME type detection to use gabriel-vasile/mimetype for consistency and broader sniffing signatures support.
                                        • Forced text/javascript Content-Type when serving .js/.mjs collection uploaded files with the /api/files/... endpoint (#​6597).
                                        • Added second optional JSVM DateTime constructor argument for specifying a default timezone as TZ identifier when parsing the date string as alternative to a fixed offset in order to better handle daylight saving time nuances (#​6688😞
                                        • Soft-deprecated the $http.send's result.raw field in favor of result.body that contains the response body as plain bytes slice to avoid the discrepancies between Go and the JSVM when casting binary data to string.
                                        • Updated modernc.org/sqlite to 1.37.0.
                                        • Other minor improvements (removed the superuser fields from the auth record create/update body examples, allowed programmatically updating the auth record password from the create/update hooks, fixed collections import error response, etc.).
                                        1 Reply Last reply
                                        0
                                        • Package UpdatesP Offline
                                          Package UpdatesP Offline
                                          Package Updates
                                          App Dev
                                          wrote on last edited by
                                          #32

                                          [1.4.1]

                                          • Update pocketbase to 0.27.1
                                          • Full Changelog
                                          • Updated example geoPoint API preview body data.
                                          • Added JSVM new GeoPointField({ ... }) constructor.
                                          • Added partial WebP thumbs generation (the thumbs will be stored as PNG; #​6744).
                                          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