From 0c25fee62d192d9f418ea4dd496a7e9f54837494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 15:44:00 +0000 Subject: [PATCH 1/3] Changelog: Wave v1.32.3 --- changelog/wave/v1.32.3.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/wave/v1.32.3.md diff --git a/changelog/wave/v1.32.3.md b/changelog/wave/v1.32.3.md new file mode 100644 index 000000000..fd4e882a7 --- /dev/null +++ b/changelog/wave/v1.32.3.md @@ -0,0 +1,12 @@ +--- +title: Wave v1.32.3 +date: 2026-02-10 +tags: [wave] +--- + +## What's Changed +* Bump libseqera dependencies by @pditommaso in https://github.com/seqeralabs/wave/pull/978 +* Close pairing session on heartbeat when record is missing from Redis by @pditommaso in https://github.com/seqeralabs/wave/pull/977 + + +**Full Changelog**: https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3 From 2d11db8dad705843259f0fd4b71b6eeb9bf6cc9a Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Tue, 17 Feb 2026 09:50:04 +1300 Subject: [PATCH 2/3] Tidy changelog --- changelog/wave/v1.32.3.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog/wave/v1.32.3.md b/changelog/wave/v1.32.3.md index fd4e882a7..b86addd1f 100644 --- a/changelog/wave/v1.32.3.md +++ b/changelog/wave/v1.32.3.md @@ -4,9 +4,16 @@ date: 2026-02-10 tags: [wave] --- -## What's Changed -* Bump libseqera dependencies by @pditommaso in https://github.com/seqeralabs/wave/pull/978 -* Close pairing session on heartbeat when record is missing from Redis by @pditommaso in https://github.com/seqeralabs/wave/pull/977 +## Feature updates and improvements +### Dependencies + +- Bumped libseqera dependencies by @pditommaso in [#978](https://github.com/seqeralabs/wave/pull/978) + +## Bug fixes + +### General + +- Closed pairing session on heartbeat when record is missing from Redis by @pditommaso in [#977](https://github.com/seqeralabs/wave/pull/977) **Full Changelog**: https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3 From d1880a3147c5f22fbb6346d212aa2069c4705341 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 19 Feb 2026 18:17:51 +0200 Subject: [PATCH 3/3] Update v1.32.3.md Signed-off-by: Justine Geffen --- changelog/wave/v1.32.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/wave/v1.32.3.md b/changelog/wave/v1.32.3.md index b86addd1f..e977b5d4b 100644 --- a/changelog/wave/v1.32.3.md +++ b/changelog/wave/v1.32.3.md @@ -12,8 +12,10 @@ tags: [wave] ## Bug fixes +None. + ### General - Closed pairing session on heartbeat when record is missing from Redis by @pditommaso in [#977](https://github.com/seqeralabs/wave/pull/977) -**Full Changelog**: https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3 +**Full changelog**: https://github.com/seqeralabs/wave/compare/v1.32.2...v1.32.3