@viceme-ai/cli 0.42.0 → 0.42.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/checksums.txt +6 -6
- package/docs/releasing.md +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.42.1] - 2026-09-14
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 避免 Windows 并发购买写码失败 (`3a81362`)
|
|
8
|
+
- 修复试用并发计次与安装恢复边界 (`f8024e0`)
|
|
9
|
+
- 按响应头决定是否跳过稳定 S3 对象 (`7118e70`)
|
|
10
|
+
- 并行加速 CN/Global S3 发布 (`71b8738`)
|
|
11
|
+
- 将 Bonjour 模板目录升至 1.0.3 (`e4f9a4b`)
|
|
12
|
+
- 停用入口时同时校验市场归属 (`028d661`)
|
|
13
|
+
- 统一试用正文交付与耗尽停用流程 (`4152a76`)
|
|
14
|
+
|
|
3
15
|
## [0.42.0] - 2026-09-14
|
|
4
16
|
|
|
5
17
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
6e625d5497674bc696e4b3b4507b29d86c6af34f613592507bb5ea7cf218bb15 viceme_0.42.1_darwin_amd64
|
|
2
|
+
4c9fd2e84afb64696ac0c7b4c7a314ffe19e84c1843db3151b4bc54e51aa263f viceme_0.42.1_darwin_arm64
|
|
3
|
+
ebc8db427c7bceb83e948a915c77a3092e300f2a4bab96d8fc300ba4aa5cd2a3 viceme_0.42.1_linux_amd64
|
|
4
|
+
06ef42311d255a1844519e6c03735ad3a29982e0627d8b96a778534d2869e091 viceme_0.42.1_linux_arm64
|
|
5
|
+
f7ff2a4fd085ed78daecac75e5befddb357c3fad5f3962d691abd32b048c05f4 viceme_0.42.1_windows_amd64.exe
|
|
6
|
+
17364e612936efce698147771147ae27af3f4875fd76e7cceb8d302f299ece50 viceme_0.42.1_windows_arm64.exe
|
package/docs/releasing.md
CHANGED
|
@@ -150,10 +150,13 @@ the public `/-/binary/viceme-cli/` mirror; it does not create another npm
|
|
|
150
150
|
package.
|
|
151
151
|
|
|
152
152
|
The CN and Global release mirrors are S3-compatible origins rather than Amazon
|
|
153
|
-
S3 itself.
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
153
|
+
S3 itself. `cmd/s3-publish` always runs from the GitHub Actions workflow
|
|
154
|
+
revision that is executing (so recovering an older tag still uses the current
|
|
155
|
+
publisher) and reads the immutable `dist` artifact assembled for that release.
|
|
156
|
+
The publisher and workflow set request and response checksum calculation to
|
|
157
|
+
`WHEN_REQUIRED`: immutable artifacts are still compared byte-for-byte on
|
|
158
|
+
recovery, while optional AWS streaming checksum trailers that the origins do
|
|
159
|
+
not implement are not sent.
|
|
157
160
|
|
|
158
161
|
Every release renders two public Agent contracts with the exact stable version:
|
|
159
162
|
|