Skip to content

Commit 5246e3f

Browse files
authored
Merge pull request #477 from opsmill/dga-release-1.13.4
Prepare version 1.13.4
2 parents 19a03ae + 396c50b commit 5246e3f

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

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

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

14+
## [1.13.4](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.4) - 2025-07-22
15+
16+
### Fixed
17+
18+
- Fix processing of relationshhip during nodes retrieval using the Sync Client, when prefecthing related_nodes. ([#461](https://github.com/opsmill/infrahub-sdk-python/issues/461))
19+
- Fix schema loading to ignore non-YAML files in folders. ([#462](https://github.com/opsmill/infrahub-sdk-python/issues/462))
20+
- Fix ignored node variable in filters(). ([#469](https://github.com/opsmill/infrahub-sdk-python/issues/469))
21+
- Fix use of parallel with filters for Infrahub Client Sync.
22+
- Avoid sending empty list to infrahub if no valids schemas are found.
23+
1424
## [1.13.3](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.3) - 2025-06-30
1525

1626
### Fixed

changelog/461.fixed.md

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

changelog/462.fixed.md

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

changelog/469.fixed.md

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

changelog/fixed.md

Lines changed: 0 additions & 2 deletions
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.3"
3+
version = "1.13.4"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)