mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 22:25:50 +03:00
[PR #2005] [MERGED] chore: migrate the v1 Pub/Sub Go client library to v2 #2011
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2011
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/2005
Author: @sakai-ast
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @fsouza
Base:
main← Head:bump-pubsub-v2📝 Commits (1)
1ca0155chore: bump v1 Pub/Sub Go client library to v2📊 Changes
4 files changed (+123 additions, -117 deletions)
View changed files
📝
go.mod(+36 -34)📝
go.sum(+84 -80)📝
internal/notification/event.go(+2 -2)📝
internal/notification/event_test.go(+1 -1)📄 Description
Problem: The v1 Pub/Sub Go client library has been deprecated.
https://cloud.google.com/pubsub/docs/release-notes#July_15_2025
Solution: Upgrade to v2.
Testing: Pass the existing tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.