File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.7.0] - 2026-05-13
11+
12+ ### Changed
13+ - Pin CORE_VERSION to 2.7.0
14+
15+ ### Fixed
16+ - Download timeout and checksum fail-closed (#17 )
17+ - Add ` CAPISCIO_REQUIRE_CHECKSUM ` fail-closed mode
18+ - Binary SHA-256 checksum verification after download
19+
1020## [ 2.6.0] - 2026-03-27
1121
1222### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " capiscio"
7- version = " 2.6 .0"
7+ version = " 2.7 .0"
88description = " The official CapiscIO CLI tool for validating A2A agents."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1818logger = logging .getLogger (__name__ )
1919
2020# Configuration
21- CORE_VERSION = "2.6 .0" # The version of the core binary to download
21+ CORE_VERSION = "2.7 .0" # The version of the core binary to download
2222GITHUB_REPO = "capiscio/capiscio-core"
2323BINARY_NAME = "capiscio"
2424
You can’t perform that action at this time.
0 commit comments