- All dtable-db and dtable-server endpoints were replaced with api-gateway
- Added new convert options to some actions
- Lint fixes for merge into n8n-core
- Fixed: Date input values in the
create row
operation were incorrectly transformed
- Fixed: loadOptions of action ListRows
- Rebuild actions to new structure
- Fixed all linting errors
- New action: get row links
Asset upload: fix edge cases
Fix error in upload action, if server domain ends with '/'
Minor fix for old version 1
Big Data support implemented
create row
got a new option to write to normal or big data backendupdate row
can update normal and big data rowsdelete row
can delete rows from any backendlink rows
can link rows from any backendunlink rows
supports big data and normal backend
improved "Upload Asset"
- input
workspaceId
is not needed anymore - new options
Replace existing file
andAppend to column
- fix "Make an API Call"
- added new action "Get many rows"
- new option in "search" action: Case Insensitive Search
- added missing loadOptionsDependsOn for update a row action
- Fixing wrong file paths for uploaded images and files.
Finalisation of rework. All actions and triggers are fully functional.
- Trigger Test Event shows only up to three items
- Triggers show test results
- Get action: loadoptions depency added for row id
- Upload action: correct workspace_id handling
- Change of the README.md
- Triggers were not shown, because n8n Triggers does not support versioning
- Action "Upload a file/image" does not work
- Complete rework of the existing n8n node. 10 new actions and two new triggers were added.
- Versioning of the actions