Skip to content

Commit fcbbc05

Browse files
authored
doc: prepare CHANGELOG.md for v1.25.0 release (#5945)
1 parent 22bc30c commit fcbbc05

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
the call site. See [#5929] for more details.
6767
</details>
6868

69-
## v1.25.0 - TBD
69+
## v1.26.0 - TBD
70+
71+
## v1.25.0 - 2021-03
7072

7173
### Bigtable:
7274

@@ -80,12 +82,39 @@
8082
Now they should generate warnings at the call site, depending on your
8183
compiler settings. See [#5929] for more information.
8284

85+
* feat(bigtable): add CMEK attributes to admin APIs (#5921)
86+
* feat(bigtable): limit default connection pool size (#5881)
87+
* doc: workarounds for Bazel and path length problems (#5869)
88+
* doc(bigtable): add configure_connection_pool sample (#5839)
89+
90+
### Pub/Sub:
91+
92+
* Implemented support for "schemas". This feature allows you to define the
93+
schema of the messages accepted by a `Topic`. The schemas can be defined using
94+
AVRO or Protocol Buffers. This is a public preview feature of Cloud Pub/Sub,
95+
the APIs are found in the `::google::cloud::pubsub_experimental` namespace.
96+
97+
### Spanner:
98+
99+
* feat(spanner): Point-In-Time Recovery (PITR) (#5906)
100+
This is a major new feature in Spanner, supporting backups and restores at
101+
a given timestamp.
102+
* refactor(spanner): spanner::Timestamp/protobuf::Timestamp conversions… (#5876)
103+
* feat(spanner): statistics returned for a committed transaction (#5809)
104+
83105
### Storage:
84106

85107
* The legacy IAM functions were marked as deprecated via doxygen comments.
86108
Now they should generate warnings at the call site, depending on your
87109
compiler settings. See [#5929] for more information.
88110

111+
* doc(storage): Update UBLA documentation to reflect its current status (#5870)
112+
It has been GA for a long time, but was still described as not in our
113+
comments.
114+
* fix(storage): remove unneeded dependency (#5798)
115+
The backwards compatibility target and package (`storage_client`) required
116+
the googleapis protos.
117+
89118
[iam-conditions-link]: https://cloud.google.com/iam/docs/conditions-overview
90119
[#5923]: https://github.com/googleapis/google-cloud-cpp/issues/5923
91120
[#5929]: https://github.com/googleapis/google-cloud-cpp/issues/5929

0 commit comments

Comments
 (0)