Skip to content

Commit e697038

Browse files
committed
chore: bump date and latest commits
1 parent b7876aa commit e697038

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

β€Žcomponents/changelog/content/v0.8.1.mdxβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Artifacts have been improved with version control capabilities, better UI intera
8282
* πŸ€– feat: Tool Calling Support for DeepSeek V3.2 + OpenRouter Reasoning by [@danny-avila](https://github.com/danny-avila) in [#10752](https://github.com/danny-avila/LibreChat/pull/10752)
8383
* πŸ›‘οΈ feat: Add Middleware for JSON Parsing and Prompt Group Updates by [@danny-avila](https://github.com/danny-avila) in [#10757](https://github.com/danny-avila/LibreChat/pull/10757)
8484
* πŸ–₯️ feat: Add Proxy Support for Tavily API Tool by [@danny-avila](https://github.com/danny-avila) in [#10770](https://github.com/danny-avila/LibreChat/pull/10770)
85+
* ⏱️ feat: Make User Connection Idle Timeout Configurable by [@abhishekag03](https://github.com/abhishekag03) in [#10866](https://github.com/danny-avila/LibreChat/pull/10866)
8586

8687
### πŸ› Bug Fixes
8788

@@ -148,6 +149,9 @@ Artifacts have been improved with version control capabilities, better UI intera
148149
* πŸ›‘οΈ fix: Improve Error Handling and Null Safety in SSE Event Processing by [@danny-avila](https://github.com/danny-avila) in [#10751](https://github.com/danny-avila/LibreChat/pull/10751)
149150
* πŸ” fix: Secure `iconURL` Handling by [@danny-avila](https://github.com/danny-avila) in [#10753](https://github.com/danny-avila/LibreChat/pull/10753)
150151
* πŸ” refactor: Improve MCP User Variable Description Rendering by [@danny-avila](https://github.com/danny-avila) in [#10769](https://github.com/danny-avila/LibreChat/pull/10769)
152+
* πŸ”‘ fix: Gemini Custom Endpoint Auth. for OAI-Compatible API by [@danny-avila](https://github.com/danny-avila) in [#10806](https://github.com/danny-avila/LibreChat/pull/10806)
153+
* πŸ”Š fix: Missing Proxy config in TTS and STT Services by [@alfo-dev](https://github.com/alfo-dev) in [#10852](https://github.com/danny-avila/LibreChat/pull/10852)
154+
* πŸ”Š fix: Validate language format for OpenAI STT model by [@danny-avila](https://github.com/danny-avila) in [#10875](https://github.com/danny-avila/LibreChat/pull/10875)
151155

152156
### πŸ“¦ Dependencies & Chores
153157

@@ -166,6 +170,8 @@ Artifacts have been improved with version control capabilities, better UI intera
166170
* πŸ“¦ chore: Bump `mdast-util-to-hast` to v13.2.1 by [@danny-avila](https://github.com/danny-avila) in [#10761](https://github.com/danny-avila/LibreChat/pull/10761)
167171
* πŸ“¦ chore: Bump `nodemailer` to v7.0.11 by [@danny-avila](https://github.com/danny-avila) in [#10762](https://github.com/danny-avila/LibreChat/pull/10762)
168172
* πŸ“¦ chore: Bump `@librechat/agents` to v3.0.36 by [@danny-avila](https://github.com/danny-avila) in [#10775](https://github.com/danny-avila/LibreChat/pull/10775)
173+
* 🍞 chore: Update `bun.lock` & Related Scripts by [@danny-avila](https://github.com/danny-avila) in [#10824](https://github.com/danny-avila/LibreChat/pull/10824)
174+
* πŸ“¦ chore: Bump `@librechat/agents` to v3.0.50 by [@danny-avila](https://github.com/danny-avila) in [#10874](https://github.com/danny-avila/LibreChat/pull/10874)
169175

170176
### πŸ”§ Refactoring
171177

@@ -195,10 +201,13 @@ Artifacts have been improved with version control capabilities, better UI intera
195201
* πŸ“ refactor: Exclude Params from OAI Reasoning Models by [@danny-avila](https://github.com/danny-avila) in [#10745](https://github.com/danny-avila/LibreChat/pull/10745)
196202
* 🧊 refactor: `iconURL` Handling in Submission Flow by [@danny-avila](https://github.com/danny-avila) in [#10772](https://github.com/danny-avila/LibreChat/pull/10772)
197203
* ⚑ refactor: Optimize & Standardize Tokenizer Usage by [@danny-avila](https://github.com/danny-avila) in [#10777](https://github.com/danny-avila/LibreChat/pull/10777)
204+
* πŸ“¦ refactor: Request Message Sanitization for Smaller Final Response by [@danny-avila](https://github.com/danny-avila) in [#10792](https://github.com/danny-avila/LibreChat/pull/10792)
205+
* πŸ“‚ refactor: File Type Inference for Frontend File Validation by [@danny-avila](https://github.com/danny-avila) in [#10807](https://github.com/danny-avila/LibreChat/pull/10807)
206+
* πŸ–‡οΈ refactor: Improve prompt for Better Citation Formatting by [@mludvig](https://github.com/mludvig) in [#10858](https://github.com/danny-avila/LibreChat/pull/10858)
198207

199208
### 🌍 Internationalization
200209

201-
* 🌍 i18n: Update translation.json with latest translations by @github-actions[bot] in [#9932](https://github.com/danny-avila/LibreChat/pull/9932), [#9995](https://github.com/danny-avila/LibreChat/pull/9995), [#10070](https://github.com/danny-avila/LibreChat/pull/10070), [#10175](https://github.com/danny-avila/LibreChat/pull/10175), [#10229](https://github.com/danny-avila/LibreChat/pull/10229), [#10259](https://github.com/danny-avila/LibreChat/pull/10259), [#10274](https://github.com/danny-avila/LibreChat/pull/10274), [#10282](https://github.com/danny-avila/LibreChat/pull/10282), [#10298](https://github.com/danny-avila/LibreChat/pull/10298), [#10315](https://github.com/danny-avila/LibreChat/pull/10315), [#10323](https://github.com/danny-avila/LibreChat/pull/10323), [#10370](https://github.com/danny-avila/LibreChat/pull/10370), [#10380](https://github.com/danny-avila/LibreChat/pull/10380), [#10397](https://github.com/danny-avila/LibreChat/pull/10397), [#10448](https://github.com/danny-avila/LibreChat/pull/10448), [#10458](https://github.com/danny-avila/LibreChat/pull/10458), [#10481](https://github.com/danny-avila/LibreChat/pull/10481), [#10519](https://github.com/danny-avila/LibreChat/pull/10519), [#10622](https://github.com/danny-avila/LibreChat/pull/10622)
210+
* 🌍 i18n: Update translation.json with latest translations by @github-actions[bot] in [#9932](https://github.com/danny-avila/LibreChat/pull/9932), [#9995](https://github.com/danny-avila/LibreChat/pull/9995), [#10070](https://github.com/danny-avila/LibreChat/pull/10070), [#10175](https://github.com/danny-avila/LibreChat/pull/10175), [#10229](https://github.com/danny-avila/LibreChat/pull/10229), [#10259](https://github.com/danny-avila/LibreChat/pull/10259), [#10274](https://github.com/danny-avila/LibreChat/pull/10274), [#10282](https://github.com/danny-avila/LibreChat/pull/10282), [#10298](https://github.com/danny-avila/LibreChat/pull/10298), [#10315](https://github.com/danny-avila/LibreChat/pull/10315), [#10323](https://github.com/danny-avila/LibreChat/pull/10323), [#10370](https://github.com/danny-avila/LibreChat/pull/10370), [#10380](https://github.com/danny-avila/LibreChat/pull/10380), [#10397](https://github.com/danny-avila/LibreChat/pull/10397), [#10448](https://github.com/danny-avila/LibreChat/pull/10448), [#10458](https://github.com/danny-avila/LibreChat/pull/10458), [#10481](https://github.com/danny-avila/LibreChat/pull/10481), [#10519](https://github.com/danny-avila/LibreChat/pull/10519), [#10622](https://github.com/danny-avila/LibreChat/pull/10622), [#10876](https://github.com/danny-avila/LibreChat/pull/10876)
202211

203212
### πŸ“š Documentation
204213

@@ -227,5 +236,7 @@ Artifacts have been improved with version control capabilities, better UI intera
227236
* [@rossbg](https://github.com/rossbg) made their first contribution in [#10562](https://github.com/danny-avila/LibreChat/pull/10562)
228237
* [@ZihaoZhou](https://github.com/ZihaoZhou) made their first contribution in [#10656](https://github.com/danny-avila/LibreChat/pull/10656)
229238
* [@lemonTree43](https://github.com/lemonTree43) made their first contribution in [#10716](https://github.com/danny-avila/LibreChat/pull/10716)
239+
* [@mludvig](https://github.com/mludvig) made their first contribution in [#10858](https://github.com/danny-avila/LibreChat/pull/10858)
240+
* [@abhishekag03](https://github.com/abhishekag03) made their first contribution in [#10866](https://github.com/danny-avila/LibreChat/pull/10866)
230241

231242
**Full Changelog**: https://github.com/danny-avila/LibreChat/compare/v0.8.0...v0.8.1

β€Žpages/changelog/v0.8.1.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2025/12/03
2+
date: 2025/12/10
33
title: πŸš€ LibreChat v0.8.1
44
description: The v0.8.1 release of LibreChat
55
---

0 commit comments

Comments
Β (0)