Skip to content

Commit c067262

Browse files
authored
Merge pull request #209 from opsmill/dga-20250103-release-1.4
Release Note for 1.4
2 parents f06fa55 + 150ba34 commit c067262

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

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

14+
## [1.4.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.4.0) - 2025-01-03
15+
16+
### Changed
17+
18+
- The inclusion of properties for Attribute and Relationships by default has been disabled when querying nodes from Infrahub.
19+
it can be enabled by using the parameter `property` in `client.get|all|filters` method ([#191](https://github.com/opsmill/infrahub-sdk-python/issues/191))
20+
- Fix an issue with python-transform-unit-process failing to run ([#198](https://github.com/opsmill/infrahub-sdk-python/issues/198))
21+
- Add processing of nodes when no variable are passed into the command to run generators ([#176](https://github.com/opsmill/infrahub-sdk-python/issues/176))
22+
1423
## [1.3.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.3.0) - 2024-12-30
1524

1625
### Added

changelog/191.changed.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "infrahub-sdk"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-sdk"
8-
version = "1.3.0"
8+
version = "1.4.0"
99
description = "Python Client to interact with Infrahub"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)