Releases: langchain-ai/langchain-databricks
Releases · langchain-ai/langchain-databricks
libs/databricks/v0.1.2
What's Changed
- Add package consolidation notice by @prithvikannan in #32
- infra: disable pypi release attestations by @efriis in #34
- infra: use artifact v4 in release pipeline by @efriis in #35
- infra: use artifact v4 in mark-release by @efriis in #36
- Trying to un-flake agent test by @B-Step62 in #39
- Unflake test by @B-Step62 in #43
- Remove regex validation for
index_name
by @harupy in #44 - Fix test_chat_databricks_invoke with llama 3.3 by @prithvikannan in #46
- Introduce deprecations to langchain-databricks by @prithvikannan in #48
- release 0.1.2 by @B-Step62 in #49
New Contributors
- @prithvikannan made their first contribution in #32
- @harupy made their first contribution in #44
Full Changelog: libs/databricks/v0.1.1...libs/databricks/v0.1.2
libs/databricks/v0.1.1
What's Changed
- [Bug Fix] Fix 'any' tool_choice handling in bind_tools by @B-Step62 in #27
- [Feature] Support structured output in ChatDatabricks by @B-Step62 in #28
- [Feature] Support token usage in streaming by @B-Step62 in #30
- [Other] Validate index name parameter by @B-Step62 in #29
- [Other] Update ChatDatabricks docstring with latest docs link by @efriis in #26
Full Changelog: libs/databricks/v0.1.0...libs/databricks/v0.1.1
libs/databricks/v0.1.0
What's Changed
- Stop propagating 'id' field from Message object to request payload by @B-Step62 in #10
- Support LangChain 0.3.0 by @B-Step62 in #14
- Release RC2 by @B-Step62 in #15
- Make 'endpoint' parameter optional for DatabricksVectorSearch by @B-Step62 in #17
- Implement integration tests by @B-Step62 in #18
- minor update for test by @B-Step62 in #20
- Add langgraph to integ test dependency by @B-Step62 in #21
- Use Databricks SDK for OAuth by @B-Step62 in #22
- Release 0.1.0 by @B-Step62 in #23
- Disable integraion tests during release workflow by @B-Step62 in #24
- Fix pyproject.toml by @B-Step62 in #25
Full Changelog: libs/databricks/v0.1.0rc1...libs/databricks/v0.1.0