Skip to content

Commit 44901c9

Browse files
committed
Prep release 1.10.0
1 parent e833024 commit 44901c9

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

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

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

14+
## [1.10.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2025-04-01
15+
16+
### Deprecated
17+
18+
- The method `get_by_hfid` on the object Store has been deprecated, use `get(key=[hfid])` instead
19+
- Using a Store without specifying a default branch is now deprecated and will be removed in a future version.
20+
21+
### Added
22+
23+
- All nodes generated by the SDK will now be assigned an `internal_id` (`_internal_id`). This ID has no significance outside of the SDK.
24+
- Jinja2 templating has been refactored to allow for filters within Infrahub. Builtin filters as well as those from Netutils are available.
25+
- The object store has been refactored to support more use cases in the future and it now properly support branches.
26+
27+
### Fixed
28+
29+
- Fix node processing, when using fragment with `prefetch_relationships`. ([#331](https://github.com/opsmill/infrahub-sdk-python/issues/331))
30+
1431
## [1.9.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.2) - 2025-03-26
1532

1633
### Changed

changelog/+5660f1dc.added.md

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

changelog/+get_by_hfid.deprecated.md

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

changelog/+internal_id.added.md

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

changelog/+store.added.md

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

changelog/+store_init.deprecated.md

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

changelog/331.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.9.2"
3+
version = "1.10.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)