Skip to content

1.2.0

Choose a tag to compare

@lanathlor lanathlor released this 08 Jun 07:33

1.2.0 (2026-06-08)

Bug Fixes

  • add opensearch-dashboards startup.js proxy to nginx (2321694)
  • added a name to the compose file so docker knows each project (3da97b7)
  • added support for proxy servers (4f06fe5), closes #21
  • cap gunicorn workers at 8 to prevent resource exhaustion (18428b1)
  • do not close warm index (cf4f7da)
  • exclude Go template files from yamllint validation (a6e3620)
  • handle non-semver version strings in compose version check (360e121)
  • remove invalid models object from native LibreChat endpoints (59a0b8e)
  • resolve hadolint warnings in Dockerfile (e928e04)
  • resolve yamllint errors in templates and config files (99495b1)

Features

  • add Grafana and VictoriaMetrics monitoring components (62416ca)
  • add OpenAI, Anthropic, and remote LLM providers to AI chat (e457eef)
  • add OpenTelemetry Collector component for application logs and metrics (783c96d)
  • librechat implementation (a53eda5)
  • opensearch 3 support (c25eec9)
  • serve LibreChat behind nginx at /aichat/ with Scirius auth (cad4bd2), closes #9155
  • wire up local LLM support and fix AI chat MCP connectivity (27d61dc)