v2.15.7
projectdiscovery/katanav2.15.7Nov 5, 2024by lloydzhou
AI Summary
This release adds support for the ChatGLM model and introduces Claude 3.5 Haiku. It addresses critical hotfixes for Gemini API arguments and status text encoding issues, while also adding one-click deployment links for Alibaba Cloud.
Key Highlights
- Support for ChatGLM
- Addition of Claude 3.5 Haiku
- Hotfix for Gemini invalid argument
- Hotfix for status text encoding
- One-click deployment link for Alibaba Cloud
New Features
- ChatGLM integration
- Claude 3.5 Haiku support
- Alibaba Cloud deployment links
- Aliyun model code configuration
Full Release Notes
## What's Changed * hotfix for gemini invald argument #5715 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5720 * hotfix for statusText is non ISO-8859-1 #5717 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5719 * Update README.md by @ElricLiu in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5722 * Bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5732 * Bump @testing-library/jest-dom from 6.4.8 to 6.6.2 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5731 * chore: improve jest by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5729 * feat: 新增阿里系模型代码配置 by @yuxuan-ctrl in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5740 * add constant to claude 3.5 sonnet 20241022 by @hyiip in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5737 * add claude-3-5-sonnet-latest and claude-3-opus-latest by @mrcore in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5744 * feat: [#5714] 支持GLM by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5741 * fix: ts error by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5752 * Feature/onfinish by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5759 * chore(deps-dev): bump @testing-library/react from 16.0.0 to 16.0.1 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5764 * Feat bt doc by @weester-yan in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5753 * Added 1-click deployment link for Alibaba Cloud. by @endless-learner in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5464 * Feature/add claude haiku3.5 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5766 * chore: update readme by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5767 * feat: update real 'currentSession' by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5765 ## New Contributors * @yuxuan-ctrl made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5740 * @hyiip made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5737 * @mrcore made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5744 * @weester-yan made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5753 * @endless-learner made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5464 **Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.15.6...v2.15.7