diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2e92b2b..a963e63 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.0.1", + ".": "0.1.0", "benchmarks/fraise": "0.0.0", "benchmarks/graphiti": "0.2.0", "benchmarks/letta": "0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..acd4ca3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## [0.1.0](https://github.com/RonsenbergVI/agent-memory-benchmarks/compare/v0.0.1...v0.1.0) (2026-08-23) + + +### Bug fixes + +* **graphiti:** document the raised llm token ceiling ([#90](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/90)) ([3302d5f](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/3302d5fb560f8499c799946540365711688ed409)) +* **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)) +* match tagged toml values in release-please lockfile filters ([#92](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/92)) ([02bb9ef](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/02bb9ef245130100d8897b75925b68705ca4b80d)) + + +### Dependencies + +* bump actions/download-artifact from 4 to 8 ([#5](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/5)) ([fcc4acb](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/fcc4acb27218902ed85718d61de5166f0b4a1140)) +* bump actions/upload-artifact from 4 to 7 ([#6](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/6)) ([a88e482](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/a88e4827d25a4cecf631ed4430b0d6e2e55eca39)) +* bump docker/login-action from 3 to 4 ([#8](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/8)) ([72458c3](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/72458c3a7b5dcdf2bd6eaeffaa6edf8e80d9b636)) +* bump openai from 2.54.0 to 3.1.0 ([#7](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/7)) ([38e9d7e](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/38e9d7e87edbd28c89430b0d7d9af409da68eb2a)) +* bump openai from 3.1.0 to 3.2.0 ([#85](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/85)) ([de3ef85](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/de3ef85dcab056fa6ef192b3a6cd019759dc8942)) +* bump pydantic-ai from 2.31.0 to 2.31.1 ([#37](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/37)) ([980ce8a](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/980ce8a4cc898b8fe624cf3537586bc957244e05)) +* bump stefanzweifel/git-auto-commit-action from 5 to 7 ([e843a8d](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/e843a8d66443acd82db677db7503c3ac5406f94a)) +* bump stefanzweifel/git-auto-commit-action from 5 to 7 ([#11](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/11)) ([d189daa](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/d189daa2535e5e514b4de8f0be973941542716be)) +* bump tiktoken from 0.13.0 to 0.14.0 ([#38](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/38)) ([1aaced6](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/1aaced64d7147c79a71aa28ed331c865e9ed99b0)) + + +### Maintenance + +* add citation ([#101](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/101)) ([e2634a7](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/e2634a71580f93faee0cf89789b1d97bc08aba9f)) +* add run freshness in plots ([#88](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/88)) ([322c1a9](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/322c1a9e0efd0ce586e82a21a6e923b2168ee321)) +* CI run improvements ([#96](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/96)) ([d9accd3](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/d9accd30e779ebaf84afe4d22ec411af1d32fa86)) +* drop component from release tags ([#17](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/17)) ([2f50cea](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/2f50cea27773e4d52e6dd7a3e63ddd63fb622f53)) +* **main:** release graphiti 0.1.0 ([#34](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/34)) ([bc22102](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/bc2210225335dc6ae877f303246250ddc3d4bc22)) +* **main:** release graphiti 0.2.0 ([#93](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/93)) ([d4ce825](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/d4ce825406c98252a5ad0cdda40ab1985ba765d4)) +* **main:** release letta 0.1.0 ([#33](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/33)) ([bfbb05d](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/bfbb05d9a9df7afd41ade05d0123f89d5872b206)) +* **main:** release mem0 0.1.0 ([#35](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/35)) ([f068ae4](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/f068ae4ac8417d9392254dbf9d338ddf3e5a5aaa)) +* polish readme ([#86](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/86)) ([65a0715](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/65a0715ed1ac990be69886ab539b7b15e7514880)) +* preparing first full run ([#19](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/19)) ([cd91b4b](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/cd91b4b9767fdcbac970a92b03e50963d3ddfc45)) +* remove individual memory dependabot ([#39](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/39)) ([a28f25b](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/a28f25bb603e43bf9bb9f1c8f6438927c852f80d)) +* repo hygiene - first full run prep ([#31](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/31)) ([2a1bc04](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/2a1bc0484b69d8ee3fcec69dbf6e4c793e857a75)) +* update run artefact saving ([#98](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/98)) ([87064e5](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/87064e55ab9106ce71b2aa24046287fa837dc5db))