Skip to content

Commit a81bdc7

Browse files
github-actions[bot]FilipZmijewski
authored andcommitted
chore: version packages (langchain-ai#10836)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @langchain/core@1.1.45 ### Patch Changes - [langchain-ai#10833](langchain-ai#10833) [`6cf39fe`](langchain-ai@6cf39fe) Thanks [@colifran](https://github.com/colifran)! - chore(core): deprecate streamLog, streamEvents v1, RunnableWithMessageHistory and improve threat model verbiage for loads - [langchain-ai#10835](langchain-ai#10835) [`0aebe50`](langchain-ai@0aebe50) Thanks [@colifran](https://github.com/colifran)! - fix(core): deno re-declaration in LangSmith is causing unit test failures ## @langchain/anthropic@1.3.29 ### Patch Changes - [langchain-ai#10735](langchain-ai#10735) [`1a2a08a`](langchain-ai@1a2a08a) Thanks [@chenzimin](https://github.com/chenzimin)! - feat(anthropic): add automatic prompt caching via top-level cache_control ## @langchain/aws@1.3.6 ### Patch Changes - [langchain-ai#10839](langchain-ai#10839) [`c0e8113`](langchain-ai@c0e8113) Thanks [@hntrl](https://github.com/hntrl)! - fix(aws): map Bedrock prompt cache usage metadata to input token details Include `cacheReadInputTokens` and `cacheWriteInputTokens` from Bedrock Converse responses in `usage_metadata.input_token_details` for both invoke and stream metadata handling. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff2974f commit a81bdc7

10 files changed

Lines changed: 27 additions & 27 deletions

File tree

β€Ž.changeset/hunter-aws-prompt-cache-usage.mdβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Ž.changeset/perky-deer-nail.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/rare-lands-decide.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/shiny-olives-enter.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Žlibs/langchain-core/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @langchain/core
22

3+
## 1.1.45
4+
5+
### Patch Changes
6+
7+
- [#10833](https://github.com/langchain-ai/langchainjs/pull/10833) [`6cf39fe`](https://github.com/langchain-ai/langchainjs/commit/6cf39fe9636804f6280db0b98c4a4c72d5b103a0) Thanks [@colifran](https://github.com/colifran)! - chore(core): deprecate streamLog, streamEvents v1, RunnableWithMessageHistory and improve threat model verbiage for loads
8+
9+
- [#10835](https://github.com/langchain-ai/langchainjs/pull/10835) [`0aebe50`](https://github.com/langchain-ai/langchainjs/commit/0aebe5054cfb982f09d9775b017317a731b6576f) Thanks [@colifran](https://github.com/colifran)! - fix(core): deno re-declaration in LangSmith is causing unit test failures
10+
311
## 1.1.44
412

513
### Patch Changes

β€Žlibs/langchain-core/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/core",
3-
"version": "1.1.44",
3+
"version": "1.1.45",
44
"description": "Core LangChain.js abstractions and schemas",
55
"type": "module",
66
"engines": {

β€Žlibs/providers/langchain-anthropic/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @langchain/anthropic
22

3+
## 1.3.29
4+
5+
### Patch Changes
6+
7+
- [#10735](https://github.com/langchain-ai/langchainjs/pull/10735) [`1a2a08a`](https://github.com/langchain-ai/langchainjs/commit/1a2a08a33b7d99ec7348678116cc5d074db137bb) Thanks [@chenzimin](https://github.com/chenzimin)! - feat(anthropic): add automatic prompt caching via top-level cache_control
8+
39
## 1.3.28
410

511
### Patch Changes

β€Žlibs/providers/langchain-anthropic/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/anthropic",
3-
"version": "1.3.28",
3+
"version": "1.3.29",
44
"description": "Anthropic integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

β€Žlibs/providers/langchain-aws/CHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @langchain/aws
22

3+
## 1.3.6
4+
5+
### Patch Changes
6+
7+
- [#10839](https://github.com/langchain-ai/langchainjs/pull/10839) [`c0e8113`](https://github.com/langchain-ai/langchainjs/commit/c0e81131855c875526d5799bb8fd6a86147fd8fc) Thanks [@hntrl](https://github.com/hntrl)! - fix(aws): map Bedrock prompt cache usage metadata to input token details
8+
9+
Include `cacheReadInputTokens` and `cacheWriteInputTokens` from Bedrock Converse
10+
responses in `usage_metadata.input_token_details` for both invoke and stream
11+
metadata handling.
12+
313
## 1.3.5
414

515
### Patch Changes

β€Žlibs/providers/langchain-aws/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/aws",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "LangChain AWS integration",
55
"author": "LangChain",
66
"license": "MIT",

0 commit comments

Comments
Β (0)