Skip to content

Conversation

@dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Jan 22, 2026

closes #2379

Summary by CodeRabbit

  • Release
    • Version updated to v1.8.1

✏️ Tip: You can customize this high-level summary in your review settings.

@auto-assign auto-assign bot requested a review from dwisiswant0 January 22, 2026 08:34
@coderabbitai
Copy link

coderabbitai bot commented Jan 22, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • snapcraft.yaml is excluded by !**/*.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The version constant in runner/banner.go is updated from v1.7.4 to v1.8.1, reflecting the current release version. This ensures the --version command displays the accurate version number.

Changes

Cohort / File(s) Summary
Version Constant Update
runner/banner.go
Version constant bumped from v1.7.4 to v1.8.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, one line changed,
v1.8.1 now arranged!
The version flag shall speak with pride,
Of updates flowing far and wide! 🚀

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'bump version to v1.8.1' directly and clearly describes the main change in the pull request, which is updating the Version constant from v1.7.4 to v1.8.1.
Linked Issues check ✅ Passed The PR addresses issue #2379 by updating the version constant, which should resolve the version mismatch reported when running httpx --version command.
Out of Scope Changes check ✅ Passed The change is strictly within scope—only the Version constant in runner/banner.go is modified, directly addressing the version update objective from issue #2379.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@runner/banner.go`:
- Line 19: The const Version in runner/banner.go was updated to `v1.8.1` but
snapcraft.yaml still references `v1.7.4`; update the version string in
snapcraft.yaml to match `v1.8.1` so both places (runner/banner.go -> const
Version and snapcraft.yaml version field) are consistent.

@ehsandeep ehsandeep merged commit 412eb2d into dev Jan 22, 2026
9 of 10 checks passed
@ehsandeep ehsandeep deleted the bump-version-v1.8.1 branch January 22, 2026 08:39
dogancanbakir added a commit that referenced this pull request Jan 22, 2026
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.

httpx 1.8.0 version is not updated.

3 participants