Skip to content

Commit 82e096e

Browse files
committed
release SDK version 1.2
1 parent 6cc1c24 commit 82e096e

File tree

7 files changed

+525
-474
lines changed

7 files changed

+525
-474
lines changed

CHANGELOG.md

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

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

14-
## [1.1.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2024-11-28
14+
## [1.2.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.2.0) - 2024-12-19
1515

1616
### Added
1717

18-
- Added InfrahubClient.schema.wait_until_converged() which allowes you to wait until the schema has converged across all Infrahub workers before proceeding with an operation. The InfrahubClient.schema.load() method has also been updated with a new parameter "wait_until_converged".
18+
- Add batch feature, that use threading, to sync client ([#168](https://github.com/opsmill/infrahub-sdk-python/issues/168))
19+
- Added InfrahubClient.schema.in_sync method to indicate if a specific branch is in sync across all worker types
20+
- Added Python 3.13 to the list of supported versions
1921

2022
### Fixed
2123

22-
- CTL: `schema load` return a proper error message when authentication is missing or when the user doesn't have the permission to update the schema. ([#127](https://github.com/opsmill/infrahub-sdk-python/issues/127))
23-
- CTL: List available transforms and generators if no name is provided ([#140](https://github.com/opsmill/infrahub-sdk-python/issues/140))
24+
- Fix an issue with with `infrahubctl menu load` that would fail while loading the menu
2425

25-
## [1.1.0rc0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.1.0rc0) - 2024-11-26
26+
## [1.1.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2024-11-28
27+
28+
### Added
29+
30+
- Added InfrahubClient.schema.wait_until_converged() which allowes you to wait until the schema has converged across all Infrahub workers before proceeding with an operation. The InfrahubClient.schema.load() method has also been updated with a new parameter "wait_until_converged".
2631

2732
### Fixed
2833

changelog/+3bf1c5c.fixed.md

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

changelog/+76f7bfd7.added.md

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

changelog/+b21b1e10.added.md

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

changelog/168.added.md

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

poetry.lock

Lines changed: 514 additions & 464 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-sdk"
8-
version = "1.1.0"
8+
version = "1.2.0"
99
description = "Python Client to interact with Infrahub"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)