Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.11.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.11.0) - 2025-04-17

### Deprecated

- The 'timeout' parameter while creating a node or fetching the schema has been deprecated. the default_timeout will be used instead.

### Added

- Add support for object Template when generating protocols ([#329](https://github.com/opsmill/infrahub-sdk-python/issues/329))
- Add a Guide related to Python Typing
- Add method `client.schema.set_cache()` to populate the cache manually (primarily for unit testing)
- By default, schema.fetch will now populate the cache (this behavior can be changed with `populate_cache`)
- Add `menu validate` command to validate the format of menu files.

### Fixed

- 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))
- Fix support for Sync when generating Python Protocols

### Housekeeping

- Add `invoke lint-doc` command to help run the docs linters locally
- Add a fixture to always reset some environment variables before running tests
- Update Pytest-httpx and set all responses as reusable

## [1.10.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.2) - 2025-04-11

### Fixed
Expand Down
1 change: 0 additions & 1 deletion changelog/+docs-tasks.housekeeping.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+guide-typing.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+menu-validate.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+protocol-sync.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+pytest-httpx.housekeeping.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+pytest.housekeeping.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+schema-fetch.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+schema-set-cache.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+schema-timeout.deprecated.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/286.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/329.added.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infrahub-sdk"
version = "1.10.2"
version = "1.11.0"
description = "Python Client to interact with Infrahub"
authors = ["OpsMill <info@opsmill.com>"]
readme = "README.md"
Expand Down