From 9d72a9c0134f6f34830655ddf1ab188d9df95a71 Mon Sep 17 00:00:00 2001 From: Brett Lykins Date: Thu, 16 Jan 2025 10:41:56 -0500 Subject: [PATCH 1/3] v1.6 prep --- CHANGELOG.md | 14 ++++++++++++++ changelog/130.added.md | 1 - changelog/count-method-filters.changed.md | 1 - changelog/query-parallel.fixed.md | 1 - pyproject.toml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 changelog/130.added.md delete mode 100644 changelog/count-method-filters.changed.md delete mode 100644 changelog/query-parallel.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe6e861..2d13e26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.6.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.6.0) - 2025-01-16 + +### Added + +- Replace GitPython with dulwich ([#130](https://github.com/opsmill/infrahub-sdk-python/issues/130)) + +### Changed + +- Added possibility to use filters for the SDK client's count method ([#count-method-filters](https://github.com/opsmill/infrahub-sdk-python/issues/count-method-filters)) + +### Fixed + +- fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries ([#query-parallel](https://github.com/opsmill/infrahub-sdk-python/issues/query-parallel)) + ## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09 ### Added diff --git a/changelog/130.added.md b/changelog/130.added.md deleted file mode 100644 index 266f7324..00000000 --- a/changelog/130.added.md +++ /dev/null @@ -1 +0,0 @@ -Replace GitPython with dulwich \ No newline at end of file diff --git a/changelog/count-method-filters.changed.md b/changelog/count-method-filters.changed.md deleted file mode 100644 index 13a15c57..00000000 --- a/changelog/count-method-filters.changed.md +++ /dev/null @@ -1 +0,0 @@ -Added possibility to use filters for the SDK client's count method diff --git a/changelog/query-parallel.fixed.md b/changelog/query-parallel.fixed.md deleted file mode 100644 index e337ce9d..00000000 --- a/changelog/query-parallel.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries diff --git a/pyproject.toml b/pyproject.toml index c9a61d29..646a2761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.9" [tool.poetry] name = "infrahub-sdk" -version = "1.5.0" +version = "1.6.0" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md" From d3174a063a46a7b6574d11dfaf0de677f80e3876 Mon Sep 17 00:00:00 2001 From: Brett Lykins Date: Thu, 16 Jan 2025 10:48:49 -0500 Subject: [PATCH 2/3] fix bad links from towncrier --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d13e26f..c294864a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,11 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang ### Changed -- Added possibility to use filters for the SDK client's count method ([#count-method-filters](https://github.com/opsmill/infrahub-sdk-python/issues/count-method-filters)) +- Added possibility to use filters for the SDK client's count method ### Fixed -- fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries ([#query-parallel](https://github.com/opsmill/infrahub-sdk-python/issues/query-parallel)) +- fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries ## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09 From 5fceafd551da3b135ad46474f7482341f0b8a2e2 Mon Sep 17 00:00:00 2001 From: Brett Lykins Date: Thu, 16 Jan 2025 10:51:00 -0500 Subject: [PATCH 3/3] capitalization --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c294864a..a24c5cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang ### Fixed -- fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries +- Fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries ## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09