Skip to content

Commit db86083

Browse files
subomigithub-actions[bot]
authored andcommitted
chore(release): prepare v26.4.0
1 parent 0b86925 commit db86083

2 files changed

Lines changed: 38 additions & 7 deletions

File tree

.github/release-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "26.3.6",
3-
"release_line": "26.3",
4-
"target_sha": "c81b454367441f83fc8933b5012d4e6bbae28507",
5-
"cutoff_tag": "release-cutoff-2026-03",
6-
"next_cutoff_tag": "release-cutoff-2026-04",
7-
"previous_stable_tag": "v26.3.5",
8-
"generated_at": "2026-04-30T03:02:58Z"
2+
"version": "26.4.0",
3+
"release_line": "26.4",
4+
"target_sha": "135241c6a36585b937435722bc871ed9379b9366",
5+
"cutoff_tag": "release-cutoff-2026-04",
6+
"next_cutoff_tag": "release-cutoff-2026-05",
7+
"previous_stable_tag": "v26.3.6",
8+
"generated_at": "2026-05-31T03:04:59Z"
99
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Convoy Changes
22

3+
## 26.4.0
4+
5+
### Features
6+
7+
- feat(controlplane): add logger lint rules (#2628)
8+
- feat(controlplane): add queue monitoring to admin dashboard (#2623)
9+
- feat(controlplane): refactor object storage (#2613)
10+
11+
### Improvements
12+
13+
- chore(deps): upgrade to request migration v2 (#2534)
14+
- refactor(dataplane): move agent runtime into internal package (#2615)
15+
- chore(release): cut monthly binaries from prior cutoff (#2617)
16+
- refactor(ci): extract inline workflow scripts into scripts/ci/ (#2618)
17+
- refactor(docs): update doc generation (#2626)
18+
- chore(ci): add nighly CVE scans (#2630)
19+
- chore(deps): fix CVEs from scan (#2631)
20+
- chore(deps): fix package.lock path (#2633)
21+
- chore(deps): added workflow to bump staging tag on successful merge to main (#2632)
22+
- chore(deps): fix workflow file for cloud image bump (#2634)
23+
24+
### Bug Fixes
25+
26+
- fix(dataplane): assert non-nil configurations for HmacOptions (#2619)
27+
- fix(controlplane): harden SSO login and retry deactivation paths (#2621)
28+
- fix(controlplane): prevent password reset token replay (PDE-733) (#2629)
29+
30+
### Others
31+
32+
- Escape special characters in AMQP connection credentials and add unit/integration tests for connection string builder (#2625)
33+
334
## 26.3.6
435

536

0 commit comments

Comments
 (0)