chore(deps): bump the cpaembedded-minor-and-patch group across 1 directory with 3 updates - #507
Merged
tbphp merged 2 commits intoAug 31, 2026
Conversation
Owner
|
@dependabot rebase |
…ctory with 3 updates Bumps the cpaembedded-minor-and-patch group with 3 updates in the /third_party/cpaembedded directory: [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli), [github.com/router-for-me/CLIProxyAPI/v7](https://github.com/router-for-me/CLIProxyAPI) and [github.com/tidwall/gjson](https://github.com/tidwall/gjson). Updates `github.com/andybalholm/brotli` from 1.0.6 to 1.2.3 - [Commits](andybalholm/brotli@v1.0.6...v1.2.3) Updates `github.com/router-for-me/CLIProxyAPI/v7` from 7.2.143 to 7.2.144 - [Release notes](https://github.com/router-for-me/CLIProxyAPI/releases) - [Commits](router-for-me/CLIProxyAPI@v7.2.143...v7.2.144) Updates `github.com/tidwall/gjson` from 1.18.0 to 1.19.0 - [Commits](tidwall/gjson@v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/andybalholm/brotli dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cpaembedded-minor-and-patch - dependency-name: github.com/router-for-me/CLIProxyAPI/v7 dependency-version: 7.2.144 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cpaembedded-minor-and-patch - dependency-name: github.com/tidwall/gjson dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cpaembedded-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/third_party/cpaembedded/cpaembedded-minor-and-patch-57fb8d7826
branch
from
August 31, 2026 08:19
1346fb2 to
a174491
Compare
tbphp
deleted the
dependabot/go_modules/third_party/cpaembedded/cpaembedded-minor-and-patch-57fb8d7826
branch
August 31, 2026 08:37
8 tasks
tbphp
added a commit
that referenced
this pull request
Aug 31, 2026
* fix(release): 修正 CPA 版本文档漂移与数据库合同测试遗漏 THIRD_PARTY_NOTICES.md 与 cpaembedded/README.md 的 CLIProxyAPI 版本号 未随 #507 依赖升级同步,仍是 v7.2.143(实际 v7.2.144)。 ci.yml 与 release.yml 的数据库合同测试 -run 正则手工维护测试名单, 已产生漂移:ci.yml 含一个不存在的测试名(静默不匹配),两者都缺失 TestExternalDatabaseMySQLRecoversObservationFreshnessCheckDrop, release.yml 还缺失 TestExternalDatabaseAccessKeyCostLimitPeriodPermutation。 改为按前缀匹配同目录下全部 TestExternal* 测试,避免后续再次漂移。 补上 ja-JP/settings.ts 缺失的 runtime.pendingRestoreSource key, 该 key 在 4 个组件共 8 处引用,此前日文界面回退显示英文文案。 * fix(storage): 修正 0003 迁移恢复对 MySQL 中间态的误判 启用数据库合同测试的完整名单后, TestExternalDatabaseMySQLRecoversObservationFreshnessCheckDrop 第一次在真实 MySQL 上执行即失败:ValidateCurrent0001 仅凭 fresh_until_ms 列是否存在判断 0003 是否已完成,但 MySQL 上 0003 的 DROP CHECK 与 DropColumn 是两条独立、非事务性 DDL, 崩溃可能停在"约束已删、列还在"的中间态。此时 ValidateCurrent0001 误判为"0003 未开始",转而用要求约束存在的冻结校验器 Validate0001, 导致误报 chk_credential_observation_fresh_until 缺失。 改为以约束是否存在作为判断信号,与同文件 ValidateRecoverable0003 已经正确处理该中间态的逻辑保持一致。已用一次性 MySQL 8.4 与 PostgreSQL 18 容器验证三态恢复路径与完整数据库合同测试套件。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cpaembedded-minor-and-patch group with 3 updates in the /third_party/cpaembedded directory: github.com/andybalholm/brotli, github.com/router-for-me/CLIProxyAPI/v7 and github.com/tidwall/gjson.
Updates
github.com/andybalholm/brotlifrom 1.0.6 to 1.2.3Commits
6b8aef6HTTPCompressor: don't use V2785aba5reuse hgroupsb797a35reuse block_type_trees0675b24Remove unnecessary nil checks946c3e4matchfinder: verify candidate matches against source data014fb9cAdd Bargain3 MatchFinderdeb905cTrio: vary hash table sizesb84bdddM4: fix updating chain for long historya7ad412Bargain1 & Bargain2: check for matches less often6c6ca8cAdd Bargain1 MatchFinderUpdates
github.com/router-for-me/CLIProxyAPI/v7from 7.2.143 to 7.2.144Release notes
Sourced from github.com/router-for-me/CLIProxyAPI/v7's releases.
Commits
d36b776fix(test): improve cross-platform compatibility across unit testsf8c45c3feat(codex): map claude output_config format to text format8ee9addfix(claude): drop trailing assistant prefill for fable models95f83a8fix(claude): treat allowed_warning as allowed in unified rate limit checks06997dffix(gemini): cache trailing text thought signatures instead of emitting carriersfcea738fix(codex): use codex status error for websocket handshake rejections1cc72b9fix(codex): filter extended reasoning levels for older client versionsUpdates
github.com/tidwall/gjsonfrom 1.18.0 to 1.19.0Commits
0fac2c9Add iterator functions All, Keys, and Values4d23028Add repo url10d2662Add copyright comment4a91ee1Update README.md