Skip to content

Commit

Permalink
bump version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Oct 27, 2024
1 parent fffa508 commit 2d2ac31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc2parquet"
version = "6.1.1"
version = "6.3.0"
authors = ["Markus Klein"]
edition = "2021"
repository = "https://github.com/pacman82/odbc2parquet"
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.3.0

* Introduced flag `--concurrent-fetching`. Setting it uses separate system threads for writing to parquet and fetching from the database. This can be a significant speepedup, but also increases memory consumption.

## 6.2.0

Failed release

## 6.1.1

* DEBUG Log messages now show column names as text, rather than utf-8 bytes
Expand Down

0 comments on commit 2d2ac31

Please sign in to comment.