Skip to content

Commit 1db17a9

Browse files
authored
Merge pull request #230 from opsmill/develop
Post-release merge develop to stable
2 parents d617bdd + c62efb9 commit 1db17a9

28 files changed

+1418
-105
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: "Setup environment"
143143
run: |
144144
pipx install poetry==1.8.5
145-
poetry config virtualenvs.prefer-active-python true
145+
poetry config virtualenvs.create true --local
146146
pip install invoke toml codecov
147147
- name: "Install Package"
148148
run: "poetry install --all-extras"
@@ -193,7 +193,7 @@ jobs:
193193
- name: "Setup environment"
194194
run: |
195195
pipx install poetry==1.8.5
196-
poetry config virtualenvs.prefer-active-python true
196+
poetry config virtualenvs.create true --local
197197
pip install invoke toml codecov
198198
- name: "Install Package"
199199
run: "poetry install --all-extras"

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.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09
15+
16+
### Added
17+
18+
- Adds `infrahubctl info` command to display information of the connectivity status of the SDK. ([#109](https://github.com/opsmill/infrahub-sdk-python/issues/109))
19+
- Add `count` method to both sync and async clients to retrieve the number of objects of a given kind ([#158](https://github.com/opsmill/infrahub-sdk-python/issues/158))
20+
- Add the ability to batch API queries for `all` and `filter` functions. ([#159](https://github.com/opsmill/infrahub-sdk-python/issues/159))
21+
- `client.all` and `client.filters` now support `order` parameter allowing to disable order of retrieve nodes in order to enhance performances
22+
1423
## [1.4.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.3.0) - 2025-01-05
1524

1625
### Fixed

0 commit comments

Comments
 (0)