| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Noco-macos-arm64 | 2026-02-27 | 343.7 MB | |
| Noco-macos-x64 | 2026-02-27 | 313.5 MB | |
| nocodb.tar.gz | 2026-02-27 | 263.8 MB | |
| Noco-linux-arm64 | 2026-02-27 | 388.8 MB | |
| Noco-linux-x64 | 2026-02-27 | 354.2 MB | |
| Noco-win-arm64.exe | 2026-02-27 | 394.2 MB | |
| Noco-win-x64.exe | 2026-02-27 | 402.8 MB | |
| 0.301.3_ Bug Fix Release source code.tar.gz | 2026-02-27 | 60.3 MB | |
| 0.301.3_ Bug Fix Release source code.zip | 2026-02-27 | 62.5 MB | |
| README.md | 2026-02-27 | 17.7 kB | |
| Totals: 10 Items | 2.6 GB | 24 | |
π 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
queryRecordstool 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
- fix: public form submission fails by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12915
- fix: Extract base_id from column by @pranavxc in https://github.com/nocodb/nocodb/pull/12912
- Nc Fix: feature cleanup and dark mode changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12918
- mock airtable import when playwright by @mertmit in https://github.com/nocodb/nocodb/pull/12919
- Nc fix/sandbox UI changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12920
- Nc fix: hide signup btn from shared view in cloud paid plan and onprem by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12923
- Nc fix: editor cannot export csv by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12925
- Nc fix/formula validation by @pranavxc in https://github.com/nocodb/nocodb/pull/12926
- Nc Fix: Remove lazy loading from views as it feels like stuck by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12924
- Nc feat/sandbox to managed by @dstala in https://github.com/nocodb/nocodb/pull/12922
- fix: cross base link - lookup sort related fix by @pranavxc in https://github.com/nocodb/nocodb/pull/12931
- fix: skip validation for unique constraint when both previous and existing are unique by @pranavxc in https://github.com/nocodb/nocodb/pull/12932
- Nc fix/sentry errors 24 jan by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12934
- fix: modclean by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12933
- fix: Cache clear by @pranavxc in https://github.com/nocodb/nocodb/pull/12945
- fix: test for "will create a formula referencing lookup referencing formula" by @fendy3002 in https://github.com/nocodb/nocodb/pull/12816
- fix csv import to different source by @fendy3002 in https://github.com/nocodb/nocodb/pull/12947
- Sync missing changes by @pranavxc in https://github.com/nocodb/nocodb/pull/12946
- Nc feat/managed app UI changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12951
- fix: add detection for Knex connection pool timeout as transient error by @pranavxc in https://github.com/nocodb/nocodb/pull/12952
- Fix: Managed app acl by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12956
- Nc feat: add discard draft managed app by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12957
- fix: Lazy loaded component related issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12954
- Nc chore/remove api tokens doc by @dstala in https://github.com/nocodb/nocodb/pull/12959
- unify single query list / read by @fendy3002 in https://github.com/nocodb/nocodb/pull/12960
- fix: truncate long text in query by @mertmit in https://github.com/nocodb/nocodb/pull/12963
- feat: web search for ai nodes by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12966
- Nc feat: improve inherit UI with double-lined role display by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12955
- Nc chore: enable templates by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12871
- fix: limit batchInsert meta on sqlite by @fendy3002 in https://github.com/nocodb/nocodb/pull/12965
- fix: do not encode signed url by @fendy3002 in https://github.com/nocodb/nocodb/pull/12967
- Update license information and branch licensing details by @dstala in https://github.com/nocodb/nocodb/pull/12969
- Nc Feat: Update managed app icon by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12971
- fix: do not override cdf when update by @fendy3002 in https://github.com/nocodb/nocodb/pull/12974
- Nc Fix: Sidebar navigation issue in mobile view by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12977
- fix: AI fill handle by @dstala in https://github.com/nocodb/nocodb/pull/12980
- fix: update where Description by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12983
- fix: isBlank for hm lookup by @mertmit in https://github.com/nocodb/nocodb/pull/12984
- set is_api_token to context correctly also fix the typescript definit⦠by @fendy3002 in https://github.com/nocodb/nocodb/pull/12948
- handle empty meta during v3 transform by @fendy3002 in https://github.com/nocodb/nocodb/pull/12976
- fix: insert webhook all fields by @fendy3002 in https://github.com/nocodb/nocodb/pull/12970
- Nc fix/sort query param validation by @mertmit in https://github.com/nocodb/nocodb/pull/12985
- refactor: KnexClient - cleanup by @pranavxc in https://github.com/nocodb/nocodb/pull/12958
- Prevent duplicate table or view name error by @pranavxc in https://github.com/nocodb/nocodb/pull/12990
- Nc fix/date filter use handler by @dstala in https://github.com/nocodb/nocodb/pull/12988
- Nc fix/at import table title by @dstala in https://github.com/nocodb/nocodb/pull/12991
- Nc fix/filter sort direct url load by @dstala in https://github.com/nocodb/nocodb/pull/12992
- disable prefix on at import by @fendy3002 in https://github.com/nocodb/nocodb/pull/12996
- Nc fix/shared form theme query param by @fendy3002 in https://github.com/nocodb/nocodb/pull/12997
- Nc fix/wait for meta before loading filters sorts by @fendy3002 in https://github.com/nocodb/nocodb/pull/13006
- Nc feat: hide Clear Form button and add custom Submit button label by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13007
- Nc fix/date handler when utc by @pranavxc in https://github.com/nocodb/nocodb/pull/13009
- fix considering null in nanyof by @fendy3002 in https://github.com/nocodb/nocodb/pull/13000
- fix: hide customize submit btn for now by @dstala in https://github.com/nocodb/nocodb/pull/13011
- Nc fix: remove text truncation in form submission email template by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13012
- Nc send email via app by @dstala in https://github.com/nocodb/nocodb/pull/12994
- chore: sync EE changes by @pranavxc in https://github.com/nocodb/nocodb/pull/13017
- fix: cross-base link issues with dataAggregate and duplicate-base by @fendy3002 in https://github.com/nocodb/nocodb/pull/13014
- add tests for cross base links by @fendy3002 in https://github.com/nocodb/nocodb/pull/13019
- Nc claude/issue 8015 20260206 1536 by @dstala in https://github.com/nocodb/nocodb/pull/13016
- fix: use correct context for nested lookup sorting by @pranavxc in https://github.com/nocodb/nocodb/pull/13015
- Nc [claude] feat: Add Excel download functionality to data export by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13020
- fix: enable form custom submit btn text by @dstala in https://github.com/nocodb/nocodb/pull/13024
- Nc feat: add workflow dashboard tab with table layout by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13025
- Nc fix: handle mov file by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13026
- Nc fix/8030 group by cross base by @fendy3002 in https://github.com/nocodb/nocodb/pull/13031
- Nc test/formula improvement by @fendy3002 in https://github.com/nocodb/nocodb/pull/13029
- fix: resolve double encryption of integration config by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13038
- Nc claude/issue 7866 20260126 1845 by @dstala in https://github.com/nocodb/nocodb/pull/13035
- Nc personal view followup by @pranavxc in https://github.com/nocodb/nocodb/pull/13041
- Nc feat/editor ephemeral group by by @pranavxc in https://github.com/nocodb/nocodb/pull/13043
- chore: update discord invite link by @mertmit in https://github.com/nocodb/nocodb/pull/13067
- Nc feat/filters from chat by @dstala in https://github.com/nocodb/nocodb/pull/13060
- fix: link issue by @pranavxc in https://github.com/nocodb/nocodb/pull/13070
- chore: migrate to ubicloud runners by @mertmit in https://github.com/nocodb/nocodb/pull/13072
- chore: change machine sizes by @mertmit in https://github.com/nocodb/nocodb/pull/13075
- feat: links as ltar param by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13069
- fix: restrict aliases by @mertmit in https://github.com/nocodb/nocodb/pull/13039
- chore: set node build memory by @mertmit in https://github.com/nocodb/nocodb/pull/13076
- fix rollup alias problem by @fendy3002 in https://github.com/nocodb/nocodb/pull/13056
- fix: skip dtxp max-length validation for date/time columns by @fendy3002 in https://github.com/nocodb/nocodb/pull/13083
- fix: metadata retrieval in LTAR store by adding partial meta support by @pranavxc in https://github.com/nocodb/nocodb/pull/13084
- chore: update by @mertmit in https://github.com/nocodb/nocodb/pull/13087
- Sync changes from ee by @pranavxc in https://github.com/nocodb/nocodb/pull/13086
- do not readonly checkbox rating by @mertmit in https://github.com/nocodb/nocodb/pull/13088
- fix: preserve colOptions on metadata-only PATCH for SingleSelect/MultiSelect by @veeceey in https://github.com/nocodb/nocodb/pull/13052
- feat: sync sandbox changes by @mertmit in https://github.com/nocodb/nocodb/pull/13089
- Nc feat: implement conditional cell coloring functionality by @dstala in https://github.com/nocodb/nocodb/pull/13081
- prevent overridden v3 column options by @fendy3002 in https://github.com/nocodb/nocodb/pull/13093
- fix passing contexes by @fendy3002 in https://github.com/nocodb/nocodb/pull/13095
- Nc fix/links as ltar cache key by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13097
- Fix lookup quick search to LongText by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13098
- fix: show insert audits by @dstala in https://github.com/nocodb/nocodb/pull/13099
- Nc feat: workspace and baselist modal by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13013
- Nc feat/SCIM by @pranavxc in https://github.com/nocodb/nocodb/pull/13103
- Sync EE by @pranavxc in https://github.com/nocodb/nocodb/pull/13106
- Nc Fix: staging folow-up's by @dstala in https://github.com/nocodb/nocodb/pull/13104
- fix: resolve flaky attachment test race condition by @pranavxc in https://github.com/nocodb/nocodb/pull/13108
- Nc feat: multi field support for de-dupe by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13109
- Nc feat: record templates by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13107
- Add audit events by @pranavxc in https://github.com/nocodb/nocodb/pull/13114
- Nc Feat: add back to base bar by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13113
- Nc feat: ws and baselist search api by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13115
- chore: sync rls by @mertmit in https://github.com/nocodb/nocodb/pull/13112
- Nc chore/migration with timestamp by @fendy3002 in https://github.com/nocodb/nocodb/pull/13117
- feat: outline view by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13116
- Nc feat/conditional button v2 by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13118
- delete irrelevant md by @mertmit in https://github.com/nocodb/nocodb/pull/13120
- Nc rename outline to list by @pranavxc in https://github.com/nocodb/nocodb/pull/13121
- Nc feat/folders by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13119
- Nc feat/ltar v2 by @dstala in https://github.com/nocodb/nocodb/pull/12968
- fix: add /ln/ route to public shared view for LTAR v2 links by @pranavxc in https://github.com/nocodb/nocodb/pull/13125
- chore: patches by @mertmit in https://github.com/nocodb/nocodb/pull/13127
- chore: lint by @mertmit in https://github.com/nocodb/nocodb/pull/13132
- chore: sync changes by @mertmit in https://github.com/nocodb/nocodb/pull/13133
Security fixes
This release addresses multiple security vulnerabilities. Full details will be published via GitHub Security Advisories after users have had time to upgrade.
Acknowledgements
We thank the following researchers for responsibly reporting these vulnerabilities:
- @bugbunny-research (bugbunny.ai)
- @p- and @m-y-mo of GitHub Security Lab
- @Akokonunes
- @q1uf3ng
- @Tulgaaaaaaaa
- @lighthousekeeper1212
New Contributors
- @veeceey made their first contribution in https://github.com/nocodb/nocodb/pull/13052
Full Changelog: https://github.com/nocodb/nocodb/compare/0.301.2...0.301.3