Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3824,7 +3824,7 @@ libraries:
- internal/generated/snippets/pubsub/
tag_format: '{id}/v{version}'
- id: pubsub/v2
version: 2.2.1
version: 2.3.0
last_generated_commit: c288189b43c016dd3cf1ec73ce3cadee8b732f07
apis:
- path: google/pubsub/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/pubsub/v2/apiv1",
"version": "2.2.1",
"version": "2.3.0",
"language": "GO",
"apis": [
{
Expand Down
12 changes: 12 additions & 0 deletions pubsub/v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [2.3.0](https://github.com/googleapis/google-cloud-go/releases/tag/pubsub%2Fv2.3.0) (2025-10-22)

### Features

* Add AwsKinesisFailureReason.ApiViolationReason
* Add tags to Subscription, Topic, and CreateSnapshotRequest messages for use in CreateSubscription, CreateTopic, and CreateSnapshot requests respectively
* Annotate some resource fields with their corresponding API types

### Documentation

* A comment for field `received_messages` in message `.google.pubsub.v1.StreamingPullResponse` is changed

## [2.2.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v2/v2.2.0...pubsub/v2/v2.2.1) (2025-10-14)


Expand Down
4 changes: 3 additions & 1 deletion pubsub/v2/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading