Skip to content

Commit b9afb57

Browse files
authored
Change Logs for 0.5.1 (#124)
1 parent 28a557a commit b9afb57

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## databricks-ai-bridge 0.5.1, databricks-langchain 0.5.1, databricks-openai 0.4.1 (2025-05-19)
4+
### Bug Fixes
5+
- Fix Databricks Vector Search Filter implementation
6+
- Improve performance for Genie Truncation
7+
- Fix Bug for Genie Description
8+
- Deprecate python 3.9 as a supported environment
9+
310
## databricks-ai-bridge 0.5.0, databricks-langchain 0.5.0, databricks-openai 0.4.0 (2025-05-12)
411

512
### Improvements

integrations/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databricks-langchain"
3-
version = "0.5.1.dev0"
3+
version = "0.5.2.dev0"
44
description = "Support for Databricks AI support in LangChain"
55
authors = [
66
{ name="Databricks", email="[email protected]" },

integrations/openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databricks-openai"
3-
version = "0.4.1.dev0"
3+
version = "0.4.2.dev0"
44
description = "Support for Databricks AI support with OpenAI"
55
authors = [
66
{ name="Databricks", email="[email protected]" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databricks-ai-bridge"
3-
version = "0.5.1.dev0"
3+
version = "0.5.2.dev0"
44
description = "Official Python library for Databricks AI support"
55
authors = [
66
{ name="Databricks", email="[email protected]" },

0 commit comments

Comments
 (0)