Skip to content

Commit 48736d7

Browse files
committed
Prepare release 1.11.0
1 parent 7b264c2 commit 48736d7

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [1.11.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.11.0) - 2025-04-16
15+
16+
### Added
17+
18+
- Add support for object Template when generating protocols ([#329](https://github.com/opsmill/infrahub-sdk-python/issues/329))
19+
- Add a Guide related to Python Typing
20+
21+
### Fixed
22+
23+
- Raise a proper branch not found error when requesting a node or schema for a branch that doesn't exist. ([#286](https://github.com/opsmill/infrahub-sdk-python/issues/286))
24+
- Fix support for Sync when generating Python Protocols
25+
26+
### Housekeeping
27+
28+
- Add `invoke lint-doc` command to help run the docs linters locally
29+
- Add a fixture to always reset some environment variables before running tests
30+
- Update Pytest-httpx and set all responses as reusable
31+
1432
## [1.10.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.2) - 2025-04-11
1533

1634
### Fixed

changelog/+docs-tasks.housekeeping.md

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

changelog/+guide-typing.added.md

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

changelog/+protocol-sync.fixed.md

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

changelog/+pytest-httpx.housekeeping.md

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

changelog/+pytest.housekeeping.md

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

changelog/286.fixed.md

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

changelog/329.added.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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "1.10.2"
3+
version = "1.11.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)