Infrahub - v1.6.1 - 2025-12-11
This release brings some bug-fixes to resolve issues found in Infrahub v1.6.0 and prior.
Added
- Add support for PKCE within Oauth2 and OIDC authentications. With this change the client_secret for Oauth2 and OIDC have been switched to being optional. PKCE is enabled by default but can be switched off in the configuration if required. (#7400)
Changed
- Upgrade infrahub-sdk to v1.17.0 (#7870)
Fixed
- Fix
display_labelnot having a NULL value in the database when not set in the schema (#7704) - Fixed schema cache issue when adding or removing dropdown/enum options via the UI, which causes intermittent "incorrect hash" errors after page refreshes. (#7780)
- Fix an issue where removing a mandatory relationship was allowed. (#7853)
- Fix breadcrumb display on CoreArtifactDefinition details page.
- Fixed form submission for schemas with only read-only attributes
- Improve branch creation and repository sync performance when having a lot of branches.