Batch API jobs now send a single completion webhook
Batch API jobs now emit exactly one completion webhook. Previously a job could send both a graph-scoped completion webhook and the Batch API’s own webhook, so integrations received duplicate completion notifications for the same job. Non-batch ingestion is unaffected.
Strict ontology documentation
Strict ontology was documented on the Customizing Graph Structure page:
setting strict_ontology on an add-data request restricts extraction to your
configured entity and edge types instead of adding non-matching entities and
edges under generic types.
Data ingestion guides
Guides for preparing data for ingestion and building an ingestion pipeline were added to the Adding Context section.