You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
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`.
0 commit comments