mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
docs: add changelog for v0.8.2-rc3 release with new features, fixes, and internationalization updates
This commit is contained in:
49
components/changelog/content/v0.8.2-rc3.mdx
Normal file
49
components/changelog/content/v0.8.2-rc3.mdx
Normal file
@@ -0,0 +1,49 @@
|
||||
## What's Changed
|
||||
|
||||
### ✨ Features
|
||||
|
||||
* 🌙 Add Moonshot Kimi K2 Bedrock Support by [@KarthiDreamr](https://github.com/KarthiDreamr) in [#11288](https://github.com/danny-avila/LibreChat/pull/11288)
|
||||
* 🪨 Anthropic Beta Support for Bedrock by [@danny-avila](https://github.com/danny-avila) in [#11371](https://github.com/danny-avila/LibreChat/pull/11371)
|
||||
|
||||
### 🐛 Fixes
|
||||
|
||||
* 🔧 Model List Query Data in Agent Builder Panel by [@dustinhealy](https://github.com/dustinhealy) in [#11260](https://github.com/danny-avila/LibreChat/pull/11260)
|
||||
* 🔧 Invalidate additional query for MCP tools on Chat Creation by [@danny-avila](https://github.com/danny-avila) in [#11272](https://github.com/danny-avila/LibreChat/pull/11272)
|
||||
* ⏭️ Skip Title Generation for Temporary Chats by [@ynori7](https://github.com/ynori7) in [#11282](https://github.com/danny-avila/LibreChat/pull/11282)
|
||||
* 🏞️ Gemini Image Filenames and Add Tool Cache Safety by [@danny-avila](https://github.com/danny-avila) in [#11306](https://github.com/danny-avila/LibreChat/pull/11306)
|
||||
* 🌉 Add Proxy Support to Gemini Image Gen Tool by [@usnavy13](https://github.com/usnavy13) in [#11302](https://github.com/danny-avila/LibreChat/pull/11302)
|
||||
* 🧹 MCP Panel Regressions after UI refactor by [@danny-avila](https://github.com/danny-avila) in [#11312](https://github.com/danny-avila/LibreChat/pull/11312)
|
||||
* 📜 Layout/Overflow handling in Share View by [@danny-avila](https://github.com/danny-avila) in [#11314](https://github.com/danny-avila/LibreChat/pull/11314)
|
||||
* 🪪 Fix Misleading MCP Server Lookup Method Name by [@danny-avila](https://github.com/danny-avila) in [#11315](https://github.com/danny-avila/LibreChat/pull/11315)
|
||||
* 🪙 Collected Usage & Anthropic Prompt Caching by [@danny-avila](https://github.com/danny-avila) in [#11319](https://github.com/danny-avila/LibreChat/pull/11319)
|
||||
* 🌅 Agent Avatar S3 URL Refresh Pagination and Persistence by [@darthhexx](https://github.com/darthhexx) in [#11323](https://github.com/danny-avila/LibreChat/pull/11323)
|
||||
* 🧭 Correct Subpath Routing for SSE and Favorites Endpoints by [@SpectralOne](https://github.com/SpectralOne) in [#11339](https://github.com/danny-avila/LibreChat/pull/11339)
|
||||
* 🛠️ UI/UX for Known Server-sent Errors by [@danny-avila](https://github.com/danny-avila) in [#11343](https://github.com/danny-avila/LibreChat/pull/11343)
|
||||
* 🪨 Bedrock Provider Support for Memory Agent by [@danny-avila](https://github.com/danny-avila) in [#11353](https://github.com/danny-avila/LibreChat/pull/11353)
|
||||
* 🛠️ Improved retry logic during meili sync & improved batching by [@ablizorukov](https://github.com/ablizorukov) in [#11373](https://github.com/danny-avila/LibreChat/pull/11373)
|
||||
* 🔧 Update Z-index values for Navigation and Mask layers by [@danny-avila](https://github.com/danny-avila) in [#11375](https://github.com/danny-avila/LibreChat/pull/11375)
|
||||
* 🫙 Cache Control Immutability for Multi-Agents by [@danny-avila](https://github.com/danny-avila) in [#11383](https://github.com/danny-avila/LibreChat/pull/11383)
|
||||
|
||||
### ⚙️ Other Changes
|
||||
|
||||
* 🔧 Permission handling for Resource Sharing by [@danny-avila](https://github.com/danny-avila) in [#11283](https://github.com/danny-avila/LibreChat/pull/11283)
|
||||
* 📊 Use Estimated Document Count for Meilisearch Sync by [@ablizorukov](https://github.com/ablizorukov) in [#11329](https://github.com/danny-avila/LibreChat/pull/11329)
|
||||
* 🔀 Endpoint Check for File Uploads in Images Route by [@danny-avila](https://github.com/danny-avila) in [#11352](https://github.com/danny-avila/LibreChat/pull/11352)
|
||||
* 🪵 Preserve Job Error State for Late Stream Subscribers by [@danny-avila](https://github.com/danny-avila) in [#11372](https://github.com/danny-avila/LibreChat/pull/11372)
|
||||
* 🚏 Remove Resumable Stream Toggle by [@danny-avila](https://github.com/danny-avila) in [#11258](https://github.com/danny-avila/LibreChat/pull/11258)
|
||||
* 📦 Update react-router to v6.30.3 and @remix-run/router to v1.23.2 by [@danny-avila](https://github.com/danny-avila) in [#11273](https://github.com/danny-avila/LibreChat/pull/11273)
|
||||
* 🌵 Remove deprecated 'prompt-caching' Anthropic header by [@danny-avila](https://github.com/danny-avila) in [#11313](https://github.com/danny-avila/LibreChat/pull/11313)
|
||||
* 🗑️ Remove YouTube API integration by [@leondape](https://github.com/leondape) in [#11331](https://github.com/danny-avila/LibreChat/pull/11331)
|
||||
* 📦 npm audit fix by [@danny-avila](https://github.com/danny-avila) in [#11346](https://github.com/danny-avila/LibreChat/pull/11346)
|
||||
* 📦 Cleanup Unused Packages by [@danny-avila](https://github.com/danny-avila) in [#11369](https://github.com/danny-avila/LibreChat/pull/11369)
|
||||
|
||||
### 🌍 Internationalization
|
||||
|
||||
* 🌍 i18n: Update translation.json with latest translations by [@github-actions[bot]](https://github.com/apps/github-actions) in [#11259](https://github.com/danny-avila/LibreChat/pull/11259), [#11294](https://github.com/danny-avila/LibreChat/pull/11294), [#11317](https://github.com/danny-avila/LibreChat/pull/11317), [#11342](https://github.com/danny-avila/LibreChat/pull/11342), [#11370](https://github.com/danny-avila/LibreChat/pull/11370)
|
||||
|
||||
## New Contributors
|
||||
|
||||
* [@ynori7](https://github.com/ynori7) made their first contribution in [#11282](https://github.com/danny-avila/LibreChat/pull/11282)
|
||||
* [@darthhexx](https://github.com/darthhexx) made their first contribution in [#11323](https://github.com/danny-avila/LibreChat/pull/11323)
|
||||
|
||||
**Full Changelog**: https://github.com/danny-avila/LibreChat/compare/v0.8.2-rc2...v0.8.2-rc3
|
||||
12
pages/changelog/v0.8.2-rc3.mdx
Normal file
12
pages/changelog/v0.8.2-rc3.mdx
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
date: 2026/01/17
|
||||
title: 🚀 LibreChat v0.8.2-rc3
|
||||
description: The v0.8.2-rc3 release of LibreChat
|
||||
---
|
||||
|
||||
import { ChangelogHeader } from '@/components/changelog/ChangelogHeader'
|
||||
import Content from '@/components/changelog/content/v0.8.2-rc3.mdx'
|
||||
|
||||
<ChangelogHeader />
|
||||
|
||||
<Content />
|
||||
Reference in New Issue
Block a user