Skip to content

Latest commit

 

History

History
98 lines (80 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

98 lines (80 loc) · 2.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.9.6 - 2024-03-30

Other

  • Merge branch 'main' into ci/attempt-to-build-binaries
  • attempt to build binaries on release

0.9.5 - 2024-03-30

Added

  • add support for running on gcs
  • Add support for gcs back

Other

  • allow creation of manual run
  • one more attempt to trigger builds
  • lint
  • remove ref to mod
  • remove more unused files
  • lint
  • remove unused files

0.9.4 - 2024-03-30

Other

  • build and publish more binaries upon release

0.9.3 - 2024-03-30

Other

  • attempt to triggers builds on release-plz mr/branch
  • split tests

0.9.2 - 2024-03-30

Added

  • add test to verify that ndjson works

Other

  • allow pr builds for release-plz
  • do not build with verbose flag
  • provide code-cov token
  • allow manual launch of test flow
  • fmt
  • add test to verify that gzipped json file is supported

0.9.1 - 2024-03-29

Added

  • make changes such that a glue deltalake table can be loaded
  • add deltalake support again
  • add badges to readme
  • infer schema from glue catalog info
  • add support for listing on s3 as well
  • add support for listing files in a folder (also on s3)
  • add support for aws s3 console url
  • leverage rust aws sdk to get credentials
  • leverage opendal instead of object_store features

Fixed

  • remove unwantend print
  • change expected output
  • add missing region for test

Other

  • lint
  • (deps) update codecov/codecov-action action to v4 (#89)
  • attempt to add codecoverage
  • attempt to trigger test run only once
  • only annotate tests results
  • do not group prs
  • specify versions
  • use nightly
  • attempt to capture test results and upload them
  • revert to datafusion 35 such that we can add the deltalake crate
  • move things around
  • (deps) update rust docker tag to v1.77 (#69)
  • add test to verify that s3 console url works
  • improve the way we build expected output
  • fmt
  • more documentation on how aws s3 profiles work
  • changes for gcs introduction
  • add entry on s3 creds
  • add entry on s3 creds
  • trim expected output
  • lint
  • added entry on releases
  • updated developer instructions
  • start/stop minio before/after tests
  • remove unused files
  • change to tokio 1 to have latest