Skip to content

Commit bbe43ac

Browse files
authored
python(chore): v0.9.0 prep (#318)
1 parent 0766d0d commit bbe43ac

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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.9.0] - September 15, 2025
7+
### What's New
8+
#### Parquet Upload Service
9+
Adds support for uploading Parquet files to Sift for ingestion through the addition of the `ParquetUploadService`. See `examples/data_import/parquet` for an example of how to upload Parquet files.
10+
11+
#### TDMS File Metadata Support
12+
Adds a flag to automatically import TDMS file metdadata into Sift Runs.
13+
14+
#### Lazy Flow Creation
15+
Adds the ability to create flows lazily which reduces initialization time of the `IngestService`.
16+
17+
### Full Changelog
18+
- [Lazy flow creation](https://github.com/sift-stack/sift/pull/296)
19+
- [Adds support for bytes](https://github.com/sift-stack/sift/pull/304)
20+
- [Add ParquetUploadService](https://github.com/sift-stack/sift/pull/315)
21+
- [Import TDMS file metadata to Sift Run](https://github.com/sift-stack/sift/pull/317)
22+
623
## [v0.8.4] - August 18, 2025
724
- [Add experimental protos for development](https://github.com/sift-stack/sift/pull/291)
825

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.8.5"
3+
version = "0.9.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)