Skip to content

Commit

Permalink
Updated CHANGELOG for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Feb 25, 2025
1 parent 69c9c68 commit 9239d82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next

## 1.5.0

### Added

- Utility functions to retrieve metadata for vector and full-text indexes.
Expand All @@ -17,6 +19,11 @@
- Refactored index-related functions for improved compatibility and functionality.
- Added deprecation warnings to upsert_vector, upsert_vector_on_relationship functions in favor of upsert_vectors.
- Added deprecation warnings to async_upsert_vector, async_upsert_vector_on_relationship functions notifying developers that they will be removed in a future release.
- Added support for database, timeout, and sanitize arguments in schema functions.

### Fixed

- Resolved an issue with an incorrectly hard coded node alias in the `_handle_field_filter` function.

## 1.4.3

Expand Down

0 comments on commit 9239d82

Please sign in to comment.