Skip to content

Commit fc85936

Browse files
chore(main): release pubsub 1.43.0
1 parent 84461c0 commit fc85936

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"firestore": "1.16.0",
1111
"logging": "1.11.0",
1212
"profiler": "0.4.1",
13-
"pubsub": "1.42.0",
13+
"pubsub": "1.43.0",
1414
"pubsublite": "1.8.2",
1515
"spanner": "1.67.0",
1616
"storage": "1.43.0",

pubsub/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.42.0...pubsub/v1.43.0) (2024-08-20)
4+
5+
6+
### Features
7+
8+
* **pubsub:** Add support for Go 1.23 iterators ([84461c0](https://github.com/googleapis/google-cloud-go/commit/84461c0ba464ec2f951987ba60030e37c8a8fc18))
9+
310
## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.41.0...pubsub/v1.42.0) (2024-08-19)
411

512

pubsub/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.42.0"
18+
const Version = "1.43.0"

0 commit comments

Comments
 (0)