Skip to content

Commit ccdfe53

Browse files
committed
Merge branch 'develop' into atg-20250106-ihs-62
2 parents f4ee17f + c62efb9 commit ccdfe53

30 files changed

+1454
-129
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: "Check out repository code"
7676
uses: "actions/checkout@v4"
7777
- name: "Setup environment"
78-
run: "pip install ruff==0.7.1"
78+
run: "pip install ruff==0.8.6"
7979
- name: "Linting: ruff check"
8080
run: "ruff check ."
8181
- name: "Linting: ruff format"
@@ -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)