Skip to content

Tags: couchbaselabs/couchbase-shell

Tags

v0.75.0

Toggle v0.75.0's commit message
Update release workflow to correctly build binaries for archs

Verified

This tag was signed with the committer’s verified signature.
chvck Charles Dixon

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message

Verified

This tag was signed with the committer’s verified signature.
chvck Charles Dixon
Release v1.0.0-beta.4

Verified

This tag was signed with the committer’s verified signature.
chvck Charles Dixon

v1.0.0-beta.2

Toggle v1.0.0-beta.2's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
Second beta release for 1.0.0 GA

 - Nushell pinned to 0.38
 - Added support for `from bson` (also supports opening `bson` files directly).
 - Update the default collection and scope when the cluster is changed.
 - Use the default bucket from each cluster with ping.
 - Don't allow to unregister the active cluster.
 - Add a `--cloud` switch to use to only display cloud info when used.
 - Add support for scope/collection drop.

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
First beta release for 1.0.0 GA

 - Nushell pinned to 0.34
 - Added support for alternate addresses (enables all data commands for Couchbase Cloud)
 - Add `--with-meta` to `query indexes` and `query advise`
 - Added super simple `transactions list-atrs` support. needs a covered index for now to work.
 - Added support to configure cloud allow lists.
 - Added a `--silent` mode flag.
 - The `--clusters` option has been added to many more commands.
 - Custom port usage is now possible for bootstrap.
 - Hostnames are validated and parsed at startup.
 - Cloud secrets can now also be put in the credentials file.
 - Return an error if the `--clusters` flag does not return a single cluster.
 - Cloud support to the `nodes` command has been added.‚‚
 - The Message of the Day has been brought back.
 - Commands have been reordered so the `get` subcommands are now "at the toplevel.
 - Bundling the `fetch` plugin so now you can load any site/data you want.

v1.0.0-alpha.2

Toggle v1.0.0-alpha.2's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
Second alpha release for 1.0.0

 - Nushell has been pinned to 0.32.0 for the next release.
 - fixed the history (now in the .cbsh dir as a `history.txt` file)
 - the linux builder has been switched from ubuntu 20.04 to 18.04 to be more conservative and target more linux users
 - renamed `[[clusters]]` to `[[cluster]]`, but kept the old style too for backwards compatibility
 - fix disabling tls in the config (property is now correctly called `tls-enabled`)
 - Added examples to: doc get
 - handle config syntax errors gracefully and log them nicely on startup
 - Added the `analytics links` command
 - Added the `analytics buckets` command
 - Added the `analytics pending-mutations` command
 - Support registering / unregistering clusters on the fly
 - Added new `[[cloud]]` config to support couchbase cloud
 - Supports getting, creating, updating and dropping buckets from couchbase cloud

v1.0.0-alpha.1

Toggle v1.0.0-alpha.1's commit message

Verified

This tag was signed with the committer’s verified signature.
daschl Michael Nitschinger
1.0.0-alpha.1

This is the first pre-release of 1.0.0, featuring the following
enhancements and bugfixes:

 - Removed libcouchbase, cbshell is now pure rust and optimized for shell-type workloads.
 - TLS is turned on by default.
 - Reduced binary sizes, including windows.