Skip to content

Releases: aurora-develop/aurora

v2.3.4

24 Jun 11:28
266bc3e

Choose a tag to compare

Delete docs/superpowers directory

v2.3.3

24 Jun 10:44
94689ee

Choose a tag to compare

Update VERSION

v2.3.2

22 Jun 15:45

Choose a tag to compare

chore: bump version from 2.3.1 to 2.3.2

将项目版本号从2.3.1更新至2.3.2

v2.3.1

12 Jun 13:41

Choose a tag to compare

Dev (#268)

* feat: 更新 ConvertToString 函数以支持动态模型,并添加相关测试用例

* feat: 更新 HandlerTTS 函数以支持流式数据解析,并添加相关单元测试

* fix: 移除不再需要的 funcaptcha 依赖

* refactor: 替换固定UA为随机浏览器UA,优化指纹多样性

- 新增util包的RandomUserAgent函数,生成主流桌面浏览器随机UA
- 替换所有硬编码userAgent为defaultUserAgent()调用
- 为客户端状态加入UserAgent字段并初始化随机UA
- 重构prooftoken模块,适配新的随机UA和POW逻辑

* refactor(util/useragent): 限定UA模板仅为Edge Windows一族

移除其他浏览器的UA模板,仅保留Edge Windows版本,匹配硬编码的sec-ch-ua头以通过Cloudflare校验,同时保留版本随机化保证指纹多样性

* chore: release v2.3.1 and implement various feature improvements

- bump version to 2.3.1
- update .gitignore to add new ignore patterns
- update chatgpt request converter to pass client parameter
- optimize chatgpt request struct tags to omit empty fields
- add support for image_url message part and related file handling
- add automatic continuation when max tokens reached
- rewrite file upload logic with better mime detection and error handling
- rewrite turnstile solver with full VM implementation
- update proof token logic to align with latest ChatGPT requirements

v2.3.0

08 Jun 09:23

Choose a tag to compare

release: bump version to 2.3.0

- 新增聊天会话状态管理,跟踪会话ID、父消息ID等信息
- 重构请求处理流程,集成会话状态自动注入
- 新增多轮对话状态持久化
- 新增websocket代理和流式响应支持
- 调整环境变量加载顺序
- 新增大量单元测试覆盖新功能

v2.2.9

08 Jun 07:56

Choose a tag to compare

release: bump version to 2.2.9 and update various configurations

- 更新版本号从2.2.8到2.2.9
- 修改免费账号默认状态为关闭
- 为API请求结构体新增ArtifactDelivery字段
- 新增token禁用机制和相关处理逻辑
- 优化ChatGPT请求参数的omitempty标签
- 新增大量单元测试覆盖请求响应处理
- 重构流式响应处理逻辑,支持websocket切换
- 更新文档说明和模型列表
- 删除过时的文件问答测试文件

v2.2.8

06 Jun 10:30

Choose a tag to compare

feat: 添加图像生成API支持,包括请求和响应结构

v2.2.7

06 Jun 08:03

Choose a tag to compare

Update release workflows to use VERSION and newer actions

v2.2.6

06 Jun 05:10

Choose a tag to compare

docs: update README.md content and format

1. remove redundant empty lines and broken image link
2. format reference projects and friend links as markdown list
3. adjust note content formatting

v2.2.5

05 Nov 12:42

Choose a tag to compare

Update build.yml