Fixed
- Corrected data diff view within a proposed change or branch view so that changes to profiles show up. (#8529)
- Fixed hard failures on GraphQL queries that would exhaust Neo4j's server thread pool by implementing backoff retry. (#8696)
- Fix object creation from a template when a resource pool is assigned to a required relationship or attribute field. (#8701)
- Deleting a node that inherits from
CoreArtifactTargetnow automatically deletes its associated artifacts. (#8735) - Add missing
hfidfield toRelatedIPAddressNodeInputGraphQL type, allowing IP address relationships to be referenced by human-friendly ID - Fixed "Import latest commit" action crashing with
'Node' object has no attribute 'ref'when used on a regular Repository instead of a Read-Only Repository.
Housekeeping
- Migrated Node.js from version 22 to 24 LTS across CI workflows, Docker build, and package engine constraints.