Release 0.9.4 — configurable HTTP timeouts (#184)#185
Merged
Conversation
Bumps version 0.9.3 -> 0.9.4 and adds the CHANGELOG entry for the already-merged HTTP client timeout fix (#184) and the apt release-infra fix (#176). No code change here — winn_http's configurable timeouts (get/2, post/3, ... request/4; connect 15s / recv 30s defaults, overridable) already landed on main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Hotfix release 0.9.4. Ships the already-merged HTTP client timeout fix (#184) —
winn_httprequests inherited hackney's 5s receive default with no override, so valid-but-slow endpoints failed with{error, timeout}. Each verb now takes an optional options map (HTTP.get(url, %{timeout: 30000})), and defaults are raised to connect 15s / recv 30s. Backward compatible — original arities retained.This PR is just the version bump (0.9.3 → 0.9.4) + CHANGELOG — the code (
winn_httpget/2…request/4) already landed onmain(fa3fa4d).Released in 0.9.4
gzip -kfrelease-infra fix (on main since v0.9.3, now in a tagged release; theupdate-apt-repojob should pass this time).Verification
winn version→0.9.4;winn_httpbeam exportsget/2,post/3,request/4.rebar3 eunit: only the pre-existingwinn_sqlite_testsesqlite-NIF environmental failure.After merge: tag
v0.9.4, GitHub release, Homebrew bump. The timeout fix also needs porting todevelop(which lacks it).🤖 Generated with Claude Code