v2.17.8

semaphoreui/semaphorev2.17.8Feb 18, 2026by fiftin

AI Summary

This is a small maintenance release focused on improving task control and integration behavior, along with routine dependency updates.

Key Highlights

  • Force stop all tasks capability
  • Integration value priority fix
  • Updated cron-parser to v5.5.0
  • Updated dotenv to v17.3.1

New Features

  • Force stop all running tasks with force option
  • Extracted integration values now correctly take precedence

Full Release Notes

## Release Summary

This is a small maintenance release focused on improving task control and integration behavior, along with routine dependency updates.

### ✨ New Features

* **Force stop all tasks**
  Added the ability to stop all running tasks with force option, giving administrators faster control in emergency or cleanup scenarios.

### 🔧 Improvements & Fixes

* **Integration value priority fix**
  Extracted values in integrations now correctly take precedence, ensuring more predictable configuration behavior.


## Changelog
* 38d2d2ae92d113ee54e0da00d2072f4eeae009fc fix(integrations): extracted values has priority

## What's Changed
* chore(deps): update dependency cron-parser to v5.5.0 by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3632
* feat: add stop all force by @fiftin in https://github.com/semaphoreui/semaphore/pull/3633
* chore(deps): update dependency dotenv to v17.3.1 by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3634


**Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.17.7...v2.17.8