Skip to content

Commit 072eece

Browse files
committed
fix: add newsfragment
Signed-off-by: Fatih Acar <[email protected]>
1 parent e23dc45 commit 072eece

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [Infrahub - v1.4.10](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.10) - 2025-10-17
15+
16+
### Added
17+
18+
- The login form now automatically focuses on the first field.
19+
20+
### Fixed
21+
22+
- - Consistent font size for all events in the Proposed Change timeline
23+
- Proposed Change action buttons now keep their size and does not strectch anymore
24+
- Prevent overflow on the create new relationship button within the relationship input
25+
- fixed typos
26+
27+
([#IFC-1780](https://github.com/opsmill/infrahub/issues/IFC-1780))
28+
- - Improved logging for SSO authentication to provide better debugging information
29+
- Enhanced error handling to properly support all error codes returned by identity providers
30+
31+
([#6969](https://github.com/opsmill/infrahub/issues/6969))
32+
- - Correctly display XML and CSV artifacts in the UI.
33+
- Added a fallback to plain text for unsupported content types.
34+
35+
([#7294](https://github.com/opsmill/infrahub/issues/7294))
36+
- Fix a bug that allowed duplicate attributes and/or relationships on Node or Generic schemas to be merged into the default branch,
37+
which would cause the application and workers to crash with an error message similar to the following:
38+
39+
> ValueError: SchemaName: Names of attributes and relationships must be unique : ['field_name_1', 'field_name_2']
40+
41+
Added a new CLI command `infrahub db check-duplicate-schema-fields` to resolve this duplicated schema fields issue if it appears. ([#7346](https://github.com/opsmill/infrahub/issues/7346))
42+
- Fixed an issue where boolean fields in the object Details view always displayed a checkmark, even when the value was false. ([#7372](https://github.com/opsmill/infrahub/issues/7372))
43+
- Fixed prefix utilization showing as greater than 100% after setting the pool attribute to false ([#7388](https://github.com/opsmill/infrahub/issues/7388))
44+
- Corrected the labels on the branch list and detailed view to use the correct terminology
45+
- Fixed issue with number pool popover stuck in the top-left corner and not expandable during the initial render in some cases.
46+
1447
## [Infrahub - v1.4.10](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.10) - 2025-10-01
1548

1649
### Fixed

changelog/+785ca0cd.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improved artifacts generation and proposed change checks performance by leveraging caching and avoiding excessive GraphQL queries.

0 commit comments

Comments
 (0)