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
12 changes: 12 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

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


https://github.com/sift-stack/sift/commit/e1305363e95cafb4c980fdd493f69e72660a52fb

## [v0.12.0] - February 26, 2026
### What's New
#### Channel Archiving/Unarchiving Support in SiftClient
SiftClient has been updated with the ability to archive and unarchive channels, allowing users to cleanup
old channel definitions that are no longer desired.

### Full Changelog
- [Add channel archive/unarchive support](https://github.com/sift-stack/sift/pull/483)

## [v0.11.0] - February 24, 2026
### What's New
#### Better Rule and Report Support in SiftClient
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.11.0"
version = "0.12.0"
description = "Python client library for the Sift API"
requires-python = ">=3.8"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down
Loading