Skip to content

Commit f7cd46d

Browse files
authored
python(chore): sift-stack-py v0.11.0 prep (#481)
1 parent dde26f1 commit f7cd46d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.11.0] - February 24, 2026
7+
### What's New
8+
#### Better Rule and Report Support in SiftClient
9+
SiftClient has been updated to provide better support for RuleVersions and better ergonomics for Reports
10+
- Additional methods have been added to the SiftClient Rules resource to allow easy access to RuleVersions
11+
- Reports can now be generated from RuleVersions
12+
- The Jobs and Reports resources now have a `wait_until_complete` sync/async method, which provides a convenient way to wait until a job or report is complete, with configurable polling and timeout settings.
13+
- When creating reports, SiftClient now returns a Job object, to signify that the report is still in progress. Waiting on the job with `wait_until_complete` will return the completed report once finished. The report_id can also still be accessed directly from the job object if needed.
14+
15+
### Full Changelog
16+
- [Add more support for rule versions to SiftClient](https://github.com/sift-stack/sift/pull/479)
17+
- [Add better report creation and wait_until_complete to SiftClient](https://github.com/sift-stack/sift/pull/475)
18+
619
## [v0.10.1] - February 11, 2026
720

821
### What's New

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sift_stack_py"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
description = "Python client library for the Sift API"
99
requires-python = ">=3.8"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)