Commit 9f194b9
authored
fix(pubsub)!: make ShutdownBehavior non_exhaustive (#5533)
We want to make ShutdownBehavior non_exhaustive to support possible new
shutdown behaviors in the future. This is a breaking change, but we are
already planning to release a major version in our next change. We don't
expect this to cause many issues since it seems unlikely that users will
be matching on this enum. It is only used as the input in a single
setter.
Fixes #55321 parent a16fc91 commit 9f194b9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments