Releases: OldSneerJaw/borealis-pg-cli
Releases · OldSneerJaw/borealis-pg-cli
v0.9.0
- Additional extension info (version and DB schema name) in
borealis-pg:extensions
andborealis-pg:extensions:install
command output
v0.8.0
- Add the
borealis-pg:psql
command to launch an interactive psql session through a secure tunnel directly from the CLI
v0.7.0
- Print to console to denote the start of DB or shell command execution by
borealis-pg:run
- Console output explaining that node-gyp/cpu-features errors during installation may be safely disregarded
v0.6.1
- Improve error message when deleting a PostgreSQL extension with dependent objects
v0.6.0
- Handle cases where DB write access is disabled due to persistent storage limit violations
v0.5.0
- Require "identity" scope for Heroku authorizations
v0.4.0
- Clarified in the
borealis-pg:tunnel
command's output that it does not accept keyboard input - Handle port conflicts for secure tunnels on Windows
v0.3.1
- Updated dependencies to address a vulnerability in the ansi-regex package
v0.3.0
borealis-pg:run
andborealis-pg:tunnel
now indicate in their output whether the user is read-only or read/writeborealis-pg:run
andborealis-pg:tunnel
now use pg-tunnel.borealis-data.com for client connections (DNS entry points to 127.0.0.1)
v0.2.2
- Changed URL to Postgres extension support page