diff --git a/src/routes/changelog/(entries)/2025-11-04.markdoc b/src/routes/changelog/(entries)/2025-11-04.markdoc index 37e5ab23d6..41fe671fd9 100644 --- a/src/routes/changelog/(entries)/2025-11-04.markdoc +++ b/src/routes/changelog/(entries)/2025-11-04.markdoc @@ -1,6 +1,6 @@ --- layout: changelog -title: "Announcing DB operators: Update multiple fields without fetching the entire row" +title: "Announcing new DB operators: Update multiple fields without fetching the entire row" date: 2025-11-04 cover: /images/blog/announcing-db-operators/cover.png --- @@ -8,7 +8,7 @@ Updating just one field in a row, like incrementing a counter or adding a tag, u **What’s new:** -- Introduced DB Operators v1, enabling inline, atomic field-level updates. +- Introduced new DB Operators, enabling inline, atomic field-level updates. - Support for numeric, array, string, and date operations. - Perform multiple field updates in a single atomic call. - Type-safe SDK methods for clarity and safety.