0.92.0
版本发布时间: 2022-06-28 19:05:01
nocodb/nocodb最新发布版本:0.255.2(2024-08-29 21:14:27)
🚀 NocoDB : Feature Release
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 (x64)
curl http://get.nocodb.com/macos-x64 -o nocodb -L \
&& chmod +x nocodb \
&& ./nocodb
MacOS (arm64)
curl http://get.nocodb.com/macos-arm64 -o nocodb -L \
&& chmod +x nocodb \
&& ./nocodb
Linux (x64)
curl http://get.nocodb.com/linux-x64 -o nocodb -L \
&& chmod +x nocodb \
&& ./nocodb
Linux (arm64)
curl http://get.nocodb.com/linux-arm64 -o nocodb -L \
&& chmod +x nocodb \
&& ./nocodb
Windows (x64)
iwp http://get.nocodb.com/win-x64
.\Noco-win-x64.exe
Windows (arm64)
iwp http://get.nocodb.com/win-arm64
.\Noco-win-arm64.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.
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.
Duration Cell
Five formats are supported in Duration Cell now!
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
1、 Noco-linux-arm64 118.52MB
2、 Noco-linux-x64 119.7MB
3、 Noco-macos-arm64 120.06MB
4、 Noco-macos-x64 126.15MB
5、 Noco-win-arm64 103.39MB
6、 Noco-win-x64 112.32MB
7、 nocodb.tar.gz 92.25MB