| Release Number | 1.1.2 |
|---|---|
| Release Date | January 9th, 2025 |
| Release Codename | Lyon, Patch #2 |
| Tag | infrahub-v1.1.2 |
Release 1.1.2
This release is a bug-fix release to resolve issues found in Infrahub v1.1.1 and prior.
Main changes
The complete list of changes can always be found in the CHANGELOG.md file in the Infrahub Git repository.
Null values in uniqueness constraints
Previous to v1.1.2, NULL values were incorrectly ignored in uniqueness constraints; as of this release, NULL values will be treated properly by the uniqueness logic.
Because the previous logic could have resulted in unintended behavior, upgrading v1.1.2 will perform a database migration for data integrity purposes.
Added
- Added a configuration option for INFRAHUB_PUBLIC_URL, which could be required for SSO depending on how Infrahub is published and accessed within your organization. (#5306)
- Add
PermissionManagerthat takes care of validating permissions when executing a GraphQL query or a requesting a REST endpoint by fetching permissions from backends only once per query. (#5350) - The query InfrahubTask in GraphQL, introduced a new
related_nodesfield to retrieve multiple related nodes per task.