Skip to content

Commit 1600c58

Browse files
authored
python(chore): sift-stack-py v0.10.1 prep (#472)
1 parent bb8de08 commit 1600c58

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.10.1] - February 11, 2026
7+
8+
### What's New
9+
- [Add pagination for list ingestion config/flows](https://github.com/sift-stack/sift/pull/471)
10+
- [Increase page size, fix list ingestion config API](https://github.com/sift-stack/sift/pull/470)
11+
- [Regenerate remote file upload proto to include TestSteps](https://github.com/sift-stack/sift/pull/468)
12+
613
## [v0.10.0] - January 30, 2026
714

815
### DEPRECATION NOTICE

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.0"
7+
version = "0.10.1"
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)