|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Renamed `Order` to `activities` in the `Account` database schema |
|
|
|
|
|
|
|
|
## 2.155.0 - 2025-04-23 |
|
|
## 2.155.0 - 2025-04-23 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
@ -34,7 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Made the historical market data editor expandable in the admin control panel |
|
|
- Made the historical market data editor expandable in the admin control panel |
|
|
- Renamed `Order` to `activities` in the `Account` database schema |
|
|
|
|
|
- Renamed `Subscription` to `subscriptions` in the `User` database schema |
|
|
- Renamed `Subscription` to `subscriptions` in the `User` database schema |
|
|
- Parallelized the requests in the get quotes functionality of the _Financial Modeling Prep_ service |
|
|
- Parallelized the requests in the get quotes functionality of the _Financial Modeling Prep_ service |
|
|
- Migrated the lookup functionality by `isin` of the _Financial Modeling Prep_ service to its stable API version |
|
|
- Migrated the lookup functionality by `isin` of the _Financial Modeling Prep_ service to its stable API version |
|
|