Skip to content

0.4.0

Choose a tag to compare

@ethe ethe released this 22 Jul 03:56
· 74 commits to main since this release
5b33581

What's Changed

  • feat: implement Encode/Decode for f32,f64 by @crwen in #163
  • Chore: bump parquet to 55.00 by @crwen in #164
  • Refactor Read/Write to fusio-core by @crwen in #162
  • refactor: make AsyncReader in fusio-parquet cleaner by @ethe in #167
  • add ci for windows and macos by @crwen in #168
  • fix: make DynWrite & DynRead sealed by @ethe in #170
  • fix: create empty file not successfullyFix/s3 open by @crwen in #171
  • fix: remove useless box dyn error in fusio-core by @ethe in #172
  • allow to upload empty data by @crwen in #174
  • refactor: align close behavior on tokio file by @crwen in #173
  • refactor: cleaner fusio-parquet reader implementation by @ethe in #177
  • chore: add ci for s3 by @crwen in #175
  • add recover_with_fs method by @crwen in #178
  • feat: set page index for parquet metadata by @crwen in #179
  • bump arrow to 55.1.0 by @crwen in #180
  • fix: align error in Vec to Option for Encode/Decode by @crwen in #183
  • refactor: remove associated type in encode/decode by @crwen in #184
  • fix: let open_option perform same with S3 & local fs by @meox3259 in #182
  • docs: improve documentation for fusio-core crate by @ethe in #185
  • chore: bump version to 0.4.0 by @ethe in #187
  • chore: add README to fusio-core/Cargo.toml by @ethe in #188
  • refactor: move logger to log mod by @crwen in #189

New Contributors

Full Changelog: 0.3.8...0.4.0