From b8d6190816a435aa5573565a34dc82ae0ed137b6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:27:35 +0000 Subject: [PATCH] chore(main): release 1.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc0..5677a32d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eea1e8f..52338d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index bba21b99..a1efefdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"