v2.17.2
semaphoreui/semaphorev2.17.2Feb 16, 2026by fiftin
AI Summary
This release introduces active-active high availability support and allows integrations to return created task details via headers, alongside security updates for dependencies.
Key Highlights
- Active-active high availability deployments
- Integration task details via headers
- Security updates for axios and go-git
- Dependency updates for express, qs, webpack, and lodash
New Features
- Active-active HA
- Integration task details via headers
Full Release Notes
## Release Summary This release introduces high availability improvements, enhanced integrations, and important security and dependency updates. ### ✨ New Features * **Active-active high availability** Added support for active-active HA deployments, allowing multiple Semaphore UI nodes to operate simultaneously for improved scalability and resilience. * **Integration task details via headers** Integrations can now return created task details through response headers, enabling better automation workflows and easier external system integration. ### 🔒 Security & Maintenance * Security updates for **axios** and **go-git**. * Dependency updates including **express**, **qs**, **webpack**, and **lodash** for improved stability and performance. ### 👋 Community * Welcome **@riton**, who made their first contribution to Semaphore UI. ## What's Changed * chore(deps): bump qs and express in /web by @dependabot[bot] in https://github.com/semaphoreui/semaphore/pull/3607 * chore(deps): update dependency axios to v1.13.5 [security] by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3603 * chore(deps): bump axios from 1.13.2 to 1.13.5 in /web by @dependabot[bot] in https://github.com/semaphoreui/semaphore/pull/3602 * feat: Allow integration to return created task details through headers by @riton in https://github.com/semaphoreui/semaphore/pull/3598 * feat: add active-active ha by @fiftin in https://github.com/semaphoreui/semaphore/pull/3608 * chore(deps-dev): bump webpack from 5.95.0 to 5.105.0 in /web by @dependabot[bot] in https://github.com/semaphoreui/semaphore/pull/3593 * fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3596 * chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /web by @dependabot[bot] in https://github.com/semaphoreui/semaphore/pull/3576 **Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.17.0...v2.17.2