Skip to content

Conversation

@jmank88
Copy link
Contributor

@jmank88 jmank88 commented Oct 22, 2025

@github-actions
Copy link

github-actions bot commented Oct 22, 2025

✅ API Diff Results - No breaking changes


📄 View full apidiff report

@jmank88
Copy link
Contributor Author

jmank88 commented Oct 22, 2025

Looks like this approach would require updating some generated code

@jmank88 jmank88 force-pushed the CRE-1126-cap-job-update branch from 940dec7 to 95c48cb Compare October 22, 2025 21:05
@jmank88 jmank88 force-pushed the CRE-1126-cap-job-update branch from 95c48cb to 6d0215e Compare October 24, 2025 22:03
@jmank88 jmank88 force-pushed the CRE-1126-cap-job-update branch from 6d0215e to 2df6298 Compare October 24, 2025 22:04
@jmank88 jmank88 force-pushed the CRE-1126-cap-job-update branch from 2df6298 to 298c913 Compare October 27, 2025 17:45
@jmank88 jmank88 force-pushed the CRE-1126-cap-job-update branch from 298c913 to 944e37b Compare October 27, 2025 21:59
Comment on lines +68 to +69
c.CloseAll(c.resources...)
c.resources = nil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This resource cleanup includes any created oracles

Comment on lines +166 to +167
case connectivity.Shutdown, connectivity.TransientFailure, connectivity.Idle:
// allow replace
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't want to include Idle here, but it is apparently necessary.

if c == nil {
return connectivity.Shutdown
}
if sg, ok := (*c).(StateGetter); ok {
Copy link
Contributor

@krehermann krehermann Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need the type cast check here but not on 252, 260?

@jmank88 jmank88 merged commit 45658d2 into main Oct 29, 2025
19 of 21 checks passed
@jmank88 jmank88 deleted the CRE-1126-cap-job-update branch October 29, 2025 13:55
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.

3 participants