Release 1.8.3
| Release Number | 1.8.3 |
|---|---|
| Release Date | March 31st, 2026 |
| Tag | infrahub-v1.8.3 |
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 back off 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.