From e443d149a2152d03a56835a6b8eaf46f867469f6 Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Thu, 21 Aug 2025 17:43:42 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md with ngram changes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ada00e540..33f6d312f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a 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) - **Fixed** - fix(core): fix panic in verifyUniqueWithinMutation when mutation is conditionally pruned (#9450) - fix(query): return full float value in query results (#9492) From 0abc40e371845c247c4988caeb8f62b2b8efac8e Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Thu, 21 Aug 2025 19:22:43 -0400 Subject: [PATCH 2/3] Satisfy linter --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f6d312f42..9e5decb03da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a 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) + - - **Fixed** - fix(core): fix panic in verifyUniqueWithinMutation when mutation is conditionally pruned (#9450) - fix(query): return full float value in query results (#9492) From b27cead08cf2833bb65a1f9f6528c8ef00cf4c3b Mon Sep 17 00:00:00 2001 From: mattthew Date: Thu, 21 Aug 2025 19:32:09 -0400 Subject: [PATCH 3/3] Trying to guess what the trunk fmt wants --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5decb03da..1e141e0e4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,10 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. - **Core** - feat(DQL): add ngram (shingles indexing and search func) (#9463) - + - **GraphQL** - feat(graphql): add ngram search directive and filter support (#9463) - - + - **Fixed** - fix(core): fix panic in verifyUniqueWithinMutation when mutation is conditionally pruned (#9450) - fix(query): return full float value in query results (#9492)