Skip to content

Commit 7d47761

Browse files
authored
python(chore): v0.8.0 prep (#279)
1 parent 812f114 commit 7d47761

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.8.0] - July 29, 2025
7+
### What's New
8+
#### HDF5 Upload Service
9+
Adds support for uploading HDF5 files to Sift for ingestion through the addition of the `Hdf5UploadService` and `Hdf5Config`. See `examples/data_import/hdf5` for an example of how to upload HDF5 files.
10+
11+
### Full Changelog
12+
- [Add HDF5 upload service](https://github.com/sift-stack/sift/pull/261)
13+
- [Fixes bug when updating rules where the rule_id is not always passed to Sift](https://github.com/sift-stack/sift/pull/281)
14+
615
## [v0.7.0] - June 24, 2025
716
### What's New
817
#### AssetService and Metadata Support

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sift_stack_py"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Python client library for the Sift API"
55
requires-python = ">=3.8"
66
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)