|
2 | 2 |
|
3 | 3 | All user visible changes to this project will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 41 | ## 0.75.0 - 2023-02-09 |
6 | 42 |
|
7 | 43 | - Nushell pinned to 0.75 |
|
0 commit comments