Releases: OldSneerJaw/borealis-pg-cli
Releases · OldSneerJaw/borealis-pg-cli
v1.6.2
v1.6.1
- Client-side mitigation for SSH Terrapin vulnerability (CVE-2023-48795)
v1.6.0
- Report database clone and restore capabilities separately in
borealis-pg:restore:capabilities
output
v1.5.0
- Outputs all times in the user's local time zone
- Shows whether nightly backups are enabled in
borealis-pg:restore:capabilities
command output
v1.4.0
- Adds the
borealis-pg:restore:capabilities
command to retrieve an add-on's database restore capabilities - Adds the
borealis-pg:restore:execute
command to perform an add-on database restore/clone - Include the name of the source add-on for an add-on that was restored/cloned in
borealis-pg:info
output
v1.3.0
- Adds the
borealis-pg:integrations
command to retrieve a list of data integrations for an add-on - Adds the
borealis-pg:integrations:register
command to register a new data integration with an add-on - Adds the
borealis-pg:integrations:remove
command to remove/deregister a data integration
v1.2.0
- Support the new secure tunnel connection info config var (
DATABASE_TUNNEL_BPG_CONN_INFO
) - Require SSL/TLS for DB connections when using the
borealis-pg:run
command
v1.1.0
- Adds an add-on status field to the
borealis-pg:info
(alias:borealis-pg
) command
v1.0.1
- Fixed: Include dotenv in runtime dependencies
v1.0.0
- Adds the
borealis-pg:info
(alias:borealis-pg
) command to retrieve details about an add-on DB - Adds the
borealis-pg:users
command to retrieve a list of active DB users for an add-on - The
--addon
option is no longer required when there is only one Borealis Isolated Postgres add-on attached to an app