From dbc2280971bd5cc05cb66d12f9447c08d0926d35 Mon Sep 17 00:00:00 2001 From: Destynova2 Date: Tue, 4 Aug 2026 23:31:20 +0200 Subject: [PATCH] chore: release v0.36.86 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692037d..25f5c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.36.86](https://github.com/azerozero/grob/compare/v0.36.85...v0.36.86) - 2026-08-04 + +### Fixed + +- *(policies)* enforce decision token expiry and audience ([#500](https://github.com/azerozero/grob/pull/500)) +- harden critical architecture boundaries ([#493](https://github.com/azerozero/grob/pull/493)) + +### Other + +- *(design)* validate the OCR-to-DLP hypothesis against the real engine ([#499](https://github.com/azerozero/grob/pull/499)) +- *(design)* measure L2 watermark robustness, correct layer table ([#498](https://github.com/azerozero/grob/pull/498)) +- *(design)* measure TrustMark cost and pHash robustness contract ([#497](https://github.com/azerozero/grob/pull/497)) +- *(design)* correct c2pa cost with real measurements, reorder media plan ([#496](https://github.com/azerozero/grob/pull/496)) +- *(design)* image/video DLP, content provenance, and agent control plane ([#495](https://github.com/azerozero/grob/pull/495)) +- *(reference)* add the protocol fidelity matrix ([#490](https://github.com/azerozero/grob/pull/490)) + ## [0.36.85](https://github.com/azerozero/grob/compare/v0.36.84...v0.36.85) - 2026-07-28 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ab8b92e..fa3883d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,7 +1826,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.36.85" +version = "0.36.86" dependencies = [ "aes-gcm", "age", diff --git a/Cargo.toml b/Cargo.toml index 4b8e0aa..3fd071b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.36.85" +version = "0.36.86" edition = "2021" license = "Apache-2.0" description = "High-performance LLM routing proxy — routes to Anthropic, OpenAI, Gemini, DeepSeek, Ollama & more with streaming, tool calling, and multi-provider fallback"