-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix: fix non-https crypto.subtile
missing error
#1238
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1238 +/- ##
==========================================
+ Coverage 86.82% 86.86% +0.04%
==========================================
Files 211 212 +1
Lines 10381 10395 +14
Branches 1138 1135 -3
==========================================
+ Hits 9013 9030 +17
+ Misses 1368 1365 -3 ☔ View full report in Codecov by Sentry. |
crypto.subtile
missing error
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 0.123.3](v0.123.2...v0.123.3) <sup>Released on **2024-02-06**</sup> #### 🐛 Bug Fixes - **misc**: Fix non-https `crypto.subtile` missing error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix non-https `crypto.subtile` missing error, closes [#1238](#1238) ([1750d0b](1750d0b)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 0.123.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
docker是否更新?我镜像还未找到最新版本,目前仍有这个问题 |
Is docker updated? My mirror has not found the latest version yet, and I still have this problem. |
### [Version 0.123.3](lobehub/lobe-chat@v0.123.2...v0.123.3) <sup>Released on **2024-02-06**</sup> #### 🐛 Bug Fixes - **misc**: Fix non-https `crypto.subtile` missing error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix non-https `crypto.subtile` missing error, closes [lobehub#1238](lobehub#1238) ([1750d0b](lobehub@1750d0b)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 1.6.0](v1.5.3...v1.6.0) <sup>Released on **2024-02-06**</sup> #### ✨ Features - **misc**: Support Moonshot AI Provider. #### 🐛 Bug Fixes - **misc**: Fix non-https `crypto.subtile` missing error, fix rename. #### 💄 Styles - **misc**: Add moonshot i18n, improve clear topic tips, improve direction UX. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support Moonshot AI Provider, closes [lobehub#1232](https://github.com/bentwnghk/lobe-chat/issues/1232) ([a6de202](a6de202)) #### What's fixed * **misc**: Fix non-https `crypto.subtile` missing error, closes [lobehub#1238](https://github.com/bentwnghk/lobe-chat/issues/1238) ([1750d0b](1750d0b)) * **misc**: Fix rename ([c94391e](c94391e)) #### Styles * **misc**: Add moonshot i18n, closes [lobehub#1251](https://github.com/bentwnghk/lobe-chat/issues/1251) ([4b6663b](4b6663b)) * **misc**: Improve clear topic tips, closes [lobehub#1247](https://github.com/bentwnghk/lobe-chat/issues/1247) ([2d133e9](2d133e9)) * **misc**: Improve direction UX, closes [lobehub#1169](https://github.com/bentwnghk/lobe-chat/issues/1169) ([e3929dc](e3929dc)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 0.123.3](lobehub/lobe-chat@v0.123.2...v0.123.3) <sup>Released on **2024-02-06**</sup> #### 🐛 Bug Fixes - **misc**: Fix non-https `crypto.subtile` missing error. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix non-https `crypto.subtile` missing error, closes [#1238](lobehub/lobe-chat#1238) ([1750d0b](lobehub/lobe-chat@1750d0b)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
crypto.subtle
缺失造成的报错问题。 close 最新版本发送消息后一直在等待,没有回应 #1239 ,close [Bug] Uncaught TypeError: Cannot read properties of undefined #1227📝 补充信息 | Additional Information
HTTP 协议下不使用 jwt 加密,直接 base64 传输前端 token