Skip to content

Releases: CrunchyData/bridge-cli

v3.6.0

26 Jul 15:16
Compare
Choose a tag to compare

Added

  • cb info now displays tailscale status.
  • cb network now manages firewall rules and supports the following
    subcommands: add-firewall-rule, list-firewall-rules,
    remove-firewall-rule and update-firewall-rule.
  • cb network now manages VPC peerings and supports the following subcommands:
    create-peering, delete-peering, get-peering and list-peerings.

Deprecated

  • cb firewall deprecated in favor of cb network.

Fixed

  • Expired session handling not prompting for new login.
  • cb list completion to include --format.

v3.5.1

09 May 20:06
Compare
Choose a tag to compare

Fixed

  • cb config-param set issue truncating values with multiple = characters.
  • cb psql prompt line wrapping issue.
  • cb uri retrieving correct user role credentials for a replica.

v3.5.0

31 Jan 13:23
Compare
Choose a tag to compare

Added

  • cb psql now provides a builtin menu of commonly useful queries.

v3.4.4

23 Jan 13:34
Compare
Choose a tag to compare

Fixed

  • cb login failure on linux systems when checking for default browser.

v3.4.3

10 Jan 18:49
Compare
Choose a tag to compare

Fixed

  • cb uri and cb psql with cluster name regression.

v3.4.2

05 Jan 19:41
Compare
Choose a tag to compare

Changed

  • cb uri and cb psql now default to user role when --role is not
    specified. The value default for --role has been removed and is no longer
    valid.

v3.4.1

13 Dec 13:50
Compare
Choose a tag to compare

Added

  • cb uri command now accepts --database and --port.

Changed

  • cb login now presents a login url for use with headless environments or
    where a default browser is not available

Fixed

  • High availability changes with cb upgrade start must be made without any other changes to the cluster.
  • Validation on cb create using --network for gcp based networks.

v3.4.0

19 Aug 17:04
Compare
Choose a tag to compare

Added

  • cb config-param command to manage supported cluster configuration
    parameters. Supports get, list-supported, reset and set.

Changed

  • cb login now uses a browser login flow. If direct use of an API_KEY is
    necessary then it must be set via the CB_API_KEY environment variable.

Fixed

  • cb create --fork and cb create --replica input validation when using
    --network.
  • cb network command completion suggestions.

v3.3.3

18 May 13:43
Compare
Choose a tag to compare

Added

  • Credentials validation for cb login input.

Fixed

  • cb psql escape single-quotes in prompt for team name.

v3.3.2

10 May 19:53
Compare
Choose a tag to compare

Fixed

  • Operation::State replaying_wal parse issue.