Skip to content

Commit 4f7725b

Browse files
authored
Merge pull request #511 from opsmill/pog-version-1.14.0
Version 1.14.0
2 parents 23a55e2 + 8d3309f commit 4f7725b

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

CHANGELOG.md

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

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

14+
## [1.14.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.14.0) - 2025-08-26
15+
16+
### Added
17+
18+
- Added `infrahubctl repository init` command to allow the initialization of an Infrahub repository using [infrahub-template](https://github.com/opsmill/infrahub-template). ([#466](https://github.com/opsmill/infrahub-sdk-python/issues/466))
19+
- add support for NumberPool attributes in generated protocols
20+
21+
### Fixed
22+
23+
- Fix value lookup using a flat notation like `foo__bar__value` with relationships of cardinality one ([#6882](https://github.com/opsmill/infrahub-sdk-python/issues/6882))
24+
- Create a new batch while fetching relationships instead of using the reusing the same one.
25+
- Update internal calls to `count` to include the branch parameter so that the query is performed on the correct branch
26+
- Update offset in process_page() which was causing a race condition in rare case. ([#514](https://github.com/opsmill/infrahub-sdk-python/pull/514))
27+
1428
## [1.13.5](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.5) - 2025-07-23
1529

1630
### Fixed

changelog/+add_numberpool_support_protocols.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+batch.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+branch-in-count.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+race-condition.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/466.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/6882.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)