Skip to content

Commit bc0da64

Browse files
chore(release): 1.3.5 [skip ci]
## [1.3.5](1.3.4...1.3.5) (2026-05-29) ### Bug Fixes * **web:** 修复并发请求时 MemoryStream 数据覆盖问题 ([84a3356](84a3356)) ### Performance Improvements * **web:** 字典初始化使用源字典容量避免扩容 ([e38487e](e38487e)) ### Reverts * **web:** 恢复 WebData 为 public ([d5107b1](d5107b1))
1 parent 84a3356 commit bc0da64

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.3.5](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.4...1.3.5) (2026-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **web:** 修复并发请求时 MemoryStream 数据覆盖问题 ([84a3356](https://github.com/gameframex/com.gameframex.unity.web/commit/84a33565b707ff0daca6c57d3a370402fcd31e93))
7+
8+
9+
### Performance Improvements
10+
11+
* **web:** 字典初始化使用源字典容量避免扩容 ([e38487e](https://github.com/gameframex/com.gameframex.unity.web/commit/e38487e77001ebfb2292cca96416f8882c014ca2))
12+
13+
14+
### Reverts
15+
16+
* **web:** 恢复 WebData 为 public ([d5107b1](https://github.com/gameframex/com.gameframex.unity.web/commit/d5107b12fb28a30151420280107acf507a7123e0))
17+
118
## [1.3.4](https://github.com/gameframex/com.gameframex.unity.web/compare/1.3.3...1.3.4) (2026-05-28)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X Web",
44
"category": "GameFrameX",
55
"description": "GameFrameX Web — Unity HTTP request management package. Provides async GET and POST operations with string or byte array responses, support for query strings, custom headers, form data, and raw byte payloads, plus base/global request configuration (auto-appended headers, query params, form data) and configurable timeout. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX Web — Unity HTTP 请求管理功能包。提供异步 GET 和 POST 操作,支持字符串或字节数组响应,支持查询字符串、自定义请求头、表单数据和原始字节负载,以及基础/全局请求配置(自动追加请求头、查询参数、表单数据)和可配置超时。文档:https://gameframex.doc.alianblank.com",
6-
"version": "1.3.4",
6+
"version": "1.3.5",
77
"unity": "2019.4",
88
"keywords": [
99
"GameFrameX",

0 commit comments

Comments
 (0)