Releases: langchain-ai/langchain-aws
Releases · langchain-ai/langchain-aws
v0.2.2
What's Changed
- aws[patch]: make ChatBedrockConverse serializable by @baskaryan in #212
- aws[patch]: support ChatBedrock(model=...) by @baskaryan in #211
- Move yield of metrics chunk after generation chunk by @ihmaws in #216
- aws[patch]: support ChatBedrock(max_tokens, temperature) by @baskaryan in #226
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- infra: drop 3.8 ci, add 3.12 by @baskaryan in #198
- aws[patch]: fix ChatBedrockConverse init by @baskaryan in #200
- feat(langchain-aws): Add Support to pass in AWS credentials to bedrock models directly by @langchain-infra in #197
- Removing version ceiling for boto3. by @3coins in #201
- fix: raise botocore exceptions by @pavelm10 in #193
- aws[patch]: set defaults on DocumentAttributeValue by @ccurme in #203
- aws[patch]: fix initialization of BedrockLLM without client by @ccurme in #204
- fix CI by @ccurme in #206
- aws[patch]: release 0.2.1 by @ccurme in #205
- aws[patch]: bump core by @ccurme in #207
- aws[patch]: unset environment variables during min version tests by @ccurme in #208
- aws[patch]: fix release workflow by @ccurme in #209
- infra: unset env vars in same step by @efriis in #210
New Contributors
- @langchain-infra made their first contribution in #197
- @pavelm10 made their first contribution in #193
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
This primarily upgrades Pydantic to V2.
See this guide for details and migration info.
Full Changelog: v0.1.18...v0.2.0
v0.2.0.dev1
What's Changed
- Updating README to include support for Bedrock Agents by @kcgourishetti in #166
- aws[patch]: backward-compatible pydantic v2 changes by @ccurme in #180
- Fixes get provider for model_ids with region prefix. Added unit tests. by @3coins in #184
- Update pyproject.toml to v0.1.18 by @3coins in #189
- infra[patch]: support dev + rc releases by @ccurme in #190
- infra[patch]: fix release workflow by @ccurme in #191
Full Changelog: v0.1.17...v0.2.0.dev1
v0.1.18
What's Changed
- Updating README to include support for Bedrock Agents by @kcgourishetti in #166
- aws[patch]: backward-compatible pydantic v2 changes by @ccurme in #180
- Fixes get provider for model_ids with region prefix. Added unit tests. by @3coins in #184
- Update pyproject.toml to v0.1.18 by @3coins in #189
- infra[patch]: support dev + rc releases by @ccurme in #190
- infra[patch]: fix release workflow by @ccurme in #191
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- Add ToolMessage's status to bedrock message for ChatBedrockConverse by @thiagotps in #146
- bedrock converse[patch]: support streaming in with_structured_output by @ccurme in #154
- bedrock[patch]: add standard tracing params by @ccurme in #162
- Fixes image type, adds document type for ChatBedrockConverse by @3coins in #143
- Kcgourishetti/bedrock agents runnable by @kcgourishetti in #152
- chatbedrock[patch]: remove redundant token counts by @ccurme in #164
- aws[patch]: release 0.1.17 by @ccurme in #165
New Contributors
- @kcgourishetti made their first contribution in #152
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- de-beta converse by @efriis in #133
- aws[patch]: fix streaming and tool choice for non-anthropic models by @baskaryan in #142
- aws[patch]: Release 0.1.16 by @baskaryan in #148
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- aws[patch]: merge messages in chat bedrock converse by @baskaryan in #135
- aws[patch]: Release 0.1.15 by @baskaryan in #136
- aws[patch]: add with_structured_output pydantic v2 support by @baskaryan in #137
- aws[patch]: add with_structured_output pydantic v2 support bedrock by @baskaryan in #138
Full Changelog: v0.1.14...v0.1.15