Releases · nocodb/nocodb · GitHub
Skip to content

Releases: nocodb/nocodb

2026.04.3: Bugfix Release

23 Apr 11:41
8dccaa9

Choose a tag to compare

Issues closed

  • [closed] Bug: All records invisible after update to 2026.04.2 (SQLite) #13596
  • [closed] 🐛 Bug: [Self-hosted] Segmentation fault during startup with v2026.04.0 on arm64 #13526

What's Changed

New Contributors

Full Changelog: 2026.04.2...2026.04.3

2026.04.2 : Introducing NocoDocs

22 Apr 15:47
fbe70bd

Choose a tag to compare

🚀 NocoDB : Feature Release

Feature release - 2026 04 2-CE

Noco Docs

noco-docs



NocoDocs is a full-featured document editor built directly into your NocoDB base. Whether you're maintaining an internal wiki, writing product requirements alongside your feature tracker, documenting onboarding processes, or building a client-facing knowledge base, NocoDocs keeps your documentation right next to the data it references.

  • Rich editing: Headings, code blocks, callouts, tables, images, file attachments, embeds, math expressions, and a slash command palette for rapid block insertion
  • Real-time collaboration: Threaded discussions to loop in teammates without leaving the document
  • Hierarchical organisation: Drag-and-drop document tree to structure your knowledge base with nested pages
  • Auto-save: Every change is saved automatically as you type, so you never lose work
  • Export anywhere: Markdown or HTML with a single click

👉 Learn more about NocoDocs →

Editors Can Now Manage Views

We heard you loud and clear. This change is a direct response to what our community explicitly asked us to bring back, and we're glad to see it return.

The Editor role now covers the full lifecycle of collaborative views, so routine layout work no longer has to route through a Creator or Owner. Whether your analysts need to tweak filters for a weekly review, your sales team wants to duplicate a pipeline view for a new region, or any teammate wants to drop a sort into a shared view, Editors can handle it directly.

Learn more about collaborative, personal, and locked views →

What Editors can now do

  • Create, rename, duplicate, delete, and configure collaborative views (filter, sort, group-by, and so on).

What still requires Creator or Owner (unchanged)

  • Lock or unlock a view.
  • Modify or delete a locked view.

Role Changes at a Glance

The actions below now have a lower minimum role. "Creator+" means Creator or Owner; "Editor+" means Editor, Creator, or Owner.

Action Minimum role (before) Minimum role (now)
Manage collaborative views (create, rename, duplicate, delete, convert, or edit filter, sort, group-by, and so on) Creator+ Editor+

Improvements

  • User field default set to Current User - User fields can now use Current User as their default value, so every new record is automatically assigned to whoever creates it, no manual picker needed.
  • Rollup precision for Currency fields - Fixed an issue where the precision (decimal places) option was not visible when a Rollup targeted a Currency field. Decimal formatting can be configured again.
  • Comment count on grouped views - Fixed an issue where the comment count indicator did not render correctly when a view was grouped. Counts now appear on each record as expected.

Issues closed

  • [closed] 🐛 Bug: just reformating multiline fields from small to capital letter errors #13563
  • [closed] 🐛 Bug: "Link to another record" creates unexpected _nc_m2m_* table in UI in v2026.04.1 #13540
  • [closed] 🐛 Bug: Init Project error #13534
  • [closed] 🐛 Bug: Make single/multi - select colors better #13532
  • [closed] 🐛 Bug: Select field option color is displayed incorrectly in v2026.04.0 #13514
  • [closed] Bug: Comment count badge disappears on page refresh and missing in grouped view #13062
  • [🔦 Type: Feature][👮 Scope : Auth] 🔦 Feature: Two factor authentication (2FA) #2731

2026.04.1 : Bugfix Release

15 Apr 14:49
4e6037f

Choose a tag to compare

release.png



Please note: With release 2026.04.0, new workspace creation is restricted by default. All existing members are assigned the Org Viewer role, allowing access only to workspaces they are invited to. To enable workspace creation, an Org Admin must update the member’s role to Org Creator. Learn more

Issues closed:

  • [closed] 🐛 Bug: Authorization is being stripped out of webhook to an integration #13525
  • [closed] 🐛 Bug: Text and Icon is not anymore crystal clear with latest update #13524
  • [closed] 🐛 Bug: Old links are no longer working! #13521
  • [closed] 🐛 Bug: Long Text (rich text) markdown image syntax is not rendered correctly in v2026.04.0 #13513
  • [closed] 🐛 Bug: JSON_ARRAYAGG(DISTINCT ...) and || operator cause SQL syntax error on MySQL 8.0 in 0.301.4 version #13267
  • [closed] 🐛 Bug: [External DB - PostgreSQL] Not able to delete rows with linked records #13238

2026.04.0 : Introducing Map view & 3 new field types

13 Apr 14:21
1fb28cc

Choose a tag to compare

🚀 NocoDB : Feature Release

Group 113

Map View

map_view_demo

Map View places your records as pins on an interactive map using a GeoData field. Whether you're tracking office locations, plotting customer addresses, managing field service teams, or visualising retail store networks, Map View turns coordinates into context.

Click any pin to view record details, and use filters to narrow down what's on the map.

👉 Learn more about Map View →


New fields

UUID



UUID automatically assigns a universally unique identifier to every record, a 36-character string like 31c46437-0bb9-4072-bf7a-40cd7aebcae3. Whether you're syncing records with external systems, building API integrations, or need a stable reference that never changes even if the record title does, UUID gives you a reliable, permanent key.

Auto-generated, read-only, and guaranteed unique at the database level.

👉 Learn more about UUID fields →


Auto Number

Auto Number automatically assigns a sequential, incrementing number to each record. Whether you need invoice numbers, ticket IDs, order references, or serial codes, Auto Number gives you a clean counter with no manual entry, no gaps, and no duplicates.

👉 Learn more about Auto Number fields →


Link to Another Record

Link to Another Record (LTAR V2) is a complete rebuild of how records link across tables. Whether you're connecting deals to contacts in a CRM, linking tasks to projects in a tracker, or mapping students to courses in an LMS, linked fields now show the actual record names as display-value pills instead of just a count like "3 Tasks".

Before:

After:



All relation types now use a consistent junction-table architecture, making linking behaviour uniform and predictable. This lays the foundation for spreadsheet-like capabilities on linked fields such as copy-paste, import-export, and more. All new link fields use LTAR V2 by default. Existing link fields continue to work as-is and can be upgraded in-place whenever you're ready.

👉 Learn more about Link to Another Record →

UI Revamped

Side Minibar

image

The navigation experience has been redesigned to help you move between data, docs, workflows, and settings faster.

  • Dedicated minibar sections for Data, Docs, Workflows, Chat, and Settings, one click to switch context
  • Compact rail layout on smaller screens for space efficiency
  • Cleaner workspace and base switching from the top of the minibar
  • Improved mobile navigation with adaptive sidebar behaviour

New Workspace Page

image

The workspace landing page has been refreshed with a cleaner layout: browse all your workspaces in the left sidebar, see bases as cards with "Last Opened" indicators, and access Members, Teams, Integrations, Billing, and Audits from a single tab bar.

Responsive Mobile UI

NocoDB now works better on tablets and phones. Mobile-optimised drawers, adaptive toolbars, and smarter sidebar behaviour make it practical to review data, approve records, or check dashboards on the go.

Change in Product Behaviour

LTAR Linked Record Search: Display Value Only

Linked record search in LTAR fields now matches against the display value field only. Secondary fields are no longer included in search results. Supporting search across diverse secondary field data types introduced reliability challenges that affected the overall experience. We've scoped search to the display value field for now to keep results consistent and accurate, and plan to bring back broader field search in a future release.

Links Field Deprecated

With the introduction of LTAR V2, the legacy Links field type is now deprecated. You can no longer create new Links fields; use Link to Another Record (LTAR) instead. Existing Links fields continue to work without any disruption, so no action is needed on your current data.

Quality of Life Improvements

  • Date display format: Configure the display format for CreatedAt and UpdatedAt system fields to match what works best for your team instead of relying on the default
  • Grid performance: Tables with thousands of rows now scroll noticeably smoother with pre-computed row colour evaluation, reduced rendering calls, optimised scroll handling, and cached colour computations
  • Rollup formatting fix: Rollup fields now respect the formatting of Formula fields (currency, percent, decimal) instead of displaying raw numbers
  • Calendar fix: Records with only a start date (no end date) now display correctly as single-day events in Calendar view instead of being hidden
  • Formula SWITCH & IF fixes: Improved reliability across edge cases; mixed-type comparisons now work correctly on PostgreSQL, and SWITCH with BLANK-only conditions generates valid SQL
  • Record bookkeeping: Scaled back unnecessary record-count tracking for on-premise deployments, reducing overhead under heavy load
  • Group-by Lookup fix: Grid views grouped by a Lookup field referencing a User field now render correctly instead of showing loading skeletons
  • Better AJV validation messages: Clearer error messages for API validation failures
  • CSV import: Improved handling of Date objects and empty strings
  • Column resize optimisation: Smoother column resizing in grid views
  • Select field colours: Improved colour rendering in light mode
  • Node 24 upgrade: Runtime upgraded to Node.js 24
  • View section skeletons: Loading skeletons shown while view sections load

Security Fixes

  • Fixed SQL injection vector in array sort operations
  • OAuth scope enforcement improvements
  • XSS vulnerability patches
  • Hidden columns no longer leak through shared view API query params
  • CE rate limiting added

Issues closed

  • [closed] 🐛 Bug: missing viewId in record comment link #13451
  • [closed] 🐛 Bug: Chat Assistant Not Working for Shared Base via Public Access Link in NocoDB #13447
  • [closed] 🐛 Bug: v3 API does not return record id for external tables where PK is a FK #13446
  • [closed] 🐛 Bug: Template Database Not Accessible in Competitive Analysis Template #13436
  • [closed] 🐛 Bug: Filter verification failed: Operation in is not supported for type Date on column date #13427
  • [closed] 🐛 Bug: Text Overflow in API Tokens Page inside Token Table #13382
  • [closed] 🐛 Bug: PATCH on PK column metadata still fails after #13165 fix (HTTP 422 instead of 400) #13370
  • [closed] 🐛 Bug: “Build with AI” fails with Network Error when suggesting tables and views #13337
  • [closed] 🐛 Bug: upgrade from 0.301.3 to 0.301.5 failed with "Failed to initialize JobsService" #13334
  • [closed] 🐛 Bug: Chat UI overlaps when language is set to Arabic #13325
  • [closed] 🐛 Bug: Form fields with links to another base don't work #13322
  • [closed] 🐛 Bug: There was a syntax error in your SQL query. #13318
  • [closed] 🔦 Feature: filter rows (current week) #13311
  • [closed] 🐛 Bug: Filtered/sorted column header shows white background in dark mode #13305
  • [closed] 🐛 Bug: Grid canvas blank after page refresh when sidebar is in hide/peek mode #13300
  • [closed] 🐛 Bug: Deleting records does not clean up hm foreign keys (EE Docker only) #13285
  • [closed] 🐛 Bug: Page loading error when inserting Table in Long Text (Rich Text) #13278
  • [closed] 🐛 Bug: Forbidden host name or IP address. #13276
  • [closed] Bug: columns computed mutates reactive state causing infinite Vue scheduler loop (browser freeze) #13272
  • [closed] 🔦 Feature: can be ignored #13268
  • [closed] 🐛 Bug: upgrade from 0.301.3 to 0.301.4 fails with 'column "is_snapshot" does not exist' error #13260
  • [**🔎 Status: More Info Needed...
Read more

0.301.5: Bug Fix Release

18 Mar 14:21
f9e5bdf

Choose a tag to compare

Workspace-Level Roles & Permission Inheritance

This release replaces the previous Organization (ORG) model with a unified Default Workspace, introducing a more intuitive and streamlined approach to access management.

Previously, organization-level roles such as ORG Viewer and ORG Creator governed what users could do at a high level, but did not automatically grant access to individual bases. Regardless of their ORG role, users had to be explicitly invited to each base separately — a process that often created unnecessary overhead for administrators.

With this update, workspace-based roles — Owner, Creator, Editor, Commenter, Viewer, and No Access — now serve as the foundation of the permission model. Users invited at the workspace level automatically inherit their assigned role across all resources within that workspace, eliminating the need for redundant base-level invitations. For example, a user granted the Creator role at the workspace level can immediately create and access bases without any additional configuration.

Notably, advanced workspace-level access control, previously limited to paid installations, is now fully available for self-hosted deployments.

Existing permissions are not affected by this change. Any base-level access configured prior to this release will continue to be respected, ensuring a seamless transition with no disruption to current setups.

Learn more about Workspace & Base collaboration here

🐛 Closed Issues

  • [closed] Bug: Infinite reactive loop in columns computed causes complete browser freeze on grid view open #13269
  • [closed] 🐛 Bug: Error on trying to view Meta Sync: Cannot read properties of null (reading 'getModel') #13265
  • [closed] 🐛 Bug: View Mode Locked but i can edit #13241
  • [closed] 🐛 Bug: [Self-hosted] Grid view with Links/Lookup columns is 100x slower than plain columns #13231
  • [closed] 🔦 Feature: Research for more items/all the table #13189
  • [closed] 🐛 Bug: Editor Role Cannot Configure Field Visibility in Their Own View #13173
  • [closed] 🐛 Bug: Metadata-only PATCH on Checkbox columns silently strips NOT NULL and DEFAULT constraints #13166
  • [closed] 🐛 Bug: PATCH on primary key column metadata fails with HTTP 400 (same class as #12972 / #13044) #13165
  • [closed] API v2 Meta docs: multiple incorrect/missing endpoints for columns, form views, and view creation #13164
  • [closed] 🔦 Feature: Support MultiSelect population import #13156
  • [closed] 🐛 Bug: Text overflows in UI components when switching languages #13155
  • [closed] 🐛 Bug: Deleting API token fails when there is only one token left in second page #13154
  • [closed] 🐛 Bug: Knex Timeout acquiring a connection #13150
  • [closed] 🐛 Bug: Rollup Field doesn't keep Currency format for Formula fields #13147
  • [closed] 🔦 Feature: Filter View by current user (Assigned only view) #13102
  • [closed] 🐛 Bug: Data API v3 won't return primary key field #13077
  • [closed] Broken link in README under Installation #13028
  • [closed] 🔦 Feature: Show first/selected field in links #13027
  • [closed] 🐛 Bug: No Create Base Option in New Install #13005
  • [closed] 🐛 Bug: Failed to copy to clipboard #13001
  • [closed] 🐛 Bug: Cannot find package 'ipaddr.js' #12939
  • [closed] 🔦 Feature: Exporting databases only allows CSV, it doesn't allow me to export in .json format #12790
  • [closed] 🔦 Feature: Let the filter have a CheckBox property #8758

What's Changed

Read more

0.301.3: Bug Fix Release

27 Feb 13:31
3918344

Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: Noco Desync from datasource #13085
  • [closed] 🐛 Bug: Unpredictable "id field unique constraint violation" when adding new record #13050
  • [closed] 🐛 Bug: PATCH on SingleSelect column wipes colOptions even for metadata-only updates #13044
  • [closed] 🐛 Bug: getCellValue always returns reference count for Links fields #12998
  • [closed] 🐛 Bug: PATCH /api/v2/meta/columns/{columnId} returns HTTP 500 for Checkbox columns #12972
  • [closed] 🐛 Bug: [Self-hosted] error "ERR_BASE_NOT_FOUND" for api v1 endpoints after 0.301.2 update #12950
  • [closed] 🐛 Bug: [Self hosted] The table does not appear in the UI's table list. #12949
  • [closed] 🐛 Bug: The description of the queryRecords tool in the MCP service regarding time is unclear, causing the LLM to be unable to correctly query time-related filter conditions #12944
  • [closed] Frontend crashes in HTTP + IP access due to Secure Context assumption (crypto.randomUUID) #12937
  • [closed] 🐛 Bug: Can't export data with Editor and Viewer role #12930
  • [closed] 🐛 [Self Hosted] Bug: Docker, Error: SQLITE_CANTOPEN: unable to open database file #12877
  • [closed] 🐛 Bug: Dark mode upgrade causes comment badges to be hidden until row clicked #12876
  • [closed] 🐛 Bug: Workspace ID is required" + "Forbidden - Unauthorized access" when creating base (v0.301.1) #12874
  • [closed] 🐛 Bug: Webhook receives incomplete data (missing lookup and link fields) when using v3 API #12831
  • [closed] 🐛 Bug: uri for attachment breaks on csv export. #12796
  • [closed] 🐛 Bug: [Self Hosted][SQLite] MultiSelect field still limited to ~500 options despite fix in #8907 #12759
  • [closed] 🐛 Bug: Endpoint does not return the full list of paginated linked records inline #12717
  • [closed] 🐛 Bug: the Chinese characters are garbled when exporting to CSV #12715
  • [closed] 🔦 Feature: missing random option in api v2 #12714
  • [closed] 🐛 Bug: scripts feature is not able to update the records in external data source #12672
  • [Status: Reproducible] 🐛 Bug: Incorrect records shown inside groups when grouping by DateTime field #12658
  • [closed] 🐛 Bug: [External DB] Error when trying to rename BT field #12639
  • [closed] 🐛 Bug: v3 api views not found #12632
  • [closed] 🐛 Bug: [Self-hosted] MCP getTablesList cannot get table information generated by external databases(postgres) #12629
  • [closed] 🐛 Bug: The "does not contain any of" filter doesn't work. #12580
  • [closed] 🔦 Feature: trigger webhook based on a date field #11160
  • [🔦 Type: Feature] 🔦 Feature: Send a record by email to any address #9979
  • [🔦 Type: Feature] 🔦 Feature: Rollup of rollup #9214
  • [🔦 Type: Feature] 🔦 Feature: CRON based Webhook trigger #9080
  • [closed] 🔦 Feature: Add Column Type 'Image URL' with image preview #7462
  • [closed] 🔦 Feature: Column base permission #5075
  • [🔦 Type: Feature] 🔦 Feature: Should be able to add unique constraints to columns #4728
  • [🔦 Type: Feature][🔭 Scope : Project] 🔦 Feature: Custom roles #2712
  • [🔦 Type: Feature] 🔦 Feature: Automations #1924
  • [🔦 Type: Feature][🚘 Scope : Automation] 🔦 Feature: Automations based on date/time and recurring events #310
  • [🔦 Type: Feature][🔭 Scope : Project] 🔦 Feature: Templates #147

What's Changed

Read more

0.301.2: Bug Fix Release

21 Jan 16:23
e933184

Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: CSV downloaded via Share link does not include UTF-8 BOM (Korean characters broken) #12889
  • [closed] 🐛 Bug: Super Admin role not recognized by v1 API endpoints - 403 "Base is not accessible" #12882
  • [closed] 🐛 Bug: Rename View does not work on self-hosted after migrating base to V3 #12868
  • [closed] 🐛 Bug: migration fails when updating from 0.265.1 to 0.301.1 #12867
  • [closed] in share view (grid) and grouping, the sum is not displayed [Self-host] #12862
  • [closed] 🐛 Bug: MigrationLocked error on startup after updating to 0.301.0 #12848
  • [closed] 🐛 Solved - Bug: Altering database throws error when upgrading to 0.301.0 #12840
  • [closed] 🐛 Bug: "Schema alterations are disabled for this source" when changing Form View – External data source. #12824
  • [🔎 Status: More Info Needed] 🐛 Bug: Thumbnails not generated for attachments uploaded via REST API #12787
  • [closed] 🐛 Bug: Need to click 2 times to change the database after opening the page #12690

What's Changed

Full Changelog: 0.301.1...0.301.2

0.301.1: Bug Fix Release

14 Jan 13:13
d1beac1

Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: crypto.randomUUID is not a function #12855
  • [closed] blank page after update to 301 ver #12852
  • [closed] 🐛 Bug: [Bug/Regression] White screen on self-hosted HTTP (IP access) due to "crypto.randomUUID" dependency #12843
  • [closed] 🐛 Bug: Main page comes up blank since updating this morning to the latest #12842
  • [closed] 🔦 Feature: Dark Mode #6883

What's Changed

Full Changelog: 0.301.0...0.301.1

0.301.0: Darkmode, Custom Webhook Payload & Groupby Aggregations

13 Jan 16:42
046ea02

Choose a tag to compare

Feature release - Video Thumbnail - 2026 1 (1)

🌗 Dark Mode Is Here - Hooooooooooooray!!!!!!!!

Dark Mode has officially landed in NocoDB Community Edition. Sleeker, easier on the eyes, and built for long sessions—whether you’re shipping late at night or just love a modern dark UI. Every grid, form, and workflow now looks sharper and feels better, without changing how you work. Learn more

image

🔗 Webhook Payload Customisation ( 🔑 Unlocked from enterprise edition )

Total control, now unlocked. Webhook Custom Payloads are no longer Cloud-only—this powerful capability is now available in NocoDB Community Edition. Shape your webhook requests exactly the way your integrations need them. Cleaner payloads, smarter automations, and seamless connections with any external system. Learn more

Screenshot 2026-01-13 at 1 25 20 PM

📊 Grid View Group-by Aggregations ( 🔑 Unlocked from enterprise edition )

Data insights just leveled up. Group-by Aggregations are now open in NocoDB Community Edition, bringing Cloud-grade analytics straight into your views. Instantly roll up counts, totals, averages, and more—right inside grouped data. No exports. No extra tools. Just answers, instantly. Learn more

image

🛠️ Other Updates

  • Reordering filters was cumbersome: Filter conditions followed a fixed order, making complex logic harder to manage. Filters can now be reordered using drag-and-drop, giving you better control and faster iteration while building views.
reorder-filter
  • Percent values lacked precision control: Percent fields were limited in how precisely values could be represented. Added precision support for Percent fields, allowing you to define decimal accuracy for cleaner calculations and clearer data presentation.
percent-precision
  • Default view was locked to Grid: Tables always opened in Grid view, even when another view was more relevant. You can now set any view as the default for a table, ensuring users land directly on the most meaningful view.

  • Commenters and viewers had full toolbar access: Limited-access roles were exposed to advanced actions. Commenter and Viewer roles now work in a simplified interface without toolbar access, keeping the experience focused, secure, and role-appropriate.

Addressed several bug fixes and improved security.


📢 License Update

TL;DR: If your use of NocoDB is not to offer a commercial service, nothing changes for you. Keep using it exactly as you do today. We're making this move so we can give you more and not less.

Starting with this release, NocoDB is transitioning its license from AGPL 3.0 to a Fair-code–based Sustainable Use License. This change is designed to protect the long-term sustainability of the project while keeping NocoDB open, transparent, and community-driven. The Fair-code model has resonated strongly across the open-source and no-code communities, with projects adopting this approach now collectively representing over 170,000+ GitHub stars : a signal that sustainable open-source business models are not just viable, but thriving. The new license continues to allow free use, modification, and self-hosting, while placing reasonable limits on commercial offerings.

👉 View the full license terms here

This step helps ensure that innovation in NocoDB is funded, maintained, and driven by the community for the long run.

⚠️ Breaking Change

Using base names and table names in API endpoints is no longer supported.
All API integrations must now use IDs instead of names.

Including names as part of API paths is highly discouraged, as names can be changed by other users, which may break existing integrations unexpectedly.

Before

http://localhost:8081/api/v1/db/data/noco/Getting%20Started/Table-1

After

http://localhost:8081/api/v1/db/data/noco/pjq0r488d4gt2xz/mtan85lkqcvf8i7


Bug fixes

  • [closed] 🔦 Feature: Dark mode enable button #12800
  • [closed] 请问可以手动编写SQL语句进行查询吗? #12797
  • [closed] 🐛 Bug: Import table fails silently when there are emojis in "List Single Select" from Airtable #12794
  • [closed] 🐛 Bug: it doesn't allow me to export in .json format #12791
  • [closed] 🐛 Bug: Internal Error when converting Text column with Default Value to SingleSelect #12780
  • [closed] docs(i18n): add Turkish translation for README #12775
  • [closed] Inconsistent protocol in README for Auto-upstall script #12771
  • [closed] Need to update Holiday Schedule for 2026 #12763
  • [closed] 🐛 Bug: airtable import missing description #12761
  • [closed] 🐛 Bug: Webhook not containing all rows when copy & paste rows into a table. #12757
  • [closed] 🐛 Bug: "Internal Error" when converting Text column with Default Value to SingleSelect #12756
  • [closed] 🐛 Bug: Table copy problem #12738
  • [closed] 🔦 Feature: When filtering by creator in a custom view, add the currently logged in user. #12736
  • [closed] Is NocoDB affected by the exposed vulnerability in react? #12711
  • [closed] 🐛 Bug: Circular dependency between Formula and Rollup fields causes infinite recursion and OOM crash #12708
  • [closed] 🐛 Bug: Webhook only triggers for the first row when updating multiple rows via bulk paste, remaining rows do not trigger #12697
  • [closed] Bug: MCP Server generates non-functional configuration for self-hosted instances #12692
  • [closed] 🐛 Bug: Table called "bots" not shown #12684
  • [closed] The Importance of Dark Mode: A Data-Driven Perspective #12673
  • [🔎 Status: More Info Needed] 🐛 Bug: [Self Hosted] Calendar view displays events on the wrong date #12653
  • [closed] 🐛 Bug: extra settings for columns dissapeared #12652
  • [closed] 🐛 Bug: Missing Show More under SpecificDBType selection #12649
  • [closed] 🐛 Bug: The formula column content cannot be displayed on a new line. #12642
  • [closed] 🐛 Bug: [Self Hosted] MCP server setting page is blank #12631
  • [closed] 🐛 Bug: card view shared won't show attachment field #12628
  • [closed] uui #12618
  • [closed] 2440 argulite road Ashland kentucky 41139 #12617
  • [closed] Screenshot (Oct 31, 2025 11:10:58 AM) #12616
  • [closed] 🐛 Bug: Create Table button from the sidebar doesn't work in blank database #12604
  • [closed] 🐛 Bug: Build fails on \developbranch duringpnpm bootstrap`` #12586
  • [closed] 🐛 Bug: Text shifts incorrectly when inserting text in the middle of a sentence in Row Detail View #12582
  • [closed] 🐛 Bug: Deleting on a group by creates up to 100 empty lines #12575
  • [closed] 🐛 Bug: Barcode labels not displaying text underneath #12569
  • [closed] 为什么不支持多人实时协作呢 #12567
  • [Status: Not Reproducible] 🐛 Bug: API Next Url is returning always the previous query parameter #12566
  • [closed] 🔦 Feature: Display Selected Cell Count #12555
  • [closed] 🔦 Feature: when clicking on delete an attachment, no confirmation message on NOCODB #12536
  • [closed] 🔦 Feature: Allow external image urls for the gallery. [#12528](https://githu...
Read more

0.265.1: Bug Fix Release

03 Oct 09:29
26fa3db

Choose a tag to compare

🐛 Closed Issues

  • [closed] 🐛 Bug: [Self hosted] Super Admin Access Lost after initial setup #12450
  • [👋 For : Community or Good First Issue] 🐛 Bug: JSON_EXTRACT in formula with a special character fails #12377
  • [👋 For : Community or Good First Issue] 🔦 Feature: Test E-mail / Storage configuration automatically after pressing Save #11751

What's Changed

New Contributors

Full Changelog: 0.265.0...0.265.1