This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree 2 files changed +12
-14
lines changed
2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ client library.
16
16
17
17
## Status
18
18
19
- This library supports Cloud Spanner at the [ Alpha] ( README.md#versioning ) quality
20
- level. The library should be usable for experimental code, but we do not
21
- recommend that you use this library for production workloads. Please note that,
22
- as is often the case with C++ libraries, we do ** not** follow semantic
23
- versioning in the Cloud C++ client libraries. We make every effort to document
24
- backwards-incompatible API changes in the
25
- [ release notes] ( README.md#release-notes ) below.
19
+ This library supports Cloud Spanner at the [ Beta] ( README.md#versioning ) quality
20
+ level. This library should perform well for production workloads and we expect
21
+ to make minimal API changes. Please note that, as is often the case with C++
22
+ libraries, we do ** not** follow semantic versioning in the Cloud C++ client
23
+ libraries. We make every effort to document backwards-incompatible API changes
24
+ in the [ release notes] ( README.md#release-notes ) below.
26
25
27
26
28
27
** Core Builds**
Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ client library.
53
53
54
54
## Status
55
55
56
- This library supports Cloud Spanner at the [Alpha](README.md#versioning) quality
57
- level. The library should be usable for experimental code, but we do not
58
- recommend that you use this library for production workloads. Please note that,
59
- as is often the case with C++ libraries, we do **not** follow semantic
60
- versioning in the Cloud C++ client libraries. We make every effort to document
61
- backwards-incompatible API changes in the
62
- [release notes](README.md#release-notes) below.
56
+ This library supports Cloud Spanner at the [Beta](README.md#versioning) quality
57
+ level. This library should perform well for production workloads and we expect
58
+ to make minimal API changes. Please note that, as is often the case with C++
59
+ libraries, we do **not** follow semantic versioning in the Cloud C++ client
60
+ libraries. We make every effort to document backwards-incompatible API changes
61
+ in the [release notes](README.md#release-notes) below.
63
62
64
63
_EOF_
65
64
You can’t perform that action at this time.
0 commit comments