|
66 | 66 | the call site. See [#5929] for more details. |
67 | 67 | </details> |
68 | 68 |
|
69 | | -## v1.25.0 - TBD |
| 69 | +## v1.26.0 - TBD |
| 70 | + |
| 71 | +## v1.25.0 - 2021-03 |
70 | 72 |
|
71 | 73 | ### Bigtable: |
72 | 74 |
|
|
80 | 82 | Now they should generate warnings at the call site, depending on your |
81 | 83 | compiler settings. See [#5929] for more information. |
82 | 84 |
|
| 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 | + |
83 | 105 | ### Storage: |
84 | 106 |
|
85 | 107 | * The legacy IAM functions were marked as deprecated via doxygen comments. |
86 | 108 | Now they should generate warnings at the call site, depending on your |
87 | 109 | compiler settings. See [#5929] for more information. |
88 | 110 |
|
| 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 | + |
89 | 118 | [iam-conditions-link]: https://cloud.google.com/iam/docs/conditions-overview |
90 | 119 | [#5923]: https://github.com/googleapis/google-cloud-cpp/issues/5923 |
91 | 120 | [#5929]: https://github.com/googleapis/google-cloud-cpp/issues/5929 |
|
0 commit comments