@transai/connector-runner-file 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 0.4.3 (2025-12-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **XODO-1197:** properly close the file handle ([93a5257d](https://github.com/xip-online-applications/xod-core/commit/93a5257d))
6
+ - **XODO-1197:** more fixes for file actions ([a8a86bf6](https://github.com/xip-online-applications/xod-core/commit/a8a86bf6))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Youri Lefers @yourilefers
11
+
12
+ ## 0.4.2 (2025-12-17)
13
+
14
+ ### 🚀 Features
15
+
16
+ - **XODO-1197:** add destination dsn to file dataset ([2c703124](https://github.com/xip-online-applications/xod-core/commit/2c703124))
17
+ - **XODO-1197:** add destination dsn to file dataset ([bfe8b3a9](https://github.com/xip-online-applications/xod-core/commit/bfe8b3a9))
18
+ - **XODO-1197:** use the full file path ([98d2b3c4](https://github.com/xip-online-applications/xod-core/commit/98d2b3c4))
19
+ - **XODO-1197:** updated result and no path traversal ([c0aa0df2](https://github.com/xip-online-applications/xod-core/commit/c0aa0df2))
20
+ - **XODO-1197:** file connector actions bump & read file action ([#959](https://github.com/xip-online-applications/xod-core/pull/959))
21
+ - **XODO-1146:** refresh connector with actions when action is not found in legacy connector runtime ([#952](https://github.com/xip-online-applications/xod-core/pull/952))
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated @transai/connector-runtime-sdk to 0.4.2
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Youri Lefers @yourilefers
30
+
1
31
  ## 0.4.1 (2025-12-11)
2
32
 
3
33
  ### 🧱 Updated Dependencies