docs: update Claude Code releases (v2.1.27 → v2.1.29)
Updates: - Latest version: v2.1.29 (2026-01-31) - Updated date: 2026-02-02 - Added v2.1.29: Performance fixes for session resumption - Corrected v2.1.27 date: 2026-01-29 (was incorrectly 2026-01-31) - Enhanced v2.1.27 highlights: Windows/VSCode fixes Source: github.com/anthropics/claude-code/CHANGELOG.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0bb116cd2c
commit
4d71fdc31d
2 changed files with 19 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
> **Full details**: [github.com/anthropics/claude-code/CHANGELOG.md](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
|
> **Full details**: [github.com/anthropics/claude-code/CHANGELOG.md](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
|
||||||
> **Machine-readable**: [claude-code-releases.yaml](../machine-readable/claude-code-releases.yaml)
|
> **Machine-readable**: [claude-code-releases.yaml](../machine-readable/claude-code-releases.yaml)
|
||||||
|
|
||||||
**Latest**: v2.1.27 | **Updated**: 2026-01-31
|
**Latest**: v2.1.29 | **Updated**: 2026-02-02
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -19,7 +19,12 @@
|
||||||
|
|
||||||
## 2.1.x Series (January 2026)
|
## 2.1.x Series (January 2026)
|
||||||
|
|
||||||
### v2.1.27 (2026-01-31)
|
### v2.1.29 (2026-01-31)
|
||||||
|
|
||||||
|
- **Performance**: Fixed startup performance issues when resuming sessions with saved hook context
|
||||||
|
- Significantly improved session recovery speed for long-duration sessions
|
||||||
|
|
||||||
|
### v2.1.27 (2026-01-29)
|
||||||
|
|
||||||
- **New**: `--from-pr` flag to resume sessions linked to a specific GitHub PR number or URL
|
- **New**: `--from-pr` flag to resume sessions linked to a specific GitHub PR number or URL
|
||||||
- **New**: Sessions automatically linked to PRs when created via `gh pr create`
|
- **New**: Sessions automatically linked to PRs when created via `gh pr create`
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
# Purpose: Track Claude Code product releases for documentation sync
|
# Purpose: Track Claude Code product releases for documentation sync
|
||||||
# Maintained: Manual updates when new releases are announced
|
# Maintained: Manual updates when new releases are announced
|
||||||
|
|
||||||
latest: "2.1.27"
|
latest: "2.1.29"
|
||||||
updated: "2026-01-31"
|
updated: "2026-02-02"
|
||||||
|
|
||||||
# ════════════════════════════════════════════════════════════════
|
# ════════════════════════════════════════════════════════════════
|
||||||
# RELEASES (newest first, condensed highlights only)
|
# RELEASES (newest first, condensed highlights only)
|
||||||
|
|
@ -15,12 +15,20 @@ releases:
|
||||||
# 2.1.x Series (January 2026)
|
# 2.1.x Series (January 2026)
|
||||||
# ─────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
- version: "2.1.27"
|
- version: "2.1.29"
|
||||||
date: "2026-01-31"
|
date: "2026-01-31"
|
||||||
|
highlights:
|
||||||
|
- "Fixed startup performance with saved hook context"
|
||||||
|
- "Improved session recovery speed for long-duration sessions"
|
||||||
|
breaking: []
|
||||||
|
|
||||||
|
- version: "2.1.27"
|
||||||
|
date: "2026-01-29"
|
||||||
highlights:
|
highlights:
|
||||||
- "`--from-pr` flag to resume sessions linked to GitHub PR number/URL"
|
- "`--from-pr` flag to resume sessions linked to GitHub PR number/URL"
|
||||||
- "Sessions auto-linked to PRs when created via `gh pr create`"
|
- "Sessions auto-linked to PRs when created via `gh pr create`"
|
||||||
- "Fixed context management validation for Bedrock/Vertex gateway users"
|
- "Windows: Fixed bash execution and console flashing issues"
|
||||||
|
- "VSCode: Fixed OAuth token expiration (401 errors)"
|
||||||
breaking: []
|
breaking: []
|
||||||
|
|
||||||
- version: "2.1.25"
|
- version: "2.1.25"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue