Releases: n8n-io/n8n
Releases · n8n-io/n8n
n8n@1.77.0
1.77.0 (2025-01-29)
Bug Fixes
- core: Account for pre-execution failure in scaling mode (#12815) (b4d27c4)
核心:考慮在擴展模式下的執行前失敗(#12815)(b4d27c4) - core: Display the last activated plan name when multiple are activated (#12835) (03365f0)
核心:當多個計劃被激活時顯示最後激活的計劃名稱(#12835)(03365f0) - core: Fix possible corruption of OAuth2 credential (#12880) (ac84ea1)
core: 修復可能的 OAuth2 憑證損壞 ( #12880) ( ac84ea1) - core: Fix usage of external libs in task runner (#12788) (3d9d5bf)
核心:修正任務執行器中外部庫的使用(#12788)(3d9d5bf) - core: Handle max stalled count error better (#12824) (eabf160)
core: 更好地處理最大停滯計數錯誤 ( #12824) ( eabf160) - core: Improve error handling in credential decryption and parsing (#12868) (0c86bf2)
核心:改善憑證解密和解析中的錯誤處理(#12868)(0c86bf2) - core: Renew license on startup for instances with detached floating entitlements (#12884) (f32eef8)
核心:在啟動時為具有分離浮動權益的實例更新許可證(#12884)(f32eef8) - core: Update execution entity and execution data in transaction (#12756) (1f43181)
core: 更新交易中的執行實體和執行數據 ( #12756) ( 1f43181) - core: Validate credential data before encryption (#12885) (3d27a14)
核心:在加密之前驗證憑證數據(#12885)(3d27a14) - editor: Add notice when user hits the limit for execution metadata item length (#12676) (02df25c)
編輯器:當用戶達到執行元數據項目長度限制時添加通知(#12676)(02df25c) - editor: Don't send run data for full manual executions (#12687) (9139dc3)
編輯:不要為完整手動執行發送運行數據(#12687)(9139dc3) - editor: Fix sub-execution links in empty output tables (#12781) (114ed88)
編輯:修正空輸出表中的子執行鏈接(#12781)(114ed88) - editor: Fix workflow move project select filtering (#12764) (358d284)
編輯:修正工作流程移動專案選擇過濾 ( #12764) ( 358d284) - editor: Focus executions iframe when n8n is ready to delegate keyboard events (#12741) (d506218)
編輯器:當 n8n 準備好委派鍵盤事件時,聚焦執行 iframe ( #12741) ( d506218) - editor: Handle large payloads in the AI Assistant requests better (#12747) (eb4dea1)
編輯:更好地處理 AI 助手請求中的大型有效載荷 ( #12747) ( eb4dea1) - editor: Hide Set up Template button for empty workflows (#12808) (36e615b)
編輯者:隱藏空工作流程的設置模板按鈕(#12808)(36e615b) - editor: Load appropriate credentials in canvas V2 for new workflow (#12722) (2020dc5)
編輯:在畫布 V2 中為新工作流程加載適當的憑證 ( #12722) ( 2020dc5) - editor: Properly set active project in new canvas (#12810) (648c6f9)
編輯者:在新畫布中正確設置活動項目(#12810)(648c6f9) - editor: Render inline SVGs correctly on the external secrets settings page (#12802) (5820ade)
編輯者:在外部秘密設置頁面上正確渲染內聯 SVG(#12802)(5820ade) - editor: Show input selector when node has error (#12813) (5b760e7)
編輯器:當節點有錯誤時顯示輸入選擇器(#12813)(5b760e7) - editor: Show mappings by default in sub-node NDVs when the root node isn't executed (#12642) (fb662dd)
編輯器:當根節點未執行時,預設在子節點 NDVs 中顯示映射(#12642)(fb662dd) - Postgres PGVector Store Node: Release postgres connections back to the pool (#12723) (663dfb4)
Postgres PGVector 存儲節點:將 postgres 連接釋放回池中 ( #12723) ( 663dfb4)
Features
- Add DeepSeek Chat Model node (#12873) (9918afa)
新增 DeepSeek 聊天模型節點 ( #12873) ( 9918afa) - Add OpenRouter node (#12882) (dc85b02)
新增 OpenRouter 節點 ( #12882) ( dc85b02) - Add timeout options to sendAndWait operations (#12753) (3e9f24d)
將超時選項添加到 sendAndWait 操作 ( #12753) ( 3e9f24d) - API: Add route for schema static files (#12770) (d981b56)
API:新增路由以供架構靜態檔案使用(#12770)(d981b56) - core: Explicitly report external hook failures (#12830) (a24e442)
core: 明確報告外部鉤子失敗 ( #12830) ( a24e442) - core: Rename two task runner env vars (#12763) (60187ca)
core: 重新命名兩個任務執行器環境變數 ( #12763) ( 60187ca) - editor: Add evaluation workflow and enhance workflow selector with pinned data support (#12773) (be967eb)
編輯:新增評估工作流程並增強工作流程選擇器以支援固定數據 ( #12773) ( be967eb) - editor: Always keep at least one executing node indicator in the workflow (#12829) (c25c613)
編輯:在工作流程中始終保持至少一個執行節點指示器(#12829)(c25c613) - Google Chat Node: Updates (#12827) (e146ad0)
Google Chat 節點:更新(#12827)(e146ad0) - Microsoft Outlook Node: New operation sendAndWait (#12795) (f4bf55f)
微軟 Outlook 節點:新操作 sendAndWait ( #12795) ( f4bf55f) - n8n Form Node: Add read-only/custom HTML form elements (#12760) (ba8aa39)
n8n 表單節點:添加只讀/自定義 HTML 表單元素(#12760)(ba8aa39) - Send Email Node: New operation sendAndWait (#12775) (a197fbb)
發送電子郵件節點:新操作 sendAndWait ( #12775) ( a197fbb) - Summarize Node: Turns error when field not found in items into warning (#11889) (d7dda3f)
總結節點:當在項目中找不到字段時將錯誤轉換為警告(#11889)(d7dda3f) - Telegram Node: New operation sendAndWait (#12771) (2c58d47)
Telegram 節點:新增操作 sendAndWait ( #12771) ( 2c58d47)
n8n@1.76.1
n8n@1.76.0
1.76.0 (2025-01-22)
Bug Fixes
- core: Align saving behavior in
workflowExecuteAfter
hooks (#12731) (9d76210)
core: 對齊workflowExecuteAfter
鉤子的儲存行為 ( #12731) ( 9d76210) - core: AugmentObject should handle the constructor property correctly (#12744) (36bc164)
core: AugmentObject 應正確處理建構子屬性 ( #12744) ( 36bc164) - core: Fix keyboard shortcuts for non-ansi layouts (#12672) (4c8193f)
核心:修正非 ANSI 佈局的鍵盤快捷鍵 ( #12672) ( 4c8193f) - core: Fix license CLI commands showing incorrect renewal setting (#12759) (024ada8)
core: 修正許可證 CLI 命令顯示不正確的續訂設置 ( #12759) ( 024ada8) - core: Fix license initialization failure on startup (#12737) (ac2f647)
core: 修正啟動時的授權初始化失敗 ( #12737) ( ac2f647) - core: Recover successful data-less executions (#12720) (a39b8bd)
核心:恢復成功的無數據執行(#12720)(a39b8bd) - core: Remove run data of utility nodes for partial executions v2 (#12673) (b66a9dc)
核心:移除部分執行 v2 的工具節點運行數據 ( #12673) ( b66a9dc) - core: Sync
hookFunctionsSave
andhookFunctionsSaveWorker
(#12740) (d410b8f)
core: 同步hookFunctionsSave
和hookFunctionsSaveWorker
( #12740) ( d410b8f) - core: Update isDocker check to return true on kubernetes/containerd (#12603) (c55dac6)
core: 更新 isDocker 檢查以在 kubernetes/containerd 上返回 true ( #12603) ( c55dac6) - editor: Add unicode code points to expression language for emoji (#12633) (819ebd0)
編輯:為表情語言添加 Unicode 代碼點以支持表情符號(#12633)(819ebd0) - editor: Correct missing whitespace in JSON output (#12677) (b098b19)
編輯:修正 JSON 輸出中的缺失空白 ( #12677) ( b098b19) - editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (58f6532)
編輯者:延遲在 CodeNodeEditor 中調用 crypto.randomUUID ( #12630) ( 58f6532) - editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (02d953d)
編輯器:修復在節點之間切換時代碼節點錯誤,導致代碼被擦除和覆蓋(#12637)(02d953d) - editor: Fix execution list hover & selection colour in dark mode (#12628) (95c40c0)
編輯器:修正深色模式下執行列表的懸停和選擇顏色(#12628)(95c40c0) - editor: Fix JsonEditor with expressions (#12739) (56c93ca)
編輯器:修復 JsonEditor 的表達式 ( #12739) ( 56c93ca) - editor: Fix navbar height flickering during load (#12738) (a96b3f0)
編輯器:修復載入期間導航欄高度閃爍 ( #12738) ( a96b3f0) - editor: Open chat when executing agent node in canvas v2 (#12617) (457edd9)
編輯者:在畫布 v2 中執行代理節點時打開聊天 ( #12617) ( 457edd9) - editor: Partial execution of a workflow with manual chat trigger (#12662) (2f81b29)
編輯:使用手動聊天觸發器的工作流程部分執行(#12662)(2f81b29) - editor: Show connector label above the line when it's straight (#12622) (c97bd48)
編輯器:在直線上方顯示連接器標籤(#12622)(c97bd48) - editor: Show run workflow button when chat trigger has pinned data (#12616) (da8aafc)
編輯者:當聊天觸發器有固定數據時顯示運行工作流程按鈕(#12616)(da8aafc) - editor: Update workflow re-initialization to use query parameter (#12650) (982131a)
編輯者:更新工作流程重新初始化以使用查詢參數(#12650)(982131a) - Execute Workflow Node: Pass binary data to sub-workflow (#12635) (e9c152e)
執行工作流程節點:將二進位資料傳遞至子工作流程(#12635)(e9c152e) - Google Gemini Chat Model Node: Add base URL support for Google Gemini Chat API (#12643) (14f4bc7)
Google Gemini 聊天模型節點:為 Google Gemini 聊天 API 添加基本 URL 支持 ( #12643) ( 14f4bc7) - GraphQL Node: Change default request format to json instead of graphql (#11346) (c7c122f)
GraphQL 節點:將預設請求格式更改為 json 而非 graphql ( #11346) ( c7c122f) - Jira Software Node: Get custom fields(RLC) in update operation for server deployment type (#12719) (353df79)
Jira Software 節點:在伺服器部署類型的更新操作中獲取自定義字段(RLC)(#12719)(353df79) - n8n Form Node: Remove the ability to change the formatting of dates (#12666) (14904ff)
n8n 表單節點:移除更改日期格式的能力 ( #12666) ( 14904ff) - OpenAI Chat Model Node: Fix loading of custom models when using custom credential URL (#12634) (7cc553e)
OpenAI 聊天模型節點:修正使用自訂憑證 URL 時自訂模型的加載問題(#12634)(7cc553e) - OpenAI Chat Model Node: Restore default model value (#12745) (d1b6692)
OpenAI 聊天模型節點:恢復默認模型值 ( #12745) ( d1b6692) - Postgres Chat Memory Node: Do not terminate the connection pool (#12674) (e7f00bc)
Postgres 聊天記憶體節點:請勿終止連接池(#12674)(e7f00bc) - Postgres Node: Allow using composite key in upsert queries (#12639) (83ce3a9)
Postgres 節點:允許在 upsert 查詢中使用複合鍵(#12639)(83ce3a9) - Wait Node: Fix for hasNextPage in waiting forms (#12636) (652b8d1)
等待節點:修正等待表單中的 hasNextPage ( #12636) ( 652b8d1)
Features
- Add credential only node for Microsoft Azure Monitor (#12645) (6ef8882)
為 Microsoft Azure Monitor 添加僅憑證節點 ( #12645) ( 6ef8882) - Add Miro credential only node (#12746) (5b29086)
新增 Miro 憑證僅節點 ( #12746) ( 5b29086) - Add SSM endpoint to AWS credentials (#12212) (565c7b8)
將 SSM 端點添加到 AWS 憑證(#12212)(565c7b8) - core: Enable task runner by default (#12726) (9e2a01a)
core: 預設啟用任務執行器 ( #12726) ( 9e2a01a) - editor: Force final canvas v2 migration and remove switcher from UI (#12717) (29335b9)
編輯:強制最終畫布 v2 遷移並從 UI 中移除切換器 ( #12717) ( 29335b9) - editor: VariablesView Reskin - Add Filters for missing values (#12611) (1eeb788)
編輯者:VariablesView 重設 - 為缺失值添加過濾器 ( #12611) ( 1eeb788) - Jira Software Node: Personal Access Token credential type (#11038) (1c7a38f)
Jira Software 節點:個人訪問令牌憑證類型(#11038)(1c7a38f) - n8n Form Trigger Node: Form Improvements (#12590) (f167578)
n8n 表單觸發節點:表單改進 ( #12590) ( f167578) - Synchronize deletions when pulling from source control (#12170) (967ee4b)
在從源控制拉取時同步刪除 ( #12170) ( 967ee4b)
n8n@1.75.2
n8n@1.74.3
n8n@1.75.1
1.75.1 (2025-01-17)
Bug Fixes
- editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (4ba62e4)
編輯者:延遲在 CodeNodeEditor 中調用 crypto.randomUUID ( #12630) ( 4ba62e4) - editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (021e08f)
編輯器:修復在節點之間切換時代碼節點錯誤,導致代碼被抹去和覆蓋(#12637)(021e08f) - Execute Workflow Node: Pass binary data to sub-workflow (#12635) (8007623)
執行工作流程節點:將二進位資料傳遞至子工作流程(#12635)(8007623) - refactor(Postgres Node): Backport connection pooling to postgres v1 (#12484) (35cb10c)
重構(Postgres Node):將連接池回溯到 postgres v1 ( #12484) ( 35cb10c)
n8n@1.74.2
1.74.2 (2025-01-17)
Bug Fixes
- editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (0ffdcc5)
編輯者:在 CodeNodeEditor 中延遲 crypto.randomUUID 調用 ( #12630) ( 0ffdcc5) - editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (ecb847b)
編輯器:修復在節點之間切換時代碼節點錯誤,導致代碼被擦除和覆蓋(#12637)(ecb847b) - Execute Workflow Node: Pass binary data to sub-workflow (#12635) (2fd6418)
執行工作流程節點:將二進位資料傳遞至子工作流程(#12635)(2fd6418) - refactor(Postgres Node): Backport connection pooling to postgres v1 (#12484) (35cb10c)
重構(Postgres Node):將連接池回溯到 postgres v1 ( #12484) ( 35cb10c)
n8n@1.75.0
1.75.0 (2025-01-15)
Bug Fixes
- core: AugmentObject should check for own propeties correctly (#12534) (0cdf393)
核心:AugmentObject 應正確檢查自身屬性 (#12534) (0cdf393) - core: Disallow code generation in task runner (#12522) (35b6180)
core: 禁止在任務執行器中生成代碼 ( #12522) ( 35b6180) - core: Fix node exclusion on the frontend types (#12544) (b2cbed9)
core: 修正前端類型的節點排除 ( #12544) ( b2cbed9) - core: Fix orchestration flow with expired license (#12444) (ecff3b7)
core: 修正過期授權的協調流程 ( #12444) ( ecff3b7) - core: Fix Sentry error reporting on task runners (#12495) (88c0838)
core: 修正任務執行器上的 Sentry 錯誤報告 ( #12495) ( 88c0838) - core: Improve cyclic dependency check in the DI container (#12600) (c3c4a20)
核心:改善 DI 容器中的循環依賴檢查(#12600)(c3c4a20) - core: Only show personal credentials in the personal space (#12433) (8a42d55)
核心:僅在個人空間顯示個人憑證(#12433)(8a42d55) - core: Prefix package name in
supportedNodes
on generated types as well (#12514) (4a1a999)
core: 在生成的類型中也為supportedNodes
前綴包名稱 ( #12514) ( 4a1a999) - core: Prevent prototype pollution in task runner (#12588) (bdf266c)
核心:防止任務執行器中的原型污染(#12588)(bdf266c) - core: Prevent prototype pollution of internal classes in task runner (#12610) (eceee7f)
核心:防止任務執行器內部類別的原型污染(#12610)(eceee7f) - core: Use timing safe function to compare runner auth tokens (#12485) (8fab98f)
core: 使用時間安全函數來比較運行者身份驗證令牌 ( #12485) ( 8fab98f) - core: Validate values which are intentionally 0 (#12382) (562506e)
core: 驗證故意為 0 的值 ( #12382) ( 562506e) - Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#12563) (73897c7)
在更新時不要破壞 oauth 憑證,並允許通過重複授權流程來修復損壞的 oauth 憑證 ( #12563) ( 73897c7) - editor: Don't show toolsUnused notice if run had errors (#12529) (3ec5b28)
編輯:如果運行出現錯誤,則不顯示工具未使用通知(#12529)(3ec5b28) - editor: Ensure proper "AI Template" URL construction in node creator (#12566) (13bf69f)
編輯:確保在節點創建器中正確構建 "AI 模板" URL ( #12566) ( 13bf69f) - editor: Fix NDV resize handle and scrollbar overlapping (#12509) (c28f302)
編輯器:修復 NDV 調整大小手柄和滾動條重疊 ( #12509) ( c28f302) - editor: Fix parameter input validation (#12532) (6711cbc)
編輯:修正參數輸入驗證(#12532)(6711cbc) - editor: Fix selection rectangle context menu on new canvas (#12584) (c8e3c53)
編輯器:修正新畫布上的選擇矩形上下文菜單(#12584)(c8e3c53) - editor: Fix the
openselectivenodecreator
custom action on new canvas (#12580) (2110e9a)
編輯器:修正新畫布上的openselectivenodecreator
自訂動作 ( #12580) ( 2110e9a) - editor: Fix workflow initilisation for test definition routes & add unit tests (#12507) (2775f61)
編輯:修正測試定義路由的工作流程初始化並添加單元測試(#12507)(2775f61) - editor: Make clicking item in RLC work the first time on small screens (#12585) (479933f)
編輯:在小螢幕上首次點擊 RLC 中的項目時使其正常運作(#12585)(479933f) - editor: Make sure code editors work correctly in fullscreen (#12597) (aa1f3a7)
編輯器:確保代碼編輯器在全螢幕模式下正常工作(#12597)(aa1f3a7) - editor: Override selected nodes on single click without Meta/Ctrl key (#12549) (02c2d5e)
編輯器:單擊選定節點時覆蓋,而不需要 Meta/Ctrl 鍵 ( #12549) ( 02c2d5e) - editor: Show NDV errors when opening existing nodes with errors (#12567) (bee7267)
編輯器:在打開存在錯誤的現有節點時顯示 NDV 錯誤(#12567)(bee7267) - editor: Swap Activate/Deactivate texts in FloatingToolbar (#12526) (44679b4)
編輯:在浮動工具欄中交換啟用/停用文本(#12526)(44679b4) - editor: Update filter and feedback for source control (#12504) (865fc21)
編輯:更新源控制的過濾器和反饋(#12504)(865fc21) - editor: Update selected node when navigating via flowing nodes (#12581) (88659d8)
編輯:在通過流動節點導航時更新選定的節點(#12581)(88659d8) - Google Calendar Node: Updates and fixes (#10715) (7227a29)
Google 日曆節點:更新和修復 ( #10715) ( 7227a29) - Spotify Node: Fix issue with null values breaking the response (#12080) (a56a462)
Spotify Node: 修正空值導致回應中斷的問題 ( #12080) ( a56a462)
Features
n8n@1.74.1
n8n@1.74.0
1.74.0 (2025-01-08)
Bug Fixes
- core: Align concurrency and timeout defaults between instance and runner (#12503) (9953477)
核心:對齊實例和運行器之間的併發和超時默認值(#12503)(9953477) - core: Allow
index
as top-level item key for Code node (#12469) (1b91000)
core: 允許index
作為 Code 節點的頂層項目鍵 ( #12469) ( 1b91000) - core: Don't fail task runner task if logging fails (#12401) (0860fbe)
核心:如果日誌記錄失敗,則不要使任務運行器任務失敗(#12401)(0860fbe) - core: Ensure tasks timeout even if they don't receive settings (#12431) (b194026)
core: 確保任務超時,即使它們未接收到設置 ( #12431) ( b194026) - core: Fix execution cancellation issues in scaling mode (#12343) (e26b406)
core: 修正縮放模式下的執行取消問題 ( #12343) ( e26b406) - core: Fix manually running a pinned trigger with offloading enabled (#12491) (be2dcff)
核心:修復啟用卸載的固定觸發器手動運行(#12491)(be2dcff) - core: Fix task runner sending too many offers (#12415) (4498e35)
core: 修正任務執行器發送過多報價 ( #12415) ( 4498e35) - core: Increase default concurrency and timeout in task runners (#12496) (4182095)
核心:在任務執行器中增加默認的併發性和超時(#12496)(4182095) - core: Prevent
__default__
jobs in scaling mode (#12402) (072664b)
core: 防止在擴展模式下__default__
工作 ( #12402) ( 072664b) - core: Register workflows as active only after all of the triggers and pollers setup successfully (#12244) (f924f2a)
核心:僅在所有觸發器和輪詢器成功設置後,將工作流程註冊為活動(#12244)(f924f2a) - core: Return unredacted credentials from
GET credentials/:id
(#12447) (ecabe34)
核心:從GET credentials/:id
返回未編輯的憑證 ( #12447) ( ecabe34) - core: Use rate limiter for task runner endpoints (#12486) (491cb60)
核心:對任務運行器端點使用速率限制器(#12486)(491cb60) - editor: Allow zooming when panning keycode is pressed on new canvas (#12327) (983e87a)
編輯器:在新畫布上按下平移鍵碼時允許縮放(#12327)(983e87a) - editor: Consistent protected environment styling and messaging (#12374) (6891cef)
編輯:一致的受保護環境樣式和訊息(#12374)(6891cef) - editor: First project button tweaks border and copy (#12376) (e234756)
編輯:首次專案按鈕調整邊框和複製(#12376)(e234756) - editor: Fix Multi option parameter expression when the value is an array (#12430) (452a7bf)
編輯器:修正當值為陣列時的多選項參數表達式(#12430)(452a7bf) - editor: Improve configurable nodes design on new canvas (#12317) (0ecce10)
編輯:改善新畫布上的可配置節點設計(#12317)(0ecce10) - editor: Minor styling improvements in project settings page (#12405) (09ddce0)
編輯:在專案設定頁面進行小幅樣式改進(#12405)(09ddce0) - editor: Never show Pinned Data Callout for Input Panel (#12446) (1d5c9bd)
編輯:永遠不顯示輸入面板的固定數據提示(#12446)(1d5c9bd) - editor: Nodes' icon color in dark mode (#12279) (01b781a)
編輯:深色模式下的節點圖示顏色(#12279)(01b781a) - editor: Only ignore managed credentials in the HTTP node (#12417) (6b46657)
編輯者:僅在 HTTP 節點中忽略受管理的憑證 ( #12417) ( 6b46657) - editor: Remove primary highlight color from edge being executed on new canvas (#12307) (50913de)
編輯:從在新畫布上執行的邊緣中移除主要高亮顏色(#12307)(50913de) - editor: Render empty string instead of [empty] (#12448) (2c72047)
編輯器:渲染空字串而不是 [empty] ( #12448) ( 2c72047) - editor: Show all workflows in the error workflow dropdown in the workflow settings (#12413) (ccda7f9)
編輯者:在工作流程設置中的錯誤工作流程下拉選單中顯示所有工作流程(#12413)(ccda7f9) - editor: Unify disabled parameters background color (#12306) (8c63599)
編輯:統一禁用參數背景顏色(#12306)(8c63599) - HTTP Request Node: Fix typo in hint (#12439) (b6230b6)
HTTP 請求節點:修正提示中的錯字 ( #12439) ( b6230b6) - OpenAI Node: Add quotes to default base URL (#12312) (2e90eba)
OpenAI Node:將引號添加到默認基本 URL(#12312)(2e90eba) - OpenAI Node: Update node to account for URL in credentials (#12356) (f78cceb)
OpenAI Node:更新節點以考慮憑證中的 URL(#12356)(f78cceb) - Postgres Node: Account for JSON expressions (#12012) (06b86af)
Postgres 節點:考慮 JSON 表達式 ( #12012) ( 06b86af) - Postgres Node: Allow passing in arrays to JSON columns for insert (#12452) (9dd0686)
Postgres 節點:允許在插入時將數組傳遞到 JSON 列中(#12452)(9dd0686) - Postgres Node: Re-use connection pool across executions (#12346) (2ca37f5)
Postgres 節點:在執行之間重用連接池(#12346)(2ca37f5) - Run workflow if active and single webhook service has pin data (#12425) (8053a4a)
如果啟用且單一的 webhook 服務具有釘選數據,則運行工作流程 (#12425) (8053a4a) - Set correct default for added Resource Mapper boolean fields (#12344) (b4c77f2)
設置新增資源映射器布林字段的正確默認值(#12344)(b4c77f2) - Supabase Node: Allow for filtering on the same field multiple times (#12429) (d7cc789)
Supabase Node: 允許在同一字段上多次過濾 ( #12429) ( d7cc789) - Zep Vector Store Node: Cloud vector store integration (#12353) (2433d6b)
Zep 向量儲存節點:雲端向量儲存整合(#12353)(2433d6b)
Features
- (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837) (d411663)
(執行工作流程節點):子工作流程的輸入(#11830)(#11837)(d411663) - Add load options to new tool mode for vector stores (#12462) (3109de6)
- Add migration to add
managed
column to credentials table (#12275) (3cb7081) - Allow using Vector Stores directly as Tools (#12311) (76dded4)
- core: Add endpoint to create free AI credits (#12362) (ac4e042)
- core: Add includeData parameter to
GET /credentials
(#12220) (f56ad8c) - core: Comply with
NO_COLOR
in logs (#12347) (1e60bbc) - core: Offload manual executions to workers (#11284) (9432aa0)
- editor: Add free AI credits CTA (#12365) (f873196)
- editor: Add support for project icons (#12349) (9117718)
- editor: Easy AI workflow improvements (#12400) (8dc691d)
- editor: Make workflows, credentials, executions and new canvas usable on mobile and touch devices (#12372) ([06c9473](06c9473...