Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for publishSettings #1027

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JamesBLewis
Copy link

@JamesBLewis JamesBLewis commented Mar 16, 2024

Resolves #1026

Update Connection struct to allow for customising PublishSettings the same way ReceiveSettings can be customised.

JamesBLewis and others added 3 commits March 16, 2024 18:54
Signed-off-by: James Lewis <james.lewis2@anz.com>
Bumps the go_modules group with 1 update in the /binding/format/protobuf/v2 directory: google.golang.org/protobuf.
Bumps the go_modules group with 1 update in the /protocol/pubsub/v2 directory: google.golang.org/protobuf.
Bumps the go_modules group with 1 update in the /samples/http directory: google.golang.org/protobuf.
Bumps the go_modules group with 1 update in the /samples/pubsub directory: google.golang.org/protobuf.

Updates `google.golang.org/protobuf` from 1.26.0 to 1.33.0

Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0

Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0

Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  dependency-group: go_modules-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: James Lewis <james.lewis2@anz.com>
Signed-off-by: James Lewis <james.lewis2@anz.com>
@JamesBLewis JamesBLewis force-pushed the gh-1026-expose-publishSettings branch from f9ba6c4 to 9343381 Compare March 16, 2024 07:54
@JamesBLewis JamesBLewis changed the title add support for custom publishSettings add support for publishSettings Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Expose pubsub PublishSettings along with ReceiveSettings
1 participant