Release Notes 2026

RSS-feed
Browse fixes, features, and improvements by label.

Edit cache support

Added support for transactional operations over a session, using the edit cache, that can be saved or discarded when the session completes. See GraphQL Extensions.

Warning for update with value but not filter

Using the value argument but without the filter argument in an update mutation now returns a warning (as part of extensions) because it may lead to unintentional updates of multiple records. This will become an error in the future.