From f5020956acd19686e6337de21a2c966fed9e1604 Mon Sep 17 00:00:00 2001 From: David Whittington Date: Mon, 17 Jun 2024 13:13:34 -0500 Subject: [PATCH] docs(changelog): add info about null parents for optimistic data items PE-6284 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38186f2b..7e084b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed +- Modified optimistic indexing of data items to use a null `parent_id` when + inserting into the DB instead of a placeholder value. This prevents + unexpected non-null `bundledIn` values in GraphQL results for optimistically + indexed data items. - Modified GraphQL query logic to require an ID for single block GraphQL queries. Previously queries missing an ID were returning an internal SQLite error. This represents a small departure from arweave.net's query logic which