3.25.0

hpcaitech/Open-Sora3.25.0Jul 12, 2026by dtslvr

AI Summary

This release focuses on updates for a financial data application, changing the default data source for the Fear & Greed Index, improving Dutch localization, and fixing UI layout and asset display bugs.

Key Highlights

  • Changed default value of `DATA_SOURCE_FEAR_AND_GREED_INDEX_STOCKS` to `MANUAL`
  • Improved Dutch (nl) localization support
  • Upgraded `helmet` dependency from 7.0.0 to 8.2.0
  • Fixed page tab layout truncation and asset display issues in search and autocomplete

Breaking Changes

  • Default value of `DATA_SOURCE_FEAR_AND_GREED_INDEX_STOCKS` changed to `MANUAL`. Users wishing to keep using the Rapid API data source must explicitly set the environment variable to `RAPID_API`.

New Features

  • Dutch localization support

Full Release Notes

### Changed

- Changed the default value of the `DATA_SOURCE_FEAR_AND_GREED_INDEX_STOCKS` environment variable from `RAPID_API` to `MANUAL`
- Improved the language localization for Dutch (`nl`)
- Upgraded `helmet` from version `7.0.0` to `8.2.0`

### Fixed

- Fixed the layout of the page tabs component by truncating long labels
- Fixed the display of assets without a currency in the search results of the assistant
- Fixed the display of assets without a currency in the symbol autocomplete component

### Todo

- **Breaking Change**: Set the environment variable `DATA_SOURCE_FEAR_AND_GREED_INDEX_STOCKS=RAPID_API` to keep using _Rapid API_ as the data source of the _Fear & Greed Index_ (market mood)

### Special Thanks

- @dtslvr
- @KenTandrian
- @munzzyy
- @RED-ROSE515