Skip to content

Commit

Permalink
doc: prepare CHANGELOG.md for v1.25.0 release (#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Mar 1, 2021
1 parent 22bc30c commit fcbbc05
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
the call site. See [#5929] for more details.
</details>

## v1.25.0 - TBD
## v1.26.0 - TBD

## v1.25.0 - 2021-03

### Bigtable:

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

* feat(bigtable): add CMEK attributes to admin APIs (#5921)
* feat(bigtable): limit default connection pool size (#5881)
* doc: workarounds for Bazel and path length problems (#5869)
* doc(bigtable): add configure_connection_pool sample (#5839)

### Pub/Sub:

* Implemented support for "schemas". This feature allows you to define the
schema of the messages accepted by a `Topic`. The schemas can be defined using
AVRO or Protocol Buffers. This is a public preview feature of Cloud Pub/Sub,
the APIs are found in the `::google::cloud::pubsub_experimental` namespace.

### Spanner:

* feat(spanner): Point-In-Time Recovery (PITR) (#5906)
This is a major new feature in Spanner, supporting backups and restores at
a given timestamp.
* refactor(spanner): spanner::Timestamp/protobuf::Timestamp conversions… (#5876)
* feat(spanner): statistics returned for a committed transaction (#5809)

### Storage:

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

* doc(storage): Update UBLA documentation to reflect its current status (#5870)
It has been GA for a long time, but was still described as not in our
comments.
* fix(storage): remove unneeded dependency (#5798)
The backwards compatibility target and package (`storage_client`) required
the googleapis protos.

[iam-conditions-link]: https://cloud.google.com/iam/docs/conditions-overview
[#5923]: https://github.com/googleapis/google-cloud-cpp/issues/5923
[#5929]: https://github.com/googleapis/google-cloud-cpp/issues/5929
Expand Down

0 comments on commit fcbbc05

Please sign in to comment.