Skip to content

Commit cebee7f

Browse files
committed
Prepare release 1.11.0
1 parent cdf9717 commit cebee7f

13 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ 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-17
15+
16+
### Deprecated
17+
18+
- The 'timeout' parameter while creating a node or fetching the schema has been deprecated. the default_timeout will be used instead.
19+
20+
### Added
21+
22+
- Add support for object Template when generating protocols ([#329](https://github.com/opsmill/infrahub-sdk-python/issues/329))
23+
- Add a Guide related to Python Typing
24+
- Add method `client.schema.set_cache()` to populate the cache manually (primarily for unit testing)
25+
- By default, schema.fetch will now populate the cache (this behavior can be changed with `populate_cache`)
26+
- Add `menu validate` command to validate the format of menu files.
27+
28+
### Fixed
29+
30+
- 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))
31+
- Fix support for Sync when generating Python Protocols
32+
33+
### Housekeeping
34+
35+
- Add `invoke lint-doc` command to help run the docs linters locally
36+
- Add a fixture to always reset some environment variables before running tests
37+
- Update Pytest-httpx and set all responses as reusable
38+
1439
## [1.10.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.2) - 2025-04-11
1540

1641
### 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/+menu-validate.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/+schema-fetch.added.md

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

changelog/+schema-set-cache.added.md

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

changelog/+schema-timeout.deprecated.md

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

0 commit comments

Comments
 (0)