Skip to content

Releases: bruceadams/query-rds-data

Version 4.0.1

11 Feb 02:54
Compare
Choose a tag to compare

Release Notes

Unbreak building release artifacts!

Install query-rds-data 4.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bruceadams/query-rds-data/releases/download/v4.0.1/query-rds-data-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bruceadams/query-rds-data/releases/download/v4.0.1/query-rds-data-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Install prebuilt binaries via Homebrew

brew install bruceadams/homebrew-utilities/query-rds-data

Download query-rds-data 4.0.1

File Platform Checksum
query-rds-data-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
query-rds-data-x86_64-apple-darwin.tar.gz Intel macOS checksum
query-rds-data-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
query-rds-data-x86_64-pc-windows-msvc.msi x64 Windows checksum
query-rds-data-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
query-rds-data-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

v3.0.2

10 Feb 22:11
Compare
Choose a tag to compare

Install query-rds-data 3.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bruceadams/query-rds-data/releases/download/v3.0.2/query-rds-data-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bruceadams/query-rds-data/releases/download/v3.0.2/query-rds-data-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Install prebuilt binaries via Homebrew

brew install bruceadams/homebrew-utilities/query-rds-data

Download query-rds-data 3.0.2

File Platform Checksum
query-rds-data-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
query-rds-data-x86_64-apple-darwin.tar.gz Intel macOS checksum
query-rds-data-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
query-rds-data-x86_64-pc-windows-msvc.msi x64 Windows checksum
query-rds-data-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
query-rds-data-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

v3.0.1

10 Feb 21:57
Compare
Choose a tag to compare

Install query-rds-data 3.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bruceadams/query-rds-data/releases/download/v3.0.1/query-rds-data-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bruceadams/query-rds-data/releases/download/v3.0.1/query-rds-data-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Install prebuilt binaries via Homebrew

brew install bruceadams/homebrew-utilities/query-rds-data

Download query-rds-data 3.0.1

File Platform Checksum
query-rds-data-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
query-rds-data-x86_64-apple-darwin.tar.gz Intel macOS checksum
query-rds-data-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
query-rds-data-x86_64-pc-windows-msvc.msi x64 Windows checksum
query-rds-data-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
query-rds-data-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

v3.0.0

10 Feb 21:11
Compare
Choose a tag to compare

Install query-rds-data 3.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bruceadams/query-rds-data/releases/download/v3.0.0/query-rds-data-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bruceadams/query-rds-data/releases/download/v3.0.0/query-rds-data-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Install prebuilt binaries via Homebrew

brew install bruceadams/homebrew-utilities/query-rds-data

Download query-rds-data 3.0.0

File Platform Checksum
query-rds-data-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
query-rds-data-x86_64-apple-darwin.tar.gz Intel macOS checksum
query-rds-data-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
query-rds-data-x86_64-pc-windows-msvc.msi x64 Windows checksum
query-rds-data-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
query-rds-data-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Update README for v2.0

03 Jul 14:20
Compare
Choose a tag to compare

I forgot to update the README for v2.0.0.

The important changes were in v2.0.0.

Switch from Rusoto to aws_sdk

One known breaking change: different choices for the --format option: csv (the default) or json.

The underlying AWS library switched from Rusoto to the not-yet-v1 aws_sdk. There could easily be different behaviors from the newer library. I did not see anything glaringly different.

Switch from Rusoto to aws_sdk

03 Jul 02:37
Compare
Choose a tag to compare

One known breaking change: different choices for the --format option: csv (the default) or json.

The underlying AWS library switched from Rusoto to the not-yet-v1 aws_sdk. There could easily be different behaviors from the newer library. I did not see anything glaringly different.

Update to clap 3.0!

03 Jan 16:08
Compare
Choose a tag to compare
1.2.3

Upgrade clap to 3.0.0

Small stuff

03 Nov 23:42
f6c730a
Compare
Choose a tag to compare

Updated clap, the underlying command line parsing library. Now --help and --version show (dramatic pause) the version number!

Minor dependency updates

14 Aug 17:44
Compare
Choose a tag to compare

I hope this manages automatic binary uploads from CirrusCI.

Always text for Decimal fields; lookup more secrets

11 Aug 14:57
Compare
Choose a tag to compare