Skip to content

0.4.30 - 2026-02-14

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Feb 11:57

Release Notes

Added

  • Fix rotate command with the correct private key
  • Add DUCKDB__PARQUET__KEYNAME=xxx for Parquet Encryption
  • Add vDUCKDB__ENCRYPTED__MYDB=asdf@./data/encrypted.duckdb for 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 | sh

Install prebuilt binaries via Homebrew

brew install linux-china/tap/dotenvx-rs

Download 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