-
Notifications
You must be signed in to change notification settings - Fork 32
3.3 release work #255
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
3.3 release work #255
Conversation
Also add Platform Help to nav
As per couchbase/docs-sdk-java#326 git grep -l '{version-server}@server' | xargs sd '\{version-server\}@server' '7.0@server'
| + | ||
| -- | ||
| If you are connecting to https://docs.couchbase.com/cloud/index.html[Couchbase Capella], be sure to get the correct endpoint as well as user, password, and `couchbasecloudbucket` -- and see the <<cloud-connections, Cloud section>>, below. | ||
| If you are connecting to https://docs.couchbase.com/cloud/index.html[Couchbase Capella], be sure to get the correct endpoint as well as user, password -- and see the <<cloud-connections, Cloud section>>, below. |
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.
We know longer have the Cloud section - we just need to give the C# equivalent of
timeout_opts = ClusterTimeoutOptions(kv_timeout=timedelta(seconds=10))
[which, I realise, we also have to add to the Scala and Java 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.
... but you can also link to the #troubleshooting section at the end, which contains what the cloud-connections section originally held.
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.
so on balance all OK, or needs to be done? 😕
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.
(Done in "Move to Cloud.cs" commit)
| #r "nuget: CouchbaseNetClient, 3.2.8-pre" | ||
| // #r "nuget: System.Text.Json, 6.0.2" | ||
| // #r "nuget: Microsoft.Extensions.Logging.Abstractions, 6.0.1" | ||
| // #r "nuget: CouchbaseNetClient, 3.3.0" |
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.
Since 3.3.0 is already available: https://www.nuget.org/packages/CouchbaseNetClient/3.3.0
Should be able to pull that in now?
Ah my bad, clicked on release note link and thought it was published, but nope (ignore me).
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.
The specified version 3.3.0 was not found. You have been taken to version 3.2.9.
yup, schroedinger's release artefact 😂
| include::devguide:example$dotnet/Cloud.csx[tags=**] | ||
| ---- | ||
| The Couchbase Capella free trial version comes with the Travel Sample Bucket, and its Query indexes, loaded and ready. |
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.
This is after the tabs in other SDKs - it helps reinforce the Capella is easier message ;)
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.
ah, I moved it inside (here and Java I think?) as it didn't make much sense to me after the tabs for the local server version
maria-robobug
left a comment
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.
👍
`dotnet-script` isn't happy with SDK 3.3.0 versions of Microsoft.Extensions.Logging.Abstractions 6.0.0 vs 6.0.1 but running with your own .csproj has no problem. In own subdirectory, to get the primary benefit of script, that is, not having to compile *all the examples* just to run one example.
USAGE: docker-compose run cb-dotnet-sdk bash
|
@osfameron ping me if your still having trouble installing 3.3.x |
NB: I've not been able to install .NET 3.3 as yet, and may need to wipe and reinstall .NET entirely 😡
So I've not reviewed the Transactions or Getting Started code in detail, but have aligned the Cloud.csx example with StartUsing.cs as we've done elsewhere.