Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Noco-macos-arm64 | 2025-07-28 | 192.5 MB | |
Noco-macos-x64 | 2025-07-28 | 167.7 MB | |
nocodb.tar.gz | 2025-07-28 | 130.2 MB | |
Noco-linux-arm64 | 2025-07-28 | 213.1 MB | |
Noco-linux-x64 | 2025-07-28 | 199.1 MB | |
Noco-win-arm64.exe | 2025-07-28 | 196.8 MB | |
Noco-win-x64.exe | 2025-07-28 | 207.8 MB | |
0.264.0_ Enhanced Webhook _ Data APIs source code.tar.gz | 2025-07-28 | 46.1 MB | |
0.264.0_ Enhanced Webhook _ Data APIs source code.zip | 2025-07-28 | 48.1 MB | |
README.md | 2025-07-28 | 34.7 kB | |
Totals: 10 Items | 1.4 GB | 4 |
🚀 NocoDB : Feature Release
Webhook v3 – Smarter triggers, cleaner automation
Streamline your integrations with unified events, richer payloads, and flexible trigger options. Webhook v3 gives you precise control over when and how data changes are pushed to external systems—no extra overhead, no missed updates.
What’s Changed?
- 🔁 Unified event types – Webhooks for single and bulk operations are now simplified to just three:
after insert
,after update
, andafter delete
. - 📦 Richer payloads – Bulk inserts now include the actual records, not just the count.
- ⚙️ Send Everything toggle – Capture all changes (Insert, Update, Delete) in one config—or fine-tune to specific events.
- 🧠 Field-level triggers – Trigger webhooks only when certain fields (like
Status
orPriority
) change.*
Field-level triggers are available on self-hosted Enterprise and NocoDB Cloud plans.
You can upgrade existing webhook configurations to v3 via the UI with just a few clicks—complete with a helpful side-by-side comparison of what changes in the response.
📘 Learn more and view upgrade steps in our docs: Webhook v2 vs v3
API v3 – Fewer calls, cleaner design
Build faster with a consistent, RESTful API that returns richer relation data, supports in-place record linking, and offers predictable, project-scoped endpoints—making integrations simpler and more efficient.
What’s Changed?
- 🔗 Embedded relation field data – Listing records now returns paginated linked records inline, reducing the need for multiple calls.
- ✍️ Unified record linking in CRUD – Create or update record links directly inside the main API call—no more separate link/unlink steps.
- 📘 Standardized responses & errors – More predictable envelopes, status codes, and consistent field handling across create/update operations.
Why It Matters:
- 🚀 Reduced API traffic – Fewer HTTP calls thanks to embedded relations and unified operations.
- 🔄 Simplified workflows – Handle records and relationships in a single request—no orchestration needed.
📘 Explore the API docs: API v3 Reference
Issues closed
- [closed] 🔦 Feature: Disable authentication #11958
- [closed] 🔦 Feature: Disable authentication #11957
- [closed] 🐛 Bug: Ability to set data source while creating table. #11943
- [closed] 🐛 Bug: signin or signup not working #11938
- [closed] 🐛 Bug: When configuring the minio domain name, connect ECONNREFUSED [xx.xxx.xxx.xxx]:port #11930
- [closed] 🐛 Bug: User List contains outdated
invite_token
after pressing "Resend Invite E-Mail` #11905 - [Status: Reproducible] 🐛 Bug: Rollup and Grouping of Duration Field returns Seconds format, not Duration #11902
- [closed] 🐛 Bug: LongText field exceeds 100,000 character limit despite NC_NON_ATTACHMENT_FIELD_SIZE being set #11901
- [closed] 🐛 Bug: UI Error : TypeError: api.auth.signup is not a function #11889
- [closed] 🐛 Bug: Button shows as inactive/greyed out when URL contains +, :, or space characters #11888
- [closed] 🐛 Bug: Mutiple admin ID as are getting created #11878
- [closed] 🐛 Bug: Minio configuration details are not updating on UI #11873
- [closed] 🐛 Bug: Can't connect to a PostgreSQL instance running on google cloud #11872
- [closed] 🐛 Bug: Filtered rows disappear when editing non-filtered columns #11860
- [closed] 🐛 Bug: Data Source Meta Sync fails with
Cannot read properties of null (reading 'getColumns')
#11854 - [closed] unable to build nc-gui and make it live with PM2 #11852
- [closed] 🐛 Bug: Column Disappears in NocoDB UI But Exists in PostgreSQL #11848
- [closed] 🐛 Bug: Bulk Delete : Checkbox reinit status themself #11842
- [closed] 🐛 Bug: search bar cover field name #11822
- [closed] pnpm install #11814
- [closed] 🐛 Bug: Columns order on CSV export #11813
- [closed] 🐛 Bug: Cannot update records via PATCH in API v2 — rowId missing from GET response #11807
- [closed] 🐛 Bug: Public shared view download returns “Invalid shared view password” #11793
- [closed] 🐛 Bug: add support for precision configuration in currency field #11787
- [closed] 🐛 Bug: Error importing button field from airtable #11775
- [closed] 🐛 Bug: Multi selection of rows with problem #11741
- [closed] 🐛 Bug: Unable to Access /records Endpoints in NocoDB v2 API Despite Swagger Being Available #11740
- [closed] 🐛 Bug: API v2 Access Not Working Despite Latest NocoDB Installation #11739
- [Status: Reproducible] 🐛 Bug: In normal grid view with pagination, the prompt shows 0 results #11733
- [closed] 🐛 Bug: Search bar do not trigger refresh for Summary #11726
- [closed] 🐛 Bug: API v2 Update Returns 404 Despite Valid Record IDs #11722
- [closed] 🐛 Bug: Decimal columns labeled as string in openapi.json #11718
- [closed] 🐛 Bug: PATCH request not working on /api/v2/tables/:tableId/records/:id — "Cannot PATCH" #11712
- [Status: Reproducible] 🐛 Bug: Audit does not work for regular users #11706
- [closed] 🐛 Bug: TypeError: Cannot read properties of undefined (reading 'forEach') #11699
- [closed] 🐛 Bug: Unstable Endpoint "connect ECONNREFUSED" #11698
- [closed] 🐛 Bug: Cannot convert undefined or null to object ( #11696
- [closed] 🐛 Bug: project enter arrow button not working #11694
- [closed] 🐛 Bug: After writing a comment, the table page is not updated in real time, need to click refresh #11688
- [closed] 🐛 Bug: Unstable fillter behaviour when adding entry to linked filed #11687
- [closed] 🐛 Bug: Default value for numerical field related #11684
- [closed] 🔦 Feature: Pagination function of each base members #11680
- [closed] 🐛 Bug: With Minio v0.263.6+ crashes repeatedly #11666
- [closed] 🔦 Feature: Add base and view name to export file name #11651
- [closed] 🐛 Bug: Incorrect reset password link sent by email. #11122
- [Status: Not Reproducible] 🐛 Bug: Kanban mode lost #10762
- [Status: Not Reproducible] 🐛 Bug: cdf value is incorrectly retrieved using Meta API #10603
- [Status: Not Reproducible] 🐛 Bug: iOS mobile cloud web app entirely inaccessible #10466
- [🔦 Type: Feature] 🔦 Feature: Support HTTP Header Based Authentication #9818
- [closed] 🔦 Feature: Image zoom / magnifier button on attachment pop-up preview. #8361
- [closed] 🐛 Bug: Update Cells on a PostgresView #7868
- [closed] 🔦 Feature: Unable to update an updateable view #7692
- [closed] 🐛 Bug: Mixed Content Error #7383
- [closed] 🐛 Bug: SQLIte : Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? #7263
- [closed] 🐛 Bug: Inquiry About Deploying NoCoDB on Sealos #7128
- [closed] 🐛 Bug: Incorrect CURRENT_TIMESTAMP default on SQLite tables #6984
- [closed] 🐛 Bug: After BulkUpdate Event to Email webhook never sends email #6363
- [closed] 🐛 Bug: cannot sync metadata for default db #6304
- [closed] 🐛 Bug: Switching from plain SQLite to Litestream deletes your database #6293
- [closed] 🐛 Bug: Hostname/IP does not match certificate's altnames: IP #6138
- [🐛 Type: Bug] 🐛 Bug: App Store popups not displaying logos #6137
- [closed] 🐛 Bug: PORT environment variable is not documented in Dockerhub #5801
- [closed] [Feature] javascript google app script like. #5658
- [closed] 🐛 Bug: Cannot retrieve deep nested lookup values using REST API #5354
- [🐹 DB : SQLite] 🐛 Bug: Reuse of a primary key after deletion (SQLITE) #5336
- [closed] 🐛 Bug: REST find-one endpoint should include
nested
queries #5276 - [closed] 🐛 Bug: Cannot create a formula in a related child table using a DisplayValue field where contents of DisplayValue field from Parent Table is derived from a formula #5208
- [closed] 🐛 Bug: [SQLite] f :: TypeError: Cannot set properties of undefined (setting 'meta') #5048
- [Status: Not Reproducible] 🐛 Bug: Double clicking on a row (as an authenticated user) in shared view alllows to go into edit mode #4912
- [closed] Enhancement: Optional MySQL Database Password #4889
- [🐛 Type: Bug][Status: Reproducible] 🐛 Bug: Getting undefined Bindings error when making a column primary key and adding data #4729
- [🐛 Type: Bug] 🐛 Bug: SMTP client don't work after openssl vulnerability disclosed #4518
- [🔦 Type: Feature][👋 For : Community or Good First Issue] 🔦 Feature: Homebrew for Linux #4119
- [👋 For : Community or Good First Issue] 🐛 Bug: Google Cloud Run MySQL Idle Connection Issue #4115
- [👋 For : Community or Good First Issue] 🐛 Bug: Use the command "docker: build: publish: image" compiled the mirror cannot use at all #3943
- [👋 For : Community or Good First Issue] Deploying : Installing NocoDB with cPanel/WHM server? #3698
- [🔦 Type: Feature][☎ Scope : API] [Bug] Shared Form API throws error #3012
- [🔦 Type: Feature][🌞 Scope : Data source] Cross database link to another record (in MySQL) #2724
- [👋 For : Community or Good First Issue] Incomplete font changes in Persian strings #2302
- [🔦 Type: Feature] 🔦 Feature: Scripts #1980
- [👋 For : Community or Good First Issue] One click deploy to DigitalOcean #1916
- [👋 For : Community or Good First Issue] "SSL/TLS required" when running
npx create-nocodb-app
#1798 - [🔦 Type: Feature][☎ Scope : API] [Feature] Token management (copy / regenerate) #1431
- [👋 For : Community or Good First Issue] socket.io calls fail in docker deployment #1395
- [🐛 Type: Bug][🚥 Status: On Hold] 🐛 Bug: error updating teams webhook #1325
- [🐛 Type: Bug] 🐛 Bug: New SQLite table DDL keyword 'STRICT' causes exceptions #1267
- [🔦 Type: Feature][👓 Scope : View] 🔦 Feature: Filter params in URL #944
- [👋 For : Community or Good First Issue] Gateway timeout with Traefik #867
- [✨ Type: Enhancement][🔦 Type: Feature][👓 Scope : View] In shared view allow edits #815
- [🐬 DB : MySQL] MySQL Socket Connection for Stateless Service #752
- [🔦 Type: Feature][👮 Scope : Auth] 🔦 Feature: OpenID Connect Auth #742
- [🔦 Type: Feature][🍰 Scope : Column] 🔦 Feature: Alias for column names #716
- [👋 For : Community or Good First Issue] 🐛 Bug: wrong swagger docs link when NC_PUBLIC_URL and NC_BACKEND_URL not aligned #650
- [🔦 Type: Feature][👮 Scope : Auth] 🔦 Feature: OAuth2.0 support #517
- [🔦 Type: Feature][🔭 Scope : Project] 🔦 Feature: Soft Delete (Records) #455
- [🔦 Type: Feature][🌞 Scope : Data source][License : Enterprise] Need Oracle Support #446
- [✨ Type: Enhancement][🔦 Type: Feature][👋 For : Community or Good First Issue][👮 Scope : Auth] enhancement: hide admin portal #424
- [✨ Type: Enhancement][🔦 Type: Feature][🍰 Scope : Column] 🔦 Feature: custom column types #402
- [✨ Type: Enhancement][🔦 Type: Feature][🍰 Scope : Column] 🔦 Feature: Search: REGEXP + other fields than name #387
- [✨ Type: Enhancement][🔦 Type: Feature][👮 Scope : Auth] 🔦 Feature: LDAP / SAML / Active directory integration. authentication by AD and Authorization base on these roles. #363
- [🔦 Type: Feature][👓 Scope : View] 🔦 Feature: Spreadsheet like features #352
- [✨ Type: Enhancement][🔦 Type: Feature][👋 For : Community or Good First Issue][☎ Scope : API] 🔦 Feature: Storage APIs #333
- [✨ Type: Enhancement][🔦 Type: Feature][👋 For : Community or Good First Issue][☎ Scope : API] Feature: read-only mode or swagger.json import #318
- [🔦 Type: Feature][🎰 Scope : Hosting] Feature: Packaging for CapRover App Catalog #186
- [🔦 Type: Feature][🔭 Scope : Project] Feature request : CSS Styling #181
What's Changed
- Release 0.263.8 by @github-actions[bot] in https://github.com/nocodb/nocodb/pull/11692
- fix: api v3 data spec correction by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11631
- chore: post-release sync by @github-actions[bot] in https://github.com/nocodb/nocodb/pull/11693
- fix: handle currency locale via api by @fendy3002 in https://github.com/nocodb/nocodb/pull/11653
- fix(nc-gui): base navigation issue on click chevron arrow btn by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11700
- feat: duplicate script & script audit by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11697
- fix(nc-gui): initial comment count update issue in normal grid by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11701
- fix vmodel update on decimal input by @fendy3002 in https://github.com/nocodb/nocodb/pull/11685
- chore: fix label by @dstala in https://github.com/nocodb/nocodb/pull/11702
- chore(nix): bump hash by @sinanmohd in https://github.com/nocodb/nocodb/pull/11708
- fix: beta toggle related issues by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11707
- Nc feat/row coloring full by @dstala in https://github.com/nocodb/nocodb/pull/11710
- fix: map definition by @fendy3002 in https://github.com/nocodb/nocodb/pull/11716
- fix: changed uidt on rollup column by @fendy3002 in https://github.com/nocodb/nocodb/pull/11715
- feat: using field id as response by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11721
- fix: update aggregation on search changes by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11727
- fix: empty lookup when tranforming object by @fendy3002 in https://github.com/nocodb/nocodb/pull/11705
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11622
- Nc feat/webhook user obj by @dstala in https://github.com/nocodb/nocodb/pull/11717
- fix: Currency validation - accept valid numeric string value as well by @pranavxc in https://github.com/nocodb/nocodb/pull/11730
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11731
- Nc fix/row colouring performance issue by @dstala in https://github.com/nocodb/nocodb/pull/11732
- fix: n components style corrections by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11711
- fix: remove index migration by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11738
- fix(nc-gui): Grid multi record selection bug by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11737
- Nc Fix: use ColumnHelper.serializeValue to get valid search query for view column search & linked record dropdown search by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11704
- chore: sync by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11743
- fix(nc-gui): exclude barcode, qrcode & order column from view search by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11742
- fix(nc-gui): In canvas blank number cell value is displayed as zero by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11735
- fix(nc-gui): new sidebar baselist visibility issue on page reload by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11736
- fix: script record picker broken by @dstala in https://github.com/nocodb/nocodb/pull/11745
- feat: revise audit architecture by @mertmit in https://github.com/nocodb/nocodb/pull/11734
- fix(nc-gui): add support to close longtext modal on outside click by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11749
- fix(nc-gui): Row colouring followup items by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11747
- fix(nc-gui): add pagination support in member list table (Workspace & base user list table) by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11744
- chore(nc-gui): lint by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11752
- fix(nc-gui): sync count after updating cell value by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11750
- Update logo in README.md by @pranavxc in https://github.com/nocodb/nocodb/pull/11755
- Nc feat: table & field permissions by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11746
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11754
- Nc fix/view search count issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11759
- fix(nc-gui): rich text link related issues by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11763
- Nc fix/select cell interaction by @dstala in https://github.com/nocodb/nocodb/pull/11762
- fix(nc-gui): Table & field permissions followup by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11764
- fix: Map UITypes to correct swagger types by @pranavxc in https://github.com/nocodb/nocodb/pull/11766
- fix(nc-gui): remove expanded form attachment & file mode feature flag by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11769
- fix(nc-gui): Add new record allowed if user press enter from last row or press tab from last cell of last row by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11768
- chore: enable perm & scripts by @dstala in https://github.com/nocodb/nocodb/pull/11773
- Nc test(nc-gui): PW test fail issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11780
- feat: webhook v3 phase 1, 2, 3 by @fendy3002 in https://github.com/nocodb/nocodb/pull/10756
- chore: include viewId in common props for v3 by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11776
- fix: skip button field on airtable import by @fendy3002 in https://github.com/nocodb/nocodb/pull/11777
- fix(nc-gui): canvas cursor pointer issue on hover empty area and reset row hover on mouseleave canvas area by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11778
- Nc fix/row colouring config issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11781
- Nc fix/links related bugs by @pranavxc in https://github.com/nocodb/nocodb/pull/11785
- fix: fix-beta-toggle recursion by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11788
- fix: final followup by @mertmit in https://github.com/nocodb/nocodb/pull/11790
- Nc fix/undefined upgrade feature req by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11789
- fix: Corrections in swagger schema extraction by @pranavxc in https://github.com/nocodb/nocodb/pull/11791
- Nc fix/hooks v2 duplicate by @dstala in https://github.com/nocodb/nocodb/pull/11792
- fix: minor ui correction [#6013] by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11782
- fix: better handle different types on update by @mertmit in https://github.com/nocodb/nocodb/pull/11767
- Nc fix mcp corrections by @dstala in https://github.com/nocodb/nocodb/pull/11796
- feat: search fallback for fields by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11797
- fix: audit logs visibility based on user roles by @codegen-sh[bot] in https://github.com/nocodb/nocodb/pull/11803
- fix: public shared view download with password by @codegen-sh[bot] in https://github.com/nocodb/nocodb/pull/11801
- Nc fix: use crown icon istead of star by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11805
- chore: bump mcp by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11812
- fix(nc-gui): personal view related changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11810
- feat: add precision configuration to Currency field type by @codegen-sh[bot] in https://github.com/nocodb/nocodb/pull/11802
- feat: column id on sort filter by @fendy3002 in https://github.com/nocodb/nocodb/pull/11795
- Nc fix/gallery view issue by @dstala in https://github.com/nocodb/nocodb/pull/11816
- fix: increase paste rows limit from 200 to 5000 by @dstala in https://github.com/nocodb/nocodb/pull/11820
- Add notification indicator to product feed button by @codegen-sh[bot] in https://github.com/nocodb/nocodb/pull/11819
- Nc fix(nc-gui): hide tables in overview section of base homepage by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11772
- Nc Feat: Private bases by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11808
- refactor: tweak and harmonize Dockerfiles by @salim-b in https://github.com/nocodb/nocodb/pull/9756
- filter out version outside ###.###.### format by @dstala in https://github.com/nocodb/nocodb/pull/11823
- Nc fix/get value by @dstala in https://github.com/nocodb/nocodb/pull/11827
- fix: broken map column to alias by @mertmit in https://github.com/nocodb/nocodb/pull/11828
- fix: user filter bug by @mertmit in https://github.com/nocodb/nocodb/pull/11829
- fix: color theme by @dstala in https://github.com/nocodb/nocodb/pull/11831
- fix: get missing view if needed by @mertmit in https://github.com/nocodb/nocodb/pull/11833
- fix: attachment carousel overlay by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11832
- fix: User field - missing first char in search field on pressing key by @dstala in https://github.com/nocodb/nocodb/pull/11834
- feat: v3 meta error handling (base) by @fendy3002 in https://github.com/nocodb/nocodb/pull/11806
- fix: api version optional following ncContext by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11836
- Update docs deployment action by @pranavxc in https://github.com/nocodb/nocodb/pull/11825
- refactor: or key to env by @pranavxc in https://github.com/nocodb/nocodb/pull/11784
- fix: Links - create the current column before the ref table column creation by @pranavxc in https://github.com/nocodb/nocodb/pull/11786
- chore: sync multiple prs by @mertmit in https://github.com/nocodb/nocodb/pull/11840
- fix: optimize duplicate column by @fendy3002 in https://github.com/nocodb/nocodb/pull/11837
- User field support filtering using both email and display_name by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11835
- Fix(nc-gui): Add user info in user profile menu by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11841
- test(nc-gui): PW test fail issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11839
- Nc Fix: button field update issue in MFE by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11849
- fix(nc-gui): remove coming soon from enabled cloud features by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11850
- fix: mini sidebar updates by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11856
- fix: filtered record on ltar by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11866
- fix: when duplicate table, include row coloring info when view is default by @fendy3002 in https://github.com/nocodb/nocodb/pull/11847
- fix: update swagger endpoints base url by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11868
- Nc sync by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11826
- Refactor(nc-gui): Create new menu by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11830
- fix: query corrections by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11885
- fix: remove unrefernece types by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11880
- fix(nc-gui): show toast message if chatwood is not available by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11893
- fix: query corrections by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11892
- fix(nc-gui): show user name as well as email in user select dropdown by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11881
- fix: at attachment concurrency by @mertmit in https://github.com/nocodb/nocodb/pull/11871
- test: unit tests for some virtual columns by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11891
- Nc test/duplicate table by @dstala in https://github.com/nocodb/nocodb/pull/11870
- fix(nc-gui): don't show additional charges may apply msg if user has unlimited users plan by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11876
- Nc fix(nc-gui): Provide unlimited attachments in a file attachment field for paid users by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11855
- Nc refactor: improve search clearing in select type field selection by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11899
- Nc fix(nc-gui): Button field displayed as disabled if url has special characters in canvas by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11904
- chore: nc sync by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11907
- fix: improve cmd j by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11909
- chore: cleanup unused feature flag by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11908
- fix: missing prop by @mertmit in https://github.com/nocodb/nocodb/pull/11913
- fix: Postgres - Meta-diff related issue by @pranavxc in https://github.com/nocodb/nocodb/pull/11896
- Nc Fix: Base home page sidebar loading issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11920
- Nc Fix: Add leave workspace option in settings page by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11883
- Nc Fix: Format aggregation value based on column type by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11916
- Nc Fix(nc-gui): CSV Upload extension issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11926
- add null check during kanban import by @mertmit in https://github.com/nocodb/nocodb/pull/11921
- fix(nc-gui): ws members tab access issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11927
- fix: hook duplicate does not duplicate nested filters by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11928
- chore: bump rspack by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11894
- chore: nc sync by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11911
- Nc feat(nc-gui): Page loading indicator by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11929
- Nc fix/form view reserve field error space by @dstala in https://github.com/nocodb/nocodb/pull/11942
- feat: expand first row if
expand=true
query param exist by @dstala in https://github.com/nocodb/nocodb/pull/11869 - fix: type error by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11949
- Nc feat/v3 meta error handling table by @fendy3002 in https://github.com/nocodb/nocodb/pull/11895
- fix(nc-gui): UI error on initial load if user has role editor or below by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11950
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11761
- Nc Fix: Ability to set data source while creating table by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11946
- fix: properly cast into expected model by @mertmit in https://github.com/nocodb/nocodb/pull/11915
- feat: array functions by @fendy3002 in https://github.com/nocodb/nocodb/pull/11912
- fix: CopyButton bug by @pranavxc in https://github.com/nocodb/nocodb/pull/11858
- fix: remove only by @mertmit in https://github.com/nocodb/nocodb/pull/11851
- fix: formula data type by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11959
- fix: skip tests when not postgres by @fendy3002 in https://github.com/nocodb/nocodb/pull/11960
- Nc Feat: Conditional lookup & rollup by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11898
- Nc Fix: Enable page designer & bulk update extension by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11937
- Nc Fix/table field permissions followup items by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11906
- fix(nc-gui): table navigation issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11963
- Nc oss/edaa11fe by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11966
- Nc fix/api token by @pranavxc in https://github.com/nocodb/nocodb/pull/11964
- Nc fix/nested api payload validation by @pranavxc in https://github.com/nocodb/nocodb/pull/11968
- Fix: Shared view is limiting the number of records + gallery view is not working by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11967
- fix: tdr issue by @mertmit in https://github.com/nocodb/nocodb/pull/11941
- fix: rowColoringInfo get deleted from view meta on view icon change by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11971
- Nc refactor(nc-gui): getValidSearchQueryForColumn function by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11970
- Nc feat/v3 attachment by @dstala in https://github.com/nocodb/nocodb/pull/11962
- fix: Synced table - checkbox readonly state issue by @pranavxc in https://github.com/nocodb/nocodb/pull/11975
- revert(nocodb): row colouring pr changes [#11971] by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11976
- 0.264.0 Pre-release by @github-actions[bot] in https://github.com/nocodb/nocodb/pull/11978
Full Changelog: https://github.com/nocodb/nocodb/compare/0.263.8...0.264.0