NocoDB - 0.92.0


🚀 NocoDB : Feature Release

image

What's New

  • 🚀 Binary Executables
  • 🚀 Homebrew
  • 🚀 JSON Import
  • 🚀 Duration Cell
  • 🚀 And we're hiring! 🚀

Binary Executables

NocoDB installation has gotten more seamless as we now support installation as binaries.

MacOS

curl http://release.nocodb.com/0.92.0/Noco-macos-arm64 -o nocodb -L \
    && chmod +x nocodb \
    && ./nocodb

Linux

curl http://release.nocodb.com/0.92.0/Noco-linux-x64 -o nocodb -L \
   && chmod +x nocodb \
   && ./nocodb

Windows

iwp http://release.nocodb.com/0.92.0/Noco-win-x64.exe
.\Noco-win-x64.exe

Currently, we only support the following targets:

  • node16-linux-arm64
  • node16-macos-arm64
  • node16-win-arm64
  • node16-linux-x64
  • node16-macos-x64
  • node16-win-x64

Also you can find the release build under the release note.

image

Homebrew

Now you can use Homebrew to install NocoDB!

brew tap nocodb/nocodb
brew install nocodb
nocodb

JSON Import

Now you can import data and table from a JSON array or object.

https://user-images.githubusercontent.com/61551451/176135974-02bc1b01-b32e-4a54-bda1-c3094721f6fa.mov

Duration Cell

Five formats are supported in Duration Cell now!

image

Misc

  • Airtable import now has view import enabled by default
  • Health API - /api/v1/health
  • LTAR Rename
  • TableMMList => Table List (MM)
  • TableList => Table List (HM)
  • TableRead => Table (BT)
  • Support non-dbo schema in MSSQL
  • Bug fixes

What's Changed

  • Release 0.91.10 by @github-actions in https://github.com/nocodb/nocodb/pull/2378
  • Update nocodb-sdk to local path by @github-actions in https://github.com/nocodb/nocodb/pull/2381
  • Feat : add env variables for admin , smtp and s3 by @pranavxc in https://github.com/nocodb/nocodb/pull/2335
  • test: cypress quick test by @dstala in https://github.com/nocodb/nocodb/pull/2360
  • fix: add missing token_version by @wingkwong in https://github.com/nocodb/nocodb/pull/2413
  • fix: column name binding by @wingkwong in https://github.com/nocodb/nocodb/pull/2411
  • fix: large char on project name by @wingkwong in https://github.com/nocodb/nocodb/pull/2416
  • fix: expired jwt token still usable by @wingkwong in https://github.com/nocodb/nocodb/pull/2423
  • fix: revise form validations by @wingkwong in https://github.com/nocodb/nocodb/pull/2415
  • fix: ssrf by @wingkwong in https://github.com/nocodb/nocodb/pull/2401
  • enhancement: allow CONCAT on anything by @wingkwong in https://github.com/nocodb/nocodb/pull/2390
  • feat: export-import using SDK (WIP) by @dstala in https://github.com/nocodb/nocodb/pull/2436
  • fix: diacritics are garbled by @wingkwong in https://github.com/nocodb/nocodb/pull/2440
  • Build executable for pr by @pranavxc in https://github.com/nocodb/nocodb/pull/2435
  • fix: use default view if no view is specified by @wingkwong in https://github.com/nocodb/nocodb/pull/2441
  • fix: mssql update trigger by @wingkwong in https://github.com/nocodb/nocodb/pull/2442
  • feat: duration by @wingkwong in https://github.com/nocodb/nocodb/pull/2389
  • fix: set maxRetriesPerRequest to null in redis by @wingkwong in https://github.com/nocodb/nocodb/pull/2453
  • docs: primary key by @dstala in https://github.com/nocodb/nocodb/pull/2391
  • fix: api path correction by @pranavxc in https://github.com/nocodb/nocodb/pull/2462
  • fix: webhook triggers by @mertmit in https://github.com/nocodb/nocodb/pull/2438
  • docs: timely build by @wingkwong in https://github.com/nocodb/nocodb/pull/2448
  • add support to not in filters by @vijayrathore8492 in https://github.com/nocodb/nocodb/pull/2456
  • fix nested field projection by @vijayrathore8492 in https://github.com/nocodb/nocodb/pull/2454
  • fix: mssql projects with non dbo schema by @wingkwong in https://github.com/nocodb/nocodb/pull/2450
  • Feat/executable in GitHub release by @pranavxc in https://github.com/nocodb/nocodb/pull/2471
  • feat: support secondary view import by @dstala in https://github.com/nocodb/nocodb/pull/2476
  • Feat: JSON import by @pranavxc in https://github.com/nocodb/nocodb/pull/2399
  • feat: health api by @wingkwong in https://github.com/nocodb/nocodb/pull/2460
  • fix: LTAR column naming by @pranavxc in https://github.com/nocodb/nocodb/pull/2482
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-i18n by @dependabot in https://github.com/nocodb/nocodb/pull/2470
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/2468
  • chore(deps): bump got from 11.8.2 to 11.8.5 in /packages/noco-docs-prev by @dependabot in https://github.com/nocodb/nocodb/pull/2467
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-docs-prev by @dependabot in https://github.com/nocodb/nocodb/pull/2466
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/nc-plugin by @dependabot in https://github.com/nocodb/nocodb/pull/2465
  • chore(deps): bump got from 11.8.2 to 11.8.5 in /packages/noco-blog by @dependabot in https://github.com/nocodb/nocodb/pull/2463
  • chore(deps): bump got from 11.8.2 to 11.8.5 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/2461
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-blog by @dependabot in https://github.com/nocodb/nocodb/pull/2469
  • Fix: invalidate token if admin email or password changed by @pranavxc in https://github.com/nocodb/nocodb/pull/2393
  • chore: make sdk script part of run script to run them sequentially by @pranavxc in https://github.com/nocodb/nocodb/pull/2490
  • fix: handle ? in column name when inserting & updating by @wingkwong in https://github.com/nocodb/nocodb/pull/2424
  • refactor: i18n corrections (aleguizzo ) by @dstala in https://github.com/nocodb/nocodb/pull/2493
  • feat: json inference and jsonb saving for postgresql by @ssine in https://github.com/nocodb/nocodb/pull/2492
  • Pre-release 0.92.0 by @wingkwong in https://github.com/nocodb/nocodb/pull/2495

New Contributors

  • @ssine made their first contribution in https://github.com/nocodb/nocodb/pull/2492

Full Changelog: https://github.com/nocodb/nocodb/compare/0.91.10...0.92.0


Details

date
June 28, 2022, 11:05 a.m.
name
0.92.0
type
Minor
👇
Register or login to:
  • 🔍View and search all NocoDB releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or