-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Description
Several compare links in the CHANGELOG.md files return 404 errors. These appear to be auto-generated by release tooling and reference old tag naming conventions.
Broken Links
packages/bedrock-sdk/CHANGELOG.md
https://github.com/anthropics/anthropic-bedrock-typescript/compare/v0.0.1...v0.1.0(old repo name)https://github.com/anthropics/anthropic-sdk-typescript/compare/bedrock-sdk-v0.20.0...bedrock-sdk-v0.21.0https://github.com/anthropics/anthropic-sdk-typescript/compare/bedrock-sdk-v0.7.0...bedrock-sdk-v0.7.1
packages/foundry-sdk/CHANGELOG.md
https://github.com/anthropics/anthropic-sdk-typescript/compare/foundry-sdk-v0.1.0...foundry-sdk-v0.2.0
CHANGELOG.md (root)
https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.12.3...sdk-v0.12.4https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.41.0...sdk-v0.42.0
packages/vertex-sdk/CHANGELOG.md
https://github.com/anthropics/anthropic-sdk-typescript/compare/vertex-sdk-v0.0.1...vertex-sdk-v0.1.0https://github.com/anthropics/anthropic-sdk-typescript/compare/vertex-sdk-v0.10.0...vertex-sdk-v0.11.0
Root Cause
The tags referenced in these compare links don't exist. This could be due to:
- Tag naming convention changes
- Repository rename from
anthropic-bedrock-typescriptto monorepo structure - Release tooling configuration
Suggested Fix
Update the release tooling configuration to generate correct compare URLs, or manually fix the historical CHANGELOG entries.
🤖 Generated with Claude Code
Metadata
Metadata
Assignees
Labels
No labels