From 749625cf8c5bb63f90547bc09fc1c3069dc13218 Mon Sep 17 00:00:00 2001 From: Aayush Kataria Date: Wed, 1 Jul 2026 11:09:35 -0700 Subject: [PATCH] release changes --- CHANGELOG.md | 9 ++------- azure.yaml | 2 +- function_app/requirements.txt | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61781b7..2f9f74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,11 @@ ## Release History -## [Unreleased] +## [0.2.0b2] (2026-07-01) #### Features Added * Embeddings and chat clients can now be injected via the new `embeddings_client` and `chat_client` constructor arguments on `CosmosMemoryClient` and - `AsyncCosmosMemoryClient`. When supplied, the toolkit uses the provided client - instead of building an Azure-backed one, and does not close it (the caller owns - its lifecycle, mirroring the existing credential-ownership behavior). This enables - OpenAI-compatible / self-hosted embedding and chat backends, reuse of a - caller-configured client, and deterministic offline testing (for example against - the Cosmos DB emulator). + `AsyncCosmosMemoryClient`. See [PR:#27](https://github.com/AzureCosmosDB/AgentMemoryToolkit/pull/27) ## [0.2.0b1] (2026-06-30) diff --git a/azure.yaml b/azure.yaml index 6a59827..04dfce2 100644 --- a/azure.yaml +++ b/azure.yaml @@ -2,7 +2,7 @@ name: azure-cosmos-agent-memory metadata: - template: azure-cosmos-agent-memory@0.2.0b1 + template: azure-cosmos-agent-memory@0.2.0b2 infra: provider: bicep diff --git a/function_app/requirements.txt b/function_app/requirements.txt index 96501f6..c4d1f30 100644 --- a/function_app/requirements.txt +++ b/function_app/requirements.txt @@ -2,7 +2,7 @@ azure-functions azure-functions-durable -azure-cosmos-agent-memory==0.2.0b1 +azure-cosmos-agent-memory==0.2.0b2 azure-cosmos>=4.16.0 azure-identity>=1.20 diff --git a/pyproject.toml b/pyproject.toml index 3d15411..2ead3b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ namespaces = true [project] name = "azure-cosmos-agent-memory" -version = "0.2.0b1" +version = "0.2.0b2" description = "Store, retrieve, and transform AI agent memories backed by Azure Cosmos DB" readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index 3dea73f..610993f 100644 --- a/uv.lock +++ b/uv.lock @@ -194,7 +194,7 @@ wheels = [ [[package]] name = "azure-cosmos-agent-memory" -version = "0.2.0b1" +version = "0.2.0b2" source = { editable = "." } dependencies = [ { name = "aiohttp" },