@viceme-ai/cli 0.42.0 → 0.42.2
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 +18 -0
- package/checksums.txt +6 -6
- package/docs/releasing.md +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.42.2] - 2026-09-15
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 兼容做同款发布溯源响应并保留终审字段 (`f3731a5`)
|
|
8
|
+
|
|
9
|
+
## [0.42.1] - 2026-09-14
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- 避免 Windows 并发购买写码失败 (`3a81362`)
|
|
14
|
+
- 修复试用并发计次与安装恢复边界 (`f8024e0`)
|
|
15
|
+
- 按响应头决定是否跳过稳定 S3 对象 (`7118e70`)
|
|
16
|
+
- 并行加速 CN/Global S3 发布 (`71b8738`)
|
|
17
|
+
- 将 Bonjour 模板目录升至 1.0.3 (`e4f9a4b`)
|
|
18
|
+
- 停用入口时同时校验市场归属 (`028d661`)
|
|
19
|
+
- 统一试用正文交付与耗尽停用流程 (`4152a76`)
|
|
20
|
+
|
|
3
21
|
## [0.42.0] - 2026-09-14
|
|
4
22
|
|
|
5
23
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
c72cf6997aa8cf1d7608397337c308278a15157abe89b92c27a4f8917da4632e viceme_0.42.2_darwin_amd64
|
|
2
|
+
16d06e6f006c0636cb51f5f16e44f48449b37b50dd275dac06c8ab5521aeb8b7 viceme_0.42.2_darwin_arm64
|
|
3
|
+
9c13f22aa6338c575e47963bbe70db1489c8c0dd525867e42038d7fa0abacc6d viceme_0.42.2_linux_amd64
|
|
4
|
+
2f359f9cb1c15e10f6fe580b9b5948a245742e4fee7b47d820f79bd63c1b0d2b viceme_0.42.2_linux_arm64
|
|
5
|
+
f1394a6a66208d0c02ce3257af974c307d8cd44e8eed68e9cd658da03a4f75f6 viceme_0.42.2_windows_amd64.exe
|
|
6
|
+
e68c2eb02a93575c8721d4240aac19c0d2f2010fb9e93949b6a5d199a7b91bea viceme_0.42.2_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
|
|