Skip to content

v1.0.0-rc.15

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 13:00
· 3 commits to main since this release
v1.0.0-rc.15
69b0f0b

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_NAME is 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

New Contributors

Full Changelog: v1.0.0-rc.14...v1.0.0-rc.15