Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Comment thread
aayush3011 marked this conversation as resolved.

## [0.2.0b1] (2026-06-30)

Expand Down
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion function_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading