Release/26.7.29: configurable connect/read/write timeouts - #379
Merged
Conversation
…loop fix [skip ci] Squashes the release-only history on top of v3 (ceae600) into one commit: - SK-3023 configurable connect/read/write timeouts for v3 (#374) - SK-2986 pass PAT_ACTIONS into reusable workflow via workflow_call secret (#375) - SK-3023 fix internal-release infinite loop via [skip ci] on the bump commit (#377) - the automated dev version bumps (folded in) Version: 3.0.0-beta.12-dev.6d1831b. Tree is unchanged from f2eb507. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
skyflow-bharti
previously approved these changes
Jul 29, 2026
…release) Replaces the skip-ci approach with a scoped job guard so the PAT-authored version bump cannot re-trigger the release, without globally skipping CI (so PR checks run again). - internal-release.yml: skip the job when the head commit is an automated bump - shared-build-and-deploy.yml: drop the skip-ci suffix from the bump commit Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Devesh-Skyflow
force-pushed
the
v3-release/26.7.29
branch
from
July 29, 2026 12:54
701ecfd to
cad9a33
Compare
skyflow-bharti
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the
v3-release/26.7.29release intov3as a single squashed commit on top of the shared pointceae600.Contents
connectTimeout/readTimeout/writeTimeout(seconds) on bothSkyflow.builder()andVaultConfig, with per-field precedence alongside the existing overalltimeoutand retry knobs. Unset phase timeouts keep OkHttp's 10s default (backward compatible).Verification
Tested live against the published build
3.0.0-beta.12-dev.6d1831b(from JFrog):timeout(5s)connectTimeout(2s, blackhole IP)readTimeout(2s)writeTimeout(2s)Unit tests: 16/16 pass for timeout wiring/precedence.
Note: the release branch history was squashed to one commit relative to
v3; the resulting tree is byte-identical to the pre-squash head. Supersedes the earlier (closed) #376.🤖 Generated with Claude Code