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.
- #27: Update to sqlx
0.8.2
; Removed direct dependency onflate2
.
- #25: ETL module refactor based on
hyper
.
- #22: Update to sqlx
0.7.3
;
- #21: Update to sqlx
0.7.2
; Simplified Windows and MacOScargo check
jobs.
- #18:
cargo check
CI jobs for Windows and MacOS.
- #17 Fixed building the library after
CVE-2023-43669 update of
tungstenite
to version0.20.1
.
- #5: Multi-node CI testing by creating a two node database cluster.
- #16: Added the
CHANGELOG.md
file andetl
module level docs - #10: Improved ExaConnectOptionsBuilder ergonomics by having its methods take
self
- renamed
EtlWorker
trait toEtlBufReader
. - refactored
ExportReader
to implement and rely onAsyncBufRead
. - added
buffer_size()
method toExportBuilder
to be able to tweak the reader's buffer.
- ETL TLS with compression
Second alpha release.
- Missing connection string documentation.
First alpha release.