·
3 commits
to main
since this release
Highlights
This release adds several operations-focused controls, including passive channel monitoring, ClickHouse-backed log storage, system task execution, and instance visibility. It also improves frontend reliability and polish across usage logs, markdown rendering, channel selection, and optional wallet UI behavior.
New Features
- Added passive channel monitoring mode for checking channel health without actively disrupting traffic (#5592).
- Added support for storing logs in ClickHouse for deployments that need scalable log storage and querying (#5663).
- Added a system task runner with persistent cleanup progress tracking for long-running maintenance jobs (#5680).
- Added a system instance information panel to make deployment/node status easier to inspect (#5716).
- Added a user token limit configuration section in system settings (#5678).
- Added channel testing controls for environment selection and asynchronous polling delay configuration.
- Default node names now fall back to the machine hostname when
NODE_NAMEis not set (#5659).
Bug Fixes
- Usage logs now show provider icons correctly for CN models (#5631).
- Corrected the Stepfun provider display name (#5636).
- Fixed SMTP compatibility with STARTTLS mode and NTLM authentication (#5426).
- Fixed classic theme build failures related to timezone date handling (#5676).
- Improved markdown rendering and expanded syntax support in the web UI (#5689).
- Fixed channel card selection state so the UI stays in sync with the selected channel (#5700).
- Hid the wallet entry from the profile dropdown when the wallet module is disabled (#5708).
Improvements
- Simplified log cleanup behavior as part of the new ClickHouse logging and system task maintenance flow.
What's Changed
- fix(usage-logs): show provider icons for CN models (align with classic frontend) by @DeliciousBuding in #5631
- fix: StepFun -> Stepfun by @seefs001 in #5636
- feat: add passive channel monitoring mode by @exherb in #5592
- feat: default node name to hostname when NODE_NAME unset by @feitianbubu in #5659
- feat: support ClickHouse log database by @Calcium-Ion in #5663
- fix: support SMTP STARTTLS mode and NTLM auth by @bensonfx in #5426
- chore(deps): bump github.com/ClickHouse/ch-go from 0.58.2 to 0.65.0 by @dependabot[bot] in #5664
- fix: date-fns-tz classic theme build error by @seefs001 in #5676
- feat: add system task runner by @Calcium-Ion in #5680
- feat: add system instance info panel by @Calcium-Ion in #5716
- fix(web): replace default markdown renderer and expand syntax support by @QuentinHsu in #5689
- fix(web): sync channel card selection state by @yyhhyyyyyy in #5700
- fix(web): hide wallet entry in profile dropdown when wallet module disabled by @feitianbubu in #5708
- feat(system-settings): add user token limit configuration section by @RedwindA in #5678
New Contributors
- @DeliciousBuding made their first contribution in #5631
- @exherb made their first contribution in #5592
Full Changelog: v1.0.0-rc.14...v1.0.0-rc.15