Skip to content

Commit 9239d82

Browse files
committed
Updated CHANGELOG for 1.5.0 release
1 parent 69c9c68 commit 9239d82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 1.5.0
6+
57
### Added
68

79
- Utility functions to retrieve metadata for vector and full-text indexes.
@@ -17,6 +19,11 @@
1719
- Refactored index-related functions for improved compatibility and functionality.
1820
- Added deprecation warnings to upsert_vector, upsert_vector_on_relationship functions in favor of upsert_vectors.
1921
- Added deprecation warnings to async_upsert_vector, async_upsert_vector_on_relationship functions notifying developers that they will be removed in a future release.
22+
- Added support for database, timeout, and sanitize arguments in schema functions.
23+
24+
### Fixed
25+
26+
- Resolved an issue with an incorrectly hard coded node alias in the `_handle_field_filter` function.
2027

2128
## 1.4.3
2229

0 commit comments

Comments
 (0)