Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

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

## [v0.10.1] - February 11, 2026

### What's New
- [Add pagination for list ingestion config/flows](https://github.com/sift-stack/sift/pull/471)
- [Increase page size, fix list ingestion config API](https://github.com/sift-stack/sift/pull/470)
- [Regenerate remote file upload proto to include TestSteps](https://github.com/sift-stack/sift/pull/468)

## [v0.10.0] - January 30, 2026

### DEPRECATION NOTICE
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sift_stack_py"
version = "0.10.0"
version = "0.10.1"
description = "Python client library for the Sift API"
requires-python = ">=3.8"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down
Loading