Skip to content

Commit 7bcb5f7

Browse files
authored
doc: update CHANGELOG for v1.33.0 release (#7546)
* doc: update CHANGELOG for v1.33.0 release
1 parent 658c94b commit 7bcb5f7

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed

CHANGELOG.md

+58-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
https://github.com/googleapis/google-cloud-cpp/issues/5976.
8989
</details>
9090

91-
## v1.33.0 - TBD
91+
## v1.34.0 - TBD
92+
93+
## v1.33.0 - 2021-11
9294

9395
> :warning: In this release we have stopped testing with Ubuntu:16.04 as this
9496
> distribution is no longer supported by Google Cloud. We will gladly consider,
@@ -97,20 +99,71 @@
9799
**ATTENTION**: Our Doxygen documentation (e.g. [Storage
98100
docs][storage-dox-link]) was incorrectly showing the versioned inline namespace
99101
name for our symbols (it was `v1`), implicitly suggesting that users should
100-
spell this inline namespace in their own code. This mistake was fixed and our
101-
Doxygen documentation no longer shows the versioned inline namespace name, now
102-
showing users how to correctly spell our symbol names without referencing the
103-
versioned inline namespace.
102+
spell this inline namespace in their own code. This has been corrected. Our
103+
Doxygen documentation no longer shows the versioned inline namespace name;
104+
instead, it shows users how to correctly spell our symbol names without
105+
referencing the versioned inline namespace.
104106

105107
[storage-dox-link]: https://googleapis.dev/cpp/google-cloud-storage/latest/
106108

109+
### [BigQuery](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigquery/README.md)
110+
111+
* feat: create relocatable pkg-config files ([#7481](https://github.com/googleapis/google-cloud-cpp/pull/7481))
112+
113+
### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md)
114+
115+
* doc: remove inline namespace from doxygen ([#7461](https://github.com/googleapis/google-cloud-cpp/pull/7461))
116+
* fix(bigtable): retry internal errors known to be transient ([#7395](https://github.com/googleapis/google-cloud-cpp/pull/7395))
117+
107118
### Firestore
108119

109120
**BREAKING CHANGE**: The _experimental_ Firestore support library that used to
110121
live in this repo at `google/cloud/firestore` has been removed in favor of the
111122
canonical library at https://firebase.google.com/docs/reference/cpp. For more
112123
info see [#7443](https://github.com/googleapis/google-cloud-cpp/issues/7443).
113124

125+
* cleanup(firestore)!: removes the experimental firestore library ([#7468](https://github.com/googleapis/google-cloud-cpp/pull/7468))
126+
127+
### [IAM](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/iam/README.md)
128+
129+
* feat: create relocatable pkg-config files ([#7481](https://github.com/googleapis/google-cloud-cpp/pull/7481))
130+
* fix(generator): add doxygen return comment for StreamRanges ([#7419](https://github.com/googleapis/google-cloud-cpp/pull/7419))
131+
132+
### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md)
133+
134+
* feat: create relocatable pkg-config files ([#7481](https://github.com/googleapis/google-cloud-cpp/pull/7481))
135+
* doc: remove inline namespace from doxygen ([#7461](https://github.com/googleapis/google-cloud-cpp/pull/7461))
136+
* feat(pubsub): implement GUAC
137+
([#7449](https://github.com/googleapis/google-cloud-cpp/pull/7449))
138+
([#7440](https://github.com/googleapis/google-cloud-cpp/pull/7440))
139+
([#7436](https://github.com/googleapis/google-cloud-cpp/pull/7436))
140+
([#7432](https://github.com/googleapis/google-cloud-cpp/pull/7432))
141+
([#7428](https://github.com/googleapis/google-cloud-cpp/pull/7428))
142+
143+
### [Spanner](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/spanner/README.md)
144+
145+
* feat: create relocatable pkg-config files ([#7481](https://github.com/googleapis/google-cloud-cpp/pull/7481))
146+
* doc: remove inline namespace from doxygen ([#7461](https://github.com/googleapis/google-cloud-cpp/pull/7461))
147+
* fix(generator): add doxygen return comment for StreamRanges ([#7419](https://github.com/googleapis/google-cloud-cpp/pull/7419))
148+
149+
### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md)
150+
151+
* fix(storage): respect ContentType in Client::UploadFile ([#7521](https://github.com/googleapis/google-cloud-cpp/pull/7521))
152+
* doc: remove inline namespace from doxygen ([#7461](https://github.com/googleapis/google-cloud-cpp/pull/7461))
153+
* fix(storage): prevent crashes on double Close() ([#7390](https://github.com/googleapis/google-cloud-cpp/pull/7390))
154+
* feat(storage): add bucket attributes for RPO ([#7384](https://github.com/googleapis/google-cloud-cpp/pull/7384))
155+
* doc(storage): 'unspecified' value for PAP is deprecated ([#7377](https://github.com/googleapis/google-cloud-cpp/pull/7377))
156+
* doc(storage): label `ClientOptions` as deprecated ([#7511](https://github.com/googleapis/google-cloud-cpp/pull/7511))
157+
158+
### [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md)
159+
160+
* fix(common): fewer crashes with dynamic loading ([#7512](https://github.com/googleapis/google-cloud-cpp/pull/7512))
161+
* feat: create relocatable pkg-config files ([#7481](https://github.com/googleapis/google-cloud-cpp/pull/7481))
162+
* fix(common): resume sending "v" in "gccl" component of API header ([#7473](https://github.com/googleapis/google-cloud-cpp/pull/7473))
163+
* doc: remove inline namespace from doxygen ([#7461](https://github.com/googleapis/google-cloud-cpp/pull/7461))
164+
* feat(common): adds begin/end inline namespace macros ([#7456](https://github.com/googleapis/google-cloud-cpp/pull/7456))
165+
* feat(common): GUAC for async read-write streams ([#7442](https://github.com/googleapis/google-cloud-cpp/pull/7442))
166+
114167
## v1.32.1 - 2021-10
115168

116169
### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md)

0 commit comments

Comments
 (0)