Skip to content

Commit f1c146a

Browse files
committed
Prepare v0.75.1 release
1 parent 08b6b26 commit f1c146a

6 files changed

Lines changed: 345 additions & 86 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
All user visible changes to this project will be documented in this file.
44

5+
## 0.75.1 - 2023-04-13
6+
7+
**This release contains a number of breaking changes, which are explicitly called out below.**
8+
As our versioning continues to track the underlying Nushell minor version this has required breaking changes in a patch version.
9+
10+
* Updated config file to rename `[[cluster]]` to `[[database]]` (`[[cluster]]` will continue to work).
11+
* **Breaking** Updated config file to rename `hostnames` to `connstr` and changed the format to be a string.
12+
* Added support, and detection, for different "cluster types"; Capella and Other. This allows us to modify behaviour based on cluster type.
13+
* *Breaking* Renamed `clusters health` to `health`.
14+
* *Breaking* Renamed other `clusters ...` commands to `database ...`
15+
* Replaced references to cluster with database.
16+
* *Breaking* Removed support for whoami
17+
* Added support for username aliases - added `display_name` to config.
18+
* Trust the system store and Capella root CA when no certificate set.
19+
* Updated tutorial.
20+
* Added support for generating a config file when one does not exist.
21+
* Added support for connecting to kv nodes in parallel.
22+
* Added support for `doc import` command.
23+
* Added prompt indicator to help distinguish if a Capella or "other" cluster type is in use.
24+
* Fast fail `buckets` commands when used with Capella.
25+
* Updated where config files are automatically written to.
26+
* Fixed issue with config.nu file on Windows.
27+
28+
- Pulled all beta and alpha release versions and updated version numbering
29+
- Couchbase Shell versions will now map to the Nushell version being used
30+
- Bundle Capella root CA to allow seamlessly connecting over TLS
31+
- Automatically detect when `query_context` should be sent
32+
- Update when SRV lookups are performed
33+
- Statically link OpenSSL
34+
- Various logging and error enhancements
35+
- Remove support for Capella InVpc
36+
- Renamed `clusters managed` to `cb-env managed`
37+
- Renamed `clusters register/unregister` to `cb-env register/unregister`
38+
- Expose CIDR in result of `clusters`
39+
- Fetch collection id over memcached rather than http
40+
541
## 0.75.0 - 2023-02-09
642

743
- Nushell pinned to 0.75

0 commit comments

Comments
 (0)