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
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
flags: ""
- name: all-features
flags: "--all-features"
- name: no-default-features
flags: "--no-default-features"
- name: hf-bucket
flags: "--features hf-bucket"
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Rust
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
spool-test
spool-test-bucket
.DS_Store
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- *(hf-bucket)* `HfBucketSink`: terminal sink writing parquet/json/csv
windows to a Hugging Face storage bucket. Uploads go through Xet
(`hf-xet` crate) with chunk deduplication, then register via the
sans-IO `BatchAction` (`POST /api/buckets/{bucket}/batch`). Also adds
`CreateBucketAction`. Opt-in feature `hf-bucket`; requires Rust 1.89+
(transitive `redb` MSRV).
- *(hf-bucket)* `nea_weather_bucket` example: the reference NEA pipelines
writing to a storage bucket; collectors, records, and config plumbing
are now shared with the dataset example via `examples/common/mod.rs`.

## [0.4.0](https://github.com/InfiniteUnion/meathook-rs/compare/v0.3.0...v0.4.0) - 2026-07-13

### Added
Expand Down
Loading
Loading