upgrade: agent-client-protocol 0.10.2 — stabilize session management features#1961
Merged
upgrade: agent-client-protocol 0.10.2 — stabilize session management features#1961
Conversation
…ation - Upgrade agent-client-protocol from 0.10.0 to 0.10.2 - Remove unstable features that were stabilized: - unstable_session_list (now always enabled) - unstable_session_info_update (now always enabled) - Remove all #[cfg(feature)] attributes for stabilized features from zeph-acp - Move async-stream to workspace.dependencies (was locally versioned) - Update feature flags in Cargo.toml files to match 0.10.2 API Changes in 0.10.1-0.10.2: - 0.10.1: Stabilize session_list and session_info_update - 0.10.2: Add unstable session/close support No breaking changes. All 5625 tests pass.
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.
Overview
Upgrade
agent-client-protocolfrom 0.10.0 to 0.10.2, incorporating stabilized session management features and cleaning up related code.Changes
Dependencies
Feature Stabilization
In v0.10.1, two previously unstable features were stabilized:
unstable_session_list→ always enabledunstable_session_info_update→ always enabledCode Cleanup
#[cfg(feature = "unstable_session_list")]conditionals from zeph-acp (4 tests)#[cfg(feature = "unstable_session_info_update")]conditionals from zeph-acp (3 locations)What's New in 0.10.2
session/closemethodsValidation
Impact