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.15.0"
".": "1.16.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

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


### Features

* **analytics-scorer:** add AnalyticsScorer implementation and update… ([#578](https://github.com/GoogleCloudPlatform/evalbench/issues/578)) ([249191c](https://github.com/GoogleCloudPlatform/evalbench/commit/249191cf542a45c554bd4492f8fe0a2d931e16a1))
* **dataset-quality:** count skills in trajectory coverage ([#568](https://github.com/GoogleCloudPlatform/evalbench/issues/568)) ([2768d7c](https://github.com/GoogleCloudPlatform/evalbench/commit/2768d7c41f3d7634ada08b56d218a7bc88c26e89))
* **evalbench:** add native Agent Runtime generator support and deployment guide ([f022fea](https://github.com/GoogleCloudPlatform/evalbench/commit/f022fea5a930d3c8f5d7592e612e25e296d5cfe1))
* normalize namespaced skill names in SkillsTrajectoryMatcher ([1480f53](https://github.com/GoogleCloudPlatform/evalbench/commit/1480f5334a6f84b654927c5a2d5d9673bc552655))
* normalize namespaced skill names in SkillsTrajectoryMatcher ([1e4d549](https://github.com/GoogleCloudPlatform/evalbench/commit/1e4d549f673e02c7468b033c4bc7d08203967d88))
* **query_data_api:** capture pipeline_debug_info in eval reports via REST ([7135ce0](https://github.com/GoogleCloudPlatform/evalbench/commit/7135ce09d1e5053b11a2f80f9d228737c69768c8))
* **query_data_api:** capture pipeline_debug_info in eval reports via REST ([beeae53](https://github.com/GoogleCloudPlatform/evalbench/commit/beeae53c2dee653e65fc7788b3b3faf4abe4146d))
* **scorers:** pass config dictionary and runtime kwargs to pythonscorer script input ([ba0136e](https://github.com/GoogleCloudPlatform/evalbench/commit/ba0136ea24bf21d8e916b4f809e6bd1872964635))
* support generated and default columns in Spanner database driver ([cc70805](https://github.com/GoogleCloudPlatform/evalbench/commit/cc708051392d0c803681a0861e0f28f44ca19ff9))


### Bug Fixes

* attache session id header so to address unstable caching ([9fe2010](https://github.com/GoogleCloudPlatform/evalbench/commit/9fe20102e794e66498eac41fc18632411f5f6bff))
* attache session id header so to address unstable caching ([827e004](https://github.com/GoogleCloudPlatform/evalbench/commit/827e004c4d2112670faa9db668c54972232db30b))
* **examples:** fix Jupyter Notebook JSON schema validation errors and update title ([5e6d03d](https://github.com/GoogleCloudPlatform/evalbench/commit/5e6d03d49762c21d5fa6e200f4b0c2afc7ac68ed))
* **examples:** update notebook title and repair schema validation errors ([0f962c1](https://github.com/GoogleCloudPlatform/evalbench/commit/0f962c1ba35a32767f101ccf1f64a8bb8b575f93))
* Replace Spanner column slicing with explicit synthetic column exclusion ([abe01c9](https://github.com/GoogleCloudPlatform/evalbench/commit/abe01c9d25187550eeef77e15c118e6c934137b5))

## [1.15.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.14.0...v1.15.0) (2026-08-11)


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.15.0"
version = "1.16.0"
requires-python = ">=3.10"
description = "Evalbench - evaluation benchmarking framework"
readme = "README.md"
Expand Down
Loading