# @langchain/azure-cosmosdb

## 1.2.0

### Minor Changes

- [#9919](https://github.com/langchain-ai/langchainjs/pull/9919) [`1a6fee7`](https://github.com/langchain-ai/langchainjs/commit/1a6fee726948bac6ee65d0fb33b6d53cdd9b07e7) Thanks [@sinedied](https://github.com/sinedied)! - Add cache, chat history and vector store integrations for Azure DocumentDB

- [#9926](https://github.com/langchain-ai/langchainjs/pull/9926) [`79415fb`](https://github.com/langchain-ai/langchainjs/commit/79415fb88e643f906793714249cd2a12b4a18e16) Thanks [@sinedied](https://github.com/sinedied)! - Add advanced search options and retriever methods to AzureCosmosDBNoSQLVectorStore

## 1.1.0

### Minor Changes

- [#9439](https://github.com/langchain-ai/langchainjs/pull/9439) [`521ba2c`](https://github.com/langchain-ai/langchainjs/commit/521ba2c5d82e253668d4df47f1c056f5e91b5ff6) Thanks [@sinedied](https://github.com/sinedied)! - Implement addMessages for chat histories

### Patch Changes

- [#9416](https://github.com/langchain-ai/langchainjs/pull/9416) [`0fe9beb`](https://github.com/langchain-ai/langchainjs/commit/0fe9bebee6710f719e47f913eec1ec4f638e4de4) Thanks [@hntrl](https://github.com/hntrl)! - fix 'moduleResultion: "node"' compatibility

## 1.0.0

This release updates the package for compatibility with LangChain v1.0. See the v1.0 [release notes](https://docs.langchain.com/oss/javascript/releases/langchain-v1) for details on what's new.

## 0.2.10

### Patch Changes

- fd4691f: use `keyEncoder` instead of insecure cache key getter

## 0.2.9

### Patch Changes

- 57f1250: Fix missing init while retrieving context in AzureCosmsosDBNoSQLChatMessageHistory
