Browse Source

Update changelog

pull/7377/head
Thomas Kaul 1 month ago
parent
commit
52efceee3a
  1. 5
      CHANGELOG.md

5
CHANGELOG.md

@ -9,14 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Extended the `extractNumberFromString()` function to support negative values
- Restricted the symbol data endpoint (`GET /api/v1/symbol/:dataSource/:symbol`) to authenticated users - 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`) - Removed the deprecated `auth` endpoint of the login with _Security Token_ (`GET`)
- Simplified the `getHistorical()` function response in the data provider interface - Simplified the `getHistorical()` function response in the data provider interface
### Fixed
- Fixed the parsing of negative numbers in `extractNumberFromString()` (used by the manual data provider) which incorrectly dropped the minus sign
## 3.29.0 - 2026-07-18 ## 3.29.0 - 2026-07-18
### Added ### Added

Loading…
Cancel
Save