-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d93bb5e
commit 4906433
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.9.1](https://github.com/timvw/qv/compare/v0.9.0...v0.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](https://github.com/timvw/qv/pull/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](https://github.com/timvw/qv/pull/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters