|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
- Added the endpoint `GET api/v1/account/:id/balances` which provides historical cash balances
|
|
|
|
- Added the endpoint `GET api/v1/account/:id/balances` which provides historical cash balances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Extended the `copy-assets` `Nx` target to copy the locales to the server’s assets
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- Displayed the transfer cash balance button based on a permission
|
|
|
|
- Displayed the transfer cash balance button based on a permission
|
|
|
@ -136,13 +140,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Improved the preselected currency based on the account's currency in the create or edit activity dialog
|
|
|
|
- Improved the preselected currency based on the account’s currency in the create or edit activity dialog
|
|
|
|
- Unlocked the experimental features setting for all users
|
|
|
|
- Unlocked the experimental features setting for all users
|
|
|
|
- Upgraded `prisma` from version `5.2.0` to `5.3.1`
|
|
|
|
- Upgraded `prisma` from version `5.2.0` to `5.3.1`
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed a memory leak related to the server's timezone (behind UTC) in the data gathering
|
|
|
|
- Fixed a memory leak related to the server’s timezone (behind UTC) in the data gathering
|
|
|
|
|
|
|
|
|
|
|
|
## 2.3.0 - 2023-09-17
|
|
|
|
## 2.3.0 - 2023-09-17
|
|
|
|
|
|
|
|
|
|
|
@ -293,7 +297,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Optimized the activities import by allowing a different currency than the asset's official one
|
|
|
|
- Optimized the activities import by allowing a different currency than the asset’s official one
|
|
|
|
- Added a timeout to the _EOD Historical Data_ requests
|
|
|
|
- Added a timeout to the _EOD Historical Data_ requests
|
|
|
|
- Migrated the requests from `bent` to `got` in the _EOD Historical Data_ service
|
|
|
|
- Migrated the requests from `bent` to `got` in the _EOD Historical Data_ service
|
|
|
|
|
|
|
|
|
|
|
@ -800,7 +804,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Persisted today's market data continuously
|
|
|
|
- Persisted today’s market data continuously
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
|
@ -1034,7 +1038,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
### Changed
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Filtered activities with type `ITEM` from search results
|
|
|
|
- Filtered activities with type `ITEM` from search results
|
|
|
|
- Considered the user's language in the _Stripe_ checkout
|
|
|
|
- Considered the user’s language in the _Stripe_ checkout
|
|
|
|
- Upgraded the _Stripe_ dependencies
|
|
|
|
- Upgraded the _Stripe_ dependencies
|
|
|
|
- Upgraded `twitter-api-v2` from version `1.10.3` to `1.14.2`
|
|
|
|
- Upgraded `twitter-api-v2` from version `1.10.3` to `1.14.2`
|
|
|
|
|
|
|
|
|
|
|
@ -2708,7 +2712,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
### Changed
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
- Moved the countries and sectors charts in the position detail dialog
|
|
|
|
- Moved the countries and sectors charts in the position detail dialog
|
|
|
|
- Distinguished today's data point of historical data in the admin control panel
|
|
|
|
- Distinguished today’s data point of historical data in the admin control panel
|
|
|
|
- Restructured the server modules
|
|
|
|
- Restructured the server modules
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
### Fixed
|
|
|
|