3.26.0
parruda/swarm3.26.0Jul 14, 2026by dtslvr
AI Summary
Adds a Fear & Greed Index market endpoint and hardens validation for asset profiles. Includes updates to dependencies and UI change detection strategies.
Key Highlights
- Fear & Greed Index endpoint
- Hardened validation for countries, holdings, and sectors
- Nx upgraded to version 23.0.2
- OnPush change detection strategy in X-ray page
Breaking Changes
- Deprecated `SymbolProfile` in favor of `assetProfile`
New Features
- Fear & Greed Index endpoint
Full Release Notes
### Added - Added the markets endpoint for the _Fear & Greed Index_ (market mood) to the `GHOSTFOLIO` data provider ### Changed - Hardened the validation of the countries in the asset profile endpoints - Hardened the validation of the holdings in the asset profile endpoints - Hardened the validation of the scraper configuration in the asset profile endpoint - Hardened the validation of the sectors in the asset profile endpoints - Rounded the value of the _Fear & Greed Index_ (market mood) in the twitter bot service - Set the change detection strategy to `OnPush` in the _X-ray_ page - Deprecated `SymbolProfile` in favor of `assetProfile` in the activity interface - Upgraded `countries-list` from version `3.3.0` to `3.4.0` - Upgraded `Nx` from version `23.0.1` to `23.0.2` ### Special Thanks - @DavidReque - @dtslvr - @KenTandrian