-
Notifications
You must be signed in to change notification settings - Fork 94
Rust SDK Developer Preview release #849
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# NOTE rewrite uses 302 redirect by default (assuming replacement does not start with a protocol) | ||
# current versions | ||
# NOTE Go and Rust SDKs have their own sites with automatic evergreen redirects | ||
set $current_version_sdk_c_api '3.3.18'; | ||
set $current_version_sdk_cxx_api '1.2.0'; | ||
set $current_version_sdk_dotnet_api '3.8.0'; | ||
set $current_version_sdk_go_api '2.11.1'; | ||
set $current_version_sdk_java_api '3.9.1'; | ||
set $current_version_sdk_jvm_core_api '3.9.1'; | ||
set $current_version_kotlin_client_api '3.9.1'; | ||
|
@@ -12,7 +12,7 @@ set $current_version_sdk_php_api '4.4.0'; | |
set $current_version_sdk_python_api '4.5.0'; | ||
set $current_version_sdk_ruby_api '3.7.0'; | ||
set $current_version_sdk_scala_api '3.9.1'; | ||
set $current_version_analytics_dotnet_api '1.0.0'; | ||
set $current_version_analytics_dotnet_api '1.0.1'; | ||
set $current_version_analytics_java_api '1.0.0'; | ||
set $current_version_analytics_nodejs_api '1.0.0'; | ||
set $current_version_analytics_python_api '1.0.0'; | ||
|
@@ -210,17 +210,17 @@ location ^~ /sdk-api/couchbase-c-client/ { rewrite ^/sdk-api/(couchbase-c-client | |
location ^~ /sdk-api/couchbase-cxx-client/ { rewrite ^/sdk-api/(couchbase-cxx-client)/(.*)$ /sdk-api/$1-$current_version_sdk_cxx_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-net-client/ { rewrite ^/sdk-api/(couchbase-net-client)/(.*)$ /sdk-api/$1-$current_version_sdk_dotnet_api/$2 last; } | ||
# Go 2.n has its own evergreen API ref at https://godoc.org/gopkg.in/couchbase/gocb.v2 and https://pkg.go.dev/github.com/couchbase/gocb/[email protected]?tab=doc | ||
# location ^~ /sdk-api/couchbase-go-client/ { rewrite ^/sdk-api/(couchbase-go-client)/(.*)$ /sdk-api/$1-$current_version_sdk_go_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-java-client/ { rewrite ^/sdk-api/(couchbase-java-client)/(.*)$ /sdk-api/$1-$current_version_sdk_java_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-core-io/ { rewrite ^/sdk-api/(couchbase-core-io)/(.*)$ /sdk-api/$1-$current_version_sdk_jvm_core_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-kotlin-client/ { rewrite ^/sdk-api/(couchbase-kotlin-client)/(.*)$ /sdk-api/$1-$current_version_kotlin_client_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-node-client/ { rewrite ^/sdk-api/(couchbase-node-client)/(.*)$ /sdk-api/$1-$current_version_sdk_nodejs_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-php-client/ { rewrite ^/sdk-api/(couchbase-php-client)/(.*)$ /sdk-api/$1-$current_version_sdk_php_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-python-client/ { rewrite ^/sdk-api/(couchbase-python-client)/(.*)$ /sdk-api/$1-$current_version_sdk_python_api/$2 last; } | ||
location ^~ /sdk-api/couchbase-ruby-client/ { rewrite ^/sdk-api/(couchbase-ruby-client)/(.*)$ /sdk-api/$1-$current_version_sdk_ruby_api/$2 last; } | ||
# Rust SDK has its own evergreen API ref at https://docs.rs/couchbase | ||
location ^~ /sdk-api/couchbase-scala-client/ { rewrite ^/sdk-api/(couchbase-scala-client)/(.*)$ /sdk-api/$1-$current_version_sdk_scala_api/$2 last; } | ||
# Analytics SDKs | ||
location ^~ /sdk-api/couchbase-analytics-dotnet-client/ { rewrite ^/sdk-api/(couchbase-analytics-dotnet-client)/(.*)$ /sdk-api/$1-$current_version_analytics_dotnet_api/$2 last; } | ||
location ^~ /sdk-api/analytics-dotnet-client/ { rewrite ^/sdk-api/(analytics-dotnet-client)/(.*)$ /sdk-api/$1-$current_version_analytics_dotnet_api/$2 last; } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. again, driveby .Net EA change There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah yes, |
||
location ^~ /sdk-api/couchbase-analytics-java-client/ { rewrite ^/sdk-api/(couchbase-analytics-java-client)/(.*)$ /sdk-api/$1-$current_version_analytics_java_api/$2 last; } | ||
location ^~ /sdk-api/analytics-nodejs-client/ { rewrite ^/sdk-api/(analytics-nodejs-client)/(.*)$ /sdk-api/$1-$current_version_analytics_nodejs_api/$2 last; } | ||
location ^~ /sdk-api/analytics-python-client/ { rewrite ^/sdk-api/(analytics-python-client)/(.*)$ /sdk-api/$1-$current_version_analytics_python_api/$2 last; } | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ include::home::partial$info-banner.adoc[] | |
The Developer Data Platform for Critical Applications in Our AI World. | ||
|
||
Couchbase is a multipurpose NoSQL database for transactional, analytical, mobile, and AI applications. | ||
Develop at the edge with offline-first Couchbase Lite, for transactional workloads with SDKs in eleven popular programming languages, for real-time analytics, and build agentic apps (currently in private preview). | ||
Develop at the edge with offline-first Couchbase Lite, for transactional workloads with SDKs in a dozen popular programming languages, for real-time analytics, and build agentic apps (currently in private preview). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "12" ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It reads better, as a dozen is a hardwired concept for most peoples. However, I'm aware that there are counter-arguments. 🤷 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. either way, you have to write "dozen" as "12" according to https://docs.couchbase.com/styleguide/numbers.html so it's moot :D |
||
|
||
|
||
|
||
|
@@ -42,6 +42,7 @@ xref:c-sdk:hello-world:overview.adoc[C] | |
| xref:php-sdk:hello-world:overview.adoc[PHP] | ||
| xref:python-sdk:hello-world:overview.adoc[Python] | ||
| xref:ruby-sdk:hello-world:overview.adoc[Ruby] | ||
| xref:rust-sdk:hello-world:overview.adoc[Rust] | ||
| xref:scala-sdk:hello-world:overview.adoc[Scala] | ||
* xref:cloud:third-party:integrations.adoc[Integrations, Connectors, and Tools] | ||
// * Multi-Document ACID Transactions | ||
|
@@ -63,6 +64,7 @@ They support streaming APIs to handle large datasets, as well as the common feat | |
such as connection management and robust error handling. | ||
//// | ||
|
||
* xref:dotnet-analytics-sdk:hello-world:overview.adoc[.NET Analytics SDK Docs] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, |
||
* xref:go-analytics-sdk:hello-world:overview.adoc[Go Analytics SDK Docs] | ||
* xref:java-analytics-sdk:hello-world:overview.adoc[Java Analytics SDK Docs] | ||
* xref:nodejs-analytics-sdk:hello-world:overview.adoc[Node.js Analytics SDK Docs] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
driveby .Net EA change, assume intended?