Releases: malon64/floe
Releases · malon64/floe
Floe v0.3.4
Release v0.3.4
Floe v0.3.3
Release v0.3.3
Floe v0.3.2
feat: implement requested changes (#221) Co-authored-by: Agent (OpenClaw) <agent@floe.local>
Floe v0.3.1
Add Delta merge_scd2 write mode (#200) * add delta merge_scd2 write mode * add local scd2 delta example configs * fix scd2 predicate type coercion in delta merge * remove temporary merge example artifacts * Fix SCD2 bootstrap nullability and strict schema compatibility --------- Co-authored-by: a.metwalli <alexis.metwalli_ext@sonepar.com>
Floe v0.3.0
prepare v0.3.0 release (#196) Co-authored-by: a.metwalli <alexis.metwalli_ext@sonepar.com>
Floe v0.2.8
v0.2.8
Floe v0.2.7
prepare v0.2.7 release (#168) Co-authored-by: a.metwalli <alexis.metwalli_ext@sonepar.com>
Floe v0.2.6
Floe v0.2.6
Highlights
- Local Iceberg accepted sink MVP (
sink.accepted.format: iceberg) with filesystem table layout and append/overwrite snapshot behavior. - Cloud source glob patterns (e.g.
s3://.../sales_*.csv) using prefix-derived listing + glob filtering. floe add-entityCLI command to infer schema from an input file and append an entity definition to a Floe config.
Included PRs
- #160 feat(storage): support glob patterns for cloud source inputs
- #161 add-entity CLI command
- #162 Implement local Iceberg accepted sink MVP
- #163 prepare v0.2.6 release
Notes
floe add-entitycurrently appends to an existing config file. A follow-up UX enhancement for bootstrap config creation and default name/format inference is tracked in #164.- Added
example/config_iceberg_local.ymlto test the local Iceberg sink.
Floe v0.2.5
prepare v0.2.5 release (#152) Co-authored-by: a.metwalli <alexis.metwalli_ext@sonepar.com>
Floe v0.2.4
release 0.2.4 prep (#141) Co-authored-by: a.metwalli <alexis.metwalli_ext@sonepar.com>