Skip to content

Commit cf1a07f

Browse files
committed
Update release note
1 parent 48736d7 commit cf1a07f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ 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
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.
1519

1620
### Added
1721

1822
- Add support for object Template when generating protocols ([#329](https://github.com/opsmill/infrahub-sdk-python/issues/329))
1923
- 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`)
2026

2127
### Fixed
2228

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)