| Release Number | 1.1.9 |
|---|---|
| Release Date | March 16th, 2025 |
| Release Codename | Lyon, Patch #9 |
| Tag | infrahub-v1.1.9 |
Release 1.1.9
This release brings some changes and bug-fixes to resolve issues found in Infrahub v1.1.8 and prior.
Main changes
The complete list of changes can always be found in the CHANGELOG.md file in the Infrahub Git repository.
Added
- Improved the performance of the GraphQL cardinality-many relationship resolver by batching database calls together.
Fixed
- Fixed a bug in the logic to merge a branch or proposed change which deleted hierarchical node information. Added a migration to correct the issue on existing databases. (#6019)
- Fixed a bug in one of the cypher queries to get related nodes that could cause a crash when trying to retrieve a schema from the database if that schema was merged in from a branch.
Migration guide
The process to migrate your instance of Infrahub to the latest version may vary depending on your deployment of Infrahub. However, at a high-level, it will involve getting the latest version of the Infrahub code, and then performing any needed Database Migrations and Schema updates.
Please ensure you have a backup of your Infrahub environment prior to attempting any migration or upgrade activities.