Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds release notes for 1.0.0 #456

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
== Release Notes

=== 1.0.0 - 2024-09-11

* Nushell pinned to 0.95
* Added `vector` commands
* Added support for bucket creation/management on Capella clusters
* Added support for loading sample data onto Capella clusters
* Added support for sub doc reads
* Added integration with large language models from Google, AWS and OpenAI
* Added support for named and positional query parameters
* Support document ids being ints for `doc` commands
* Support no expiry for collections
* Unset scope/collection when higher level entity changed
* Supports creation and management of Capella Clusters
* Added support for credential creation against Capella clusters
* Added support for creation of allowed CIDRs against Capella clusters
* Take username and password securely when using `cb-env register`
* Added support for managing Capella projects
* Added support for listing Capella organizations
* Enable use of `$nu` inside scripts and commands passed to cbsh

=== 0.75.2 - 2023-04-10

* Updated macos build to not have any dependency on OpenSSL.
Expand Down
Loading