3.5.0
666ghj/MiroFish3.5.0May 24, 2026by dtslvr
AI Summary
Removes deprecated API attributes and endpoints while upgrading the Redis client and fixing layout and data source issues.
Key Highlights
- Removed deprecated attributes from portfolio endpoints
- Removed deprecated `/api/v1/order` endpoints
- Configured `min-release-age` in `.npmrc`
- Fixed layout regression (double scrollbar)
- Resolved missing cash positions issue
Breaking Changes
- Removed deprecated attributes (assetClass, countries, currency, dataSource, name, sectors, symbol, url) from portfolio endpoints
- Removed deprecated api/v1/order endpoints
New Features
- NPM release age configuration
Full Release Notes
### Added - Configured the `min-release-age` in `.npmrc` ### Changed - Removed the deprecated attributes (`assetClass`, `countries`, `currency`, `dataSource`, `name`, `sectors`, `symbol` and `url`) from the holdings of the public portfolio endpoint response - Removed the deprecated `api/v1/order` endpoints - Upgraded `@keyv/redis` from version `4.4.0` to `5.1.6` ### Fixed - Fixed a layout regression that caused a double scrollbar on pages without tabs - Resolved an issue with missing cash positions caused by an incorrect data source ### Special Thanks - @dtslvr - @KenTandrian - @Trillianti