Skip to content

Releases: lobehub/lobe-chat

v1.52.1

08 Feb 08:29
Compare
Choose a tag to compare

Version 1.52.1

Released on 2025-02-08

🐛 Bug Fixes

  • misc: Fix static relative issues.

Improvements and Fixes

What's fixed

v1.52.0

08 Feb 02:34
Compare
Choose a tag to compare

Version 1.52.0

Released on 2025-02-08

✨ Features

Refactor the auth condition in Next Auth.This upgrade includes two changes:

For users deploying with Vercel using next-auth, it is necessary to add the environment variable NEXT_PUBLIC_ENABLE_NEXT_AUTH=1 to ensure Next Auth is enabled; other users are not affected.
For users using clerk in self-built images, it is necessary to additionally configure NEXT_PUBLIC_ENABLE_NEXT_AUTH=0 to disable Next Auth

Other standard deployment scenarios (using Clerk in Vercel and using next-auth in Docker) are not affected

For More detail, refer to #5804


本次升级存在两个变更:

  • 针对使用 Vercel 部署中使用 next-auth 的用户,需要额外添加 NEXT_PUBLIC_ENABLE_NEXT_AUTH=1 环境变量来确保开启 Next Auth
  • 针对使用自构建镜像中使用 clerk 的用户,需要额外配置 NEXT_PUBLIC_ENABLE_NEXT_AUTH=0 环境变量来关闭 Next Auth

其他标准部署场景(Vercel 中使用 Clerk 与 Docker 中使用 next-auth )不受影响

变更详情原因查看 #5804


Improvements and Fixes

What's improved

  • misc: Refactor the auth condition in Next Auth, closes #5866 (e529108)

v1.51.16

07 Feb 17:16
Compare
Choose a tag to compare

Version 1.51.16

Released on 2025-02-07


Improvements and Fixes

v1.51.15

07 Feb 08:24
Compare
Choose a tag to compare

Version 1.51.15

Released on 2025-02-07

🐛 Bug Fixes

  • misc: Fix home next auth error and update pnpm.

Improvements and Fixes

What's fixed

  • misc: Fix home next auth error and update pnpm, closes #5833 (aa74d20)

v1.51.14

07 Feb 07:05
Compare
Choose a tag to compare

Version 1.51.14

Released on 2025-02-07

♻ Code Refactoring

  • misc: Update changelog cache and upgrade anthropic sdk.

Improvements and Fixes

Code refactoring

  • misc: Update changelog cache and upgrade anthropic sdk, closes #5829 (620df2f)

v1.51.13

07 Feb 06:06
Compare
Choose a tag to compare

Version 1.51.13

Released on 2025-02-07

🐛 Bug Fixes

  • misc: Fix next auth error.

Improvements and Fixes

What's fixed

v1.51.12

07 Feb 02:19
Compare
Choose a tag to compare

Version 1.51.12

Released on 2025-02-07

🐛 Bug Fixes

  • misc: Try to fix next-auth issue.

Improvements and Fixes

What's fixed

v1.51.11

06 Feb 17:54
Compare
Choose a tag to compare

Version 1.51.11

Released on 2025-02-06

🐛 Bug Fixes

  • misc: Fix /file/[id] 500 issue.

Improvements and Fixes

What's fixed

v1.51.10

06 Feb 16:39
Compare
Choose a tag to compare

Version 1.51.10

Released on 2025-02-06

🐛 Bug Fixes

  • misc: Fix provider 500 issue.

Improvements and Fixes

What's fixed

v1.51.9

06 Feb 15:11
Compare
Choose a tag to compare

Version 1.51.9

Released on 2025-02-06

💄 Styles

  • misc: Update edtion tag display and improve prerender.

Improvements and Fixes

Styles

  • misc: Update edtion tag display and improve prerender, closes #5800 (673109b)