Skip to content

Commit

Permalink
Merge pull request #230 from opsmill/develop
Browse files Browse the repository at this point in the history
Post-release merge develop to stable
  • Loading branch information
gmazoyer authored Jan 9, 2025
2 parents d617bdd + c62efb9 commit 1db17a9
Show file tree
Hide file tree
Showing 28 changed files with 1,418 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry==1.8.5
poetry config virtualenvs.prefer-active-python true
poetry config virtualenvs.create true --local
pip install invoke toml codecov
- name: "Install Package"
run: "poetry install --all-extras"
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry==1.8.5
poetry config virtualenvs.prefer-active-python true
poetry config virtualenvs.create true --local
pip install invoke toml codecov
- name: "Install Package"
run: "poetry install --all-extras"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09

### Added

- Adds `infrahubctl info` command to display information of the connectivity status of the SDK. ([#109](https://github.com/opsmill/infrahub-sdk-python/issues/109))
- 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))
- Add the ability to batch API queries for `all` and `filter` functions. ([#159](https://github.com/opsmill/infrahub-sdk-python/issues/159))
- `client.all` and `client.filters` now support `order` parameter allowing to disable order of retrieve nodes in order to enhance performances

## [1.4.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.3.0) - 2025-01-05

### Fixed
Expand Down
Loading

0 comments on commit 1db17a9

Please sign in to comment.