Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "26.3.6",
"release_line": "26.3",
"target_sha": "c81b454367441f83fc8933b5012d4e6bbae28507",
"cutoff_tag": "release-cutoff-2026-03",
"next_cutoff_tag": "release-cutoff-2026-04",
"previous_stable_tag": "v26.3.5",
"generated_at": "2026-04-30T03:02:58Z"
"version": "26.4.0",
"release_line": "26.4",
"target_sha": "135241c6a36585b937435722bc871ed9379b9366",
"cutoff_tag": "release-cutoff-2026-04",
"next_cutoff_tag": "release-cutoff-2026-05",
"previous_stable_tag": "v26.3.6",
"generated_at": "2026-05-31T03:04:59Z"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Convoy Changes

## 26.4.0

### Features

- feat(controlplane): add logger lint rules (#2628)
- feat(controlplane): add queue monitoring to admin dashboard (#2623)
- feat(controlplane): refactor object storage (#2613)

### Improvements

- chore(deps): upgrade to request migration v2 (#2534)
- refactor(dataplane): move agent runtime into internal package (#2615)
- chore(release): cut monthly binaries from prior cutoff (#2617)
- refactor(ci): extract inline workflow scripts into scripts/ci/ (#2618)
- refactor(docs): update doc generation (#2626)
- chore(ci): add nighly CVE scans (#2630)
- chore(deps): fix CVEs from scan (#2631)
- chore(deps): fix package.lock path (#2633)
- chore(deps): added workflow to bump staging tag on successful merge to main (#2632)
- chore(deps): fix workflow file for cloud image bump (#2634)

### Bug Fixes

- fix(dataplane): assert non-nil configurations for HmacOptions (#2619)
- fix(controlplane): harden SSO login and retry deactivation paths (#2621)
- fix(controlplane): prevent password reset token replay (PDE-733) (#2629)

### Others

- Escape special characters in AMQP connection credentials and add unit/integration tests for connection string builder (#2625)

## 26.3.6


Expand Down