diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2e92b2b..db9ac90 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.0.1", "benchmarks/fraise": "0.0.0", - "benchmarks/graphiti": "0.2.0", + "benchmarks/graphiti": "0.3.0", "benchmarks/letta": "0.1.0", "benchmarks/mem0": "0.1.0" } diff --git a/benchmarks/graphiti/CHANGELOG.md b/benchmarks/graphiti/CHANGELOG.md index 1de52f3..0b5c04b 100644 --- a/benchmarks/graphiti/CHANGELOG.md +++ b/benchmarks/graphiti/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/RonsenbergVI/agent-memory-benchmarks/compare/graphiti/v0.2.0...graphiti/v0.3.0) (2026-08-23) + + +### Bug fixes + +* **graphiti:** drop truststore from the TLS path ([#100](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/100)) ([c177b95](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/c177b95452611a1e3cec53391fb3615a1dae5181)) +* **graphiti:** stop closing async clients in teardown ([#94](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/94)) ([a8d5fa4](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/a8d5fa4604d5df20748039189ec1e25c62500dd7)) + ## [0.2.0](https://github.com/RonsenbergVI/agent-memory-benchmarks/compare/graphiti/v0.1.0...graphiti/v0.2.0) (2026-08-22) diff --git a/benchmarks/graphiti/pyproject.toml b/benchmarks/graphiti/pyproject.toml index 81f8673..1c1ac22 100644 --- a/benchmarks/graphiti/pyproject.toml +++ b/benchmarks/graphiti/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "graphiti" -version = "0.2.0" +version = "0.3.0" description = "Add your description here" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 142224d..f7373b3 100644 --- a/uv.lock +++ b/uv.lock @@ -815,7 +815,7 @@ wheels = [ [[package]] name = "graphiti" -version = "0.2.0" +version = "0.3.0" source = { editable = "benchmarks/graphiti" } dependencies = [ { name = "amb" },