Skip to content

Commit 5f73796

Browse files
authored
v1.6 prep (#239)
* v1.6 prep
1 parent e018386 commit 5f73796

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
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.6.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.6.0) - 2025-01-16
15+
16+
### Added
17+
18+
- Replace GitPython with dulwich ([#130](https://github.com/opsmill/infrahub-sdk-python/issues/130))
19+
20+
### Changed
21+
22+
- Added possibility to use filters for the SDK client's count method
23+
24+
### Fixed
25+
26+
- Fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries
27+
1428
## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09
1529

1630
### Added

changelog/130.added.md

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

changelog/count-method-filters.changed.md

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

changelog/query-parallel.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
@@ -5,7 +5,7 @@ requires-python = ">=3.9"
55

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

0 commit comments

Comments
 (0)