3.30.0
parruda/swarm3.30.0Jul 19, 2026by dtslvr
AI Summary
Focuses on asset management improvements and security updates, including support for manual data source conversion, extended number extraction logic, and restricted API endpoints.
Key Highlights
- Added support for converting asset profiles to MANUAL data source
- Extended extractNumberFromString to support negative values
- Restricted symbol data endpoint to authenticated users only
- Removed deprecated auth endpoint for Security Token login
- Upgraded bull-board dependency to version 8.1.2
Breaking Changes
- Removed deprecated auth endpoint (GET) for login with Security Token
New Features
- Manual asset profile data source conversion
- Negative number extraction support
- Restricted API access for symbol data
Full Release Notes
### Added - Added support for converting an asset profile to the `MANUAL` data source in the asset profile details dialog of the admin control panel ### Changed - Extended the `extractNumberFromString()` function to support negative values - Restricted the symbol data endpoint (`GET /api/v1/symbol/:dataSource/:symbol`) to authenticated users - Removed the deprecated `auth` endpoint of the login with _Security Token_ (`GET`) - Simplified the `getHistorical()` function response in the data provider interface - Upgraded `bull-board` from version `8.0.1` to `8.1.2` ### Special Thanks - @arhxam - @dtslvr - @KenTandrian