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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Baserow
  3. Baserow - Package Updates

Baserow - Package Updates

Scheduled Pinned Locked Moved Baserow
134 Posts 3 Posters 60.3k Views 3 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
    wrote on last edited by
    #122

    [1.37.18]

    • Update uv to 0.11.23
    • Full Changelog
    • Revert "Fix transparent Python upgrades in project environments" to mitigate unintended breakage in pre-commit-uv (#19925)
    • Restore old behavior where workspace members "hidden" by an intermediate pyproject.toml would be treated as standalone projects (#19926)
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      wrote last edited by
      #123

      [1.37.19]

      • Update uv to 0.11.24
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        wrote last edited by
        #124

        [1.37.20]

        • Update uv to 0.11.25
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          wrote last edited by
          #125

          [1.37.21]

          • Update uv to 0.11.26
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            wrote last edited by
            #126

            [1.37.22]

            • Update uv to 0.11.27
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              wrote last edited by
              #127

              [1.37.23]

              • Update uv to 0.11.28
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                wrote last edited by
                #128

                [1.38.0]

                • Update baserow to 2.3.1
                • Full Changelog
                • [Database] Remembers whether you last opened the comments or history tab when editing a row #2532
                • [Builder] Added fixed positioning options to Application Builder header and footer containers. #3559
                • [Database] Adds a configurable maximum length for text based field values #5688
                • [Integration] Fix the Send email action using instance SMTP sending from webmaster@localhost instead of the configured FROM_EMAIL. #5640
                • [Database] In a restricted view, a row edited so it no longer matches the filters is now removed immediately for the editing user instead of lingering until a refresh. #5660
                • [Database] Fixed single select dropdown and presence badge overlap issues on group-by grid view #5684
                • [Core] Improve delete audit log entries performance.
                • [Builder] Improved anonymous builder dispatch.
                • [Database] Resolve the issue with two separate N+1 queries when creating rows.
                • [Database] Moving a row no longer updates the row's updated_on field. Last modified fields tied to updated_on (and formulas depending on them) are no longer recomputed when reordering rows. #3054
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  wrote last edited by
                  #129

                  [1.38.1]

                  • fix: environment variable handling for application
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    wrote last edited by
                    #130

                    [1.38.2]

                    • Update baserow to 2.3.2
                    • Full Changelog
                    • [Database] Group rows by a field directly from its column menu
                    • [Database] Fixed data sync crash when syncing a single select field with a default value after source options are modified. #5147
                    • [Database] Fixed group by settings not being persisted on personal views for viewer role users #5709
                    • [Builder] Fixed a Repeat element bug that caused overflow when a record contains long unbroken text.
                    • [Database] Fixes hourly and daily periodic data syncs silently skipping scheduled runs
                    • [Builder] Improved element internal page navigation by requiring page parameter values. #3110
                    • [Database] Fixes several N+1 query problems that slowed down some list endpoints
                    • [Database] Periodic field updates no longer overlap, preventing the same workspace from being processed twice at once.
                    • [Database] Prevents periodic field updates from timing out on large instances
                    • [Integration] Resolved a bug which prevented advanced license customers from being able to access the Code and XLS actions.
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      wrote last edited by
                      #131

                      [1.38.3]

                      • Update uv to 0.11.29
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        wrote last edited by
                        #132

                        [1.38.4]

                        • Update uv to 0.11.30
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          wrote last edited by
                          #133

                          [1.38.5]

                          • Update baserow to 2.3.3
                          • Full Changelog
                          • [Database] Show anonymous public view visitors in editor's presence bar #5702
                          • [Database] Add links and rich formatting to form and field descriptions #1851
                          • [Database] Data syncs that fetch from a user configured URL (such as a self-hosted GitLab or Jira instance, or an iCal feed) can now be blocked from reaching private network addresses by setting the BASEROW_DATA_SYNC_ALLOW_PRIVATE_ADDRESS env var to false.
                          • [Core] Monitor celery beat periodic tasks with Sentry cron monitors when Sentry is enabled
                          • [Core] OAuth2 and OpenID Connect SSO providers with admin configurable URLs can now be blocked from reaching private network addresses by setting the BASEROW_SSO_ALLOW_PRIVATE_ADDRESS env var to false.
                          • [Database] Fix link row field modal unselecting newly created rows due to a race condition with real-time updates #5735
                          • [Builder] Fixed workflow actions inside collection elements failing to resolve the current_record.
                          • [Core] Prevent impersonating deactivated users via the admin impersonate endpoint
                          • [Automation] Prevents the webhook address of an HTTP trigger from being changed after it is created
                          • [Core] Reduce backend memory usage by releasing each API response's memory right after it is sent
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            wrote last edited by
                            #134

                            [1.38.6]

                            • Update uv to 0.11.31
                            1 Reply Last reply
                            0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            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