You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Next
4
4
5
+
## 1.5.0
6
+
5
7
### Added
6
8
7
9
- Utility functions to retrieve metadata for vector and full-text indexes.
@@ -17,6 +19,11 @@
17
19
- Refactored index-related functions for improved compatibility and functionality.
18
20
- Added deprecation warnings to upsert_vector, upsert_vector_on_relationship functions in favor of upsert_vectors.
19
21
- 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.
0 commit comments