Release Notes
Added
- Fix rotate command with the correct private key
- Add
DUCKDB__PARQUET__KEYNAME=xxxfor Parquet Encryption - Add
vDUCKDB__ENCRYPTED__MYDB=asdf@./data/encrypted.duckdbfor Database Encryption
# parquet encryption
DUCKDB__PARQUET__KEY256=01234567891123450123456789112345
# database encryption
DUCKDB__ENCRYPTED__ACCOUNT=asdf@./data/encrypted.duckdb
# secret example
DUCKDB__HTTP_SECRET=secret
DUCKDB__HTTP_SECRET__TYPE=http
DUCKDB__HTTP_SECRET__BEARER_TOKEN=xxxx
Install dotenvx-rs 0.4.30
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/linux-china/dotenvx-rs/releases/download/v0.4.30/dotenvx-rs-installer.sh | shInstall prebuilt binaries via Homebrew
brew install linux-china/tap/dotenvx-rsDownload dotenvx-rs 0.4.30
| File | Platform | Checksum |
|---|---|---|
| dotenvx-rs-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| dotenvx-rs-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| dotenvx-rs-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| dotenvx-rs-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| dotenvx-rs-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |