We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcff3e commit 65e718eCopy full SHA for 65e718e
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.3.2] - 2025-06-09
4
+
5
+- Add autocomplete for datalink name in datalink nodes
6
+- Fix Poll datalinks don't-run-if-not-configured thing
7
8
## [0.3.1] - 2025-06-08
9
10
- Poll datalinks - don't run poll if node is not configured
package.json
@@ -1,6 +1,6 @@
{
"name": "@seqera/node-red-seqera",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Node-RED nodes for interacting with the Seqera Platform API",
"author": "Phil Ewels <phil.ewels@seqera.io>",
"license": "Apache-2.0",
0 commit comments