Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`.

## Unreleased

- **Core**
- feat(DQL): add ngram (shingles indexing and search func) (#9463)

- **GraphQL**
- feat(graphql): add ngram search directive and filter support (#9463)
Comment thread
matthewmcneely marked this conversation as resolved.

- **Fixed**
- fix(core): fix panic in verifyUniqueWithinMutation when mutation is conditionally pruned (#9450)
- fix(query): return full float value in query results (#9492)
Expand Down