Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.10.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2025-04-01

### Deprecated

- The method `get_by_hfid` on the object Store has been deprecated, use `get(key=[hfid])` instead
- Using a Store without specifying a default branch is now deprecated and will be removed in a future version.

### Added

- All nodes generated by the SDK will now be assigned an `internal_id` (`_internal_id`). This ID has no significance outside of the SDK.
- Jinja2 templating has been refactored to allow for filters within Infrahub. Builtin filters as well as those from Netutils are available.
- The object store has been refactored to support more use cases in the future and it now properly support branches.

### Fixed

- Fix node processing, when using fragment with `prefetch_relationships`. ([#331](https://github.com/opsmill/infrahub-sdk-python/issues/331))

## [1.9.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.2) - 2025-03-26

### Changed
Expand Down
1 change: 0 additions & 1 deletion changelog/+5660f1dc.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+get_by_hfid.deprecated.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+internal_id.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+store.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+store_init.deprecated.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/331.fixed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infrahub-sdk"
version = "1.9.2"
version = "1.10.0"
description = "Python Client to interact with Infrahub"
authors = ["OpsMill <info@opsmill.com>"]
readme = "README.md"
Expand Down