---
title: "0.md"
url: https://daily.dev/posts/0-md-i54ed13ab
source_url: https://honeyryderchuck.gitlab.io/httpx/rdoc/files/doc/release_notes/1_8_0_md.html
type: article
source: "Ruby Flow"
published: 2026-06-16T20:30:14.478Z
updated: 2026-06-16T20:35:50.304Z
tags: ["ruby", "server-sent-events"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.md

**[Ruby Flow](https://daily.dev/sources/rubyflow)** · 3 min read · 1 upvotes · 0 comments

## Summary

HTTPX 1.8.0 for Ruby introduces several new plugins and features: a `:server_sent_events` plugin for handling text/event-stream responses, a `:cache` plugin extracted from the existing `:response_cache` plugin, and a `:ntlm_v2_auth` plugin for Microsoft NTLM v2 authentication. New timeout options include `:total_request_timeout` (covering redirects and retries) and `:ping_timeout` for connection liveness probing. The `:ssrf_filter` plugin gains options for custom unsafe and safe IP ranges. The `:auth` plugin adds token expiry options (`:reset_auth_header_expires_in/at`) used by the `:oauth` plugin for proactive token refresh. New response limits include `:max_response_body_size`, `:max_response_headers`, and `:max_response_header_value_size`. DNS resolver file caching enables cross-process DNS entry sharing. Bug fixes address fiber scheduler compatibility in Ruby 4, proxy auth encoding, retry backoff calculations, tracing span timing, and Datadog gem v2.34+ integration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://honeyryderchuck.gitlab.io/httpx/rdoc/files/doc/release_notes/1_8_0_md.html>

## Similar posts on daily.dev

- [Auth · honeyryder](https://daily.dev/posts/auth-honeyryder-5vxbwl6s7) · Ruby Flow · 0 upvotes · 0 comments
- [Oauth · honeyryder](https://daily.dev/posts/oauth-honeyryder-pnrgnkonp) · Ruby Flow · 0 upvotes · 0 comments
- [Retries · honeyryder](https://daily.dev/posts/retries-honeyryder-tey1sqhfa) · Ruby Flow · 1 upvotes · 0 comments

---

Tags: [#ruby](https://daily.dev/tags/ruby), [#server-sent-events](https://daily.dev/tags/server-sent-events)

[View this post on daily.dev](https://daily.dev/posts/0-md-i54ed13ab)
