We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe399de commit 5ee40f0Copy full SHA for 5ee40f0
2 files changed
plugins/nf-wave/changelog.txt
@@ -1,5 +1,11 @@
1
nf-wave changelog
2
==================
3
+1.14.1 - 15 Aug 2025
4
+- Unify nf-lang config scopes with runtime classes (#6271) [bfa67ca3]
5
+- Update trace observers to v2 (#6257) [544b8c47]
6
+- Bump groovy 4.0.28 (#6304) [ci fast] [a468f8ef]
7
+- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 (#6272) [b8ccddb5]
8
+
9
1.14.0 - 6 Jul 2025
10
- Fix http response err message [1f05451f]
11
- Unwrap Failsafe exception cause in Wave client [0cb39df5]
plugins/nf-wave/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: io.seqera.wave.plugin.WavePlugin
Plugin-Id: nf-wave
-Plugin-Version: 1.14.0
+Plugin-Version: 1.14.1
Plugin-Provider: Seqera Labs
-Plugin-Requires: >=25.06.0-edge
+Plugin-Requires: >=25.07.0-edge
0 commit comments