Skip to content

Commit 15fe07d

Browse files
committed
prep for 1.8.0 release
1 parent 2263ea3 commit 15fe07d

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

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

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

14-
## [1.8.0b2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.8.0b2) - 2025-03-04
14+
## [1.8.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.8.0) - 2025-03-19
1515

1616
### Deprecated
1717

1818
- Timestamp: Direct access to `obj` and `add_delta` have been deprecated and will be removed in a future version. ([#255](https://github.com/opsmill/infrahub-sdk-python/issues/255))
1919

20-
### Changed
20+
### Added
21+
22+
- Added support for Enum in GraphQL query and mutation. ([#18](https://github.com/opsmill/infrahub-sdk-python/issues/18))
23+
24+
### Fixed
2125

22-
- Changes InfrahubNode/InfrahubNodeSync `artifact_fetch` and `artifact_generate` methods to use the name of the artifact instead of the name of the artifact definition.
26+
- Refactored Timestamp to use `whenever` instead of `pendulum` and extend Timestamp with `add()`, `subtract()`, and `to_datetime()`. ([#255](https://github.com/opsmill/infrahub-sdk-python/issues/255))
27+
- Fixed support for Python 3.13 as it's no longer required to have Rust installed on the system.
2328

2429
## [1.7.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.7.2) - 2025-03-07
2530

changelog/+python313.fixed.md

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

changelog/18.added.md

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

changelog/255.deprecated.md

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

changelog/255.fixed.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.8.0b2"
3+
version = "1.8.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)