Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.16.0"
".": "1.17.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.17.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.16.0...v1.17.0) (2026-09-03)


### Features

* **agentic_reverse_proxy:** canonicalize MCP tools and enhance skill extraction ([e8721c6](https://github.com/GoogleCloudPlatform/evalbench/commit/e8721c699e93c248619cbea267683ab6666e5cb8))
* **agent:** introduce generalized reverse proxy bidirectional streaming evaluation ([d623c85](https://github.com/GoogleCloudPlatform/evalbench/commit/d623c85dc4a0ad05367a905190ed25ae786531a9))


### Bug Fixes

* **agentic_reverse_proxy:** accept timeout_seconds in safe_generate ([0f504b4](https://github.com/GoogleCloudPlatform/evalbench/commit/0f504b4bac3cb9ec790e355e60f425e15cef61a3))
* **eval_service:** ensure evalproto directory is in sys.path for proto imports ([ed1d249](https://github.com/GoogleCloudPlatform/evalbench/commit/ed1d249a8f14ce18b97f42b671746f40fc1d265e))
* **service:** add generator and stream guards with error propagation to AgentInteract ([2c6a0f3](https://github.com/GoogleCloudPlatform/evalbench/commit/2c6a0f37e55ac649ba55dec36c8e787e9adeecde))
* **test:** clean up SessionManager sessions in asyncTearDown ([653cf9b](https://github.com/GoogleCloudPlatform/evalbench/commit/653cf9b7b9520b54e508aad6b5f1d7c58c1b0478))
* **test:** consume sender task via asyncio.gather in integration test ([dc73810](https://github.com/GoogleCloudPlatform/evalbench/commit/dc73810779725c88ed6eb77b5ce5fe71f2c2c921))

## [1.16.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.15.0...v1.16.0) (2026-09-01)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "google-evalbench"
version = "1.16.0"
version = "1.17.0"
requires-python = ">=3.10"
description = "Evalbench - evaluation benchmarking framework"
readme = "README.md"
Expand Down
Loading