From 43fe420b419dee4e760288761a45ba47eb28ab2e Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 31 Jan 2026 23:57:00 -0700 Subject: feat: add connection pooling and DNS caching for performance - Persistent HTTP sessions avoid Connection: close overhead - DNS pre-resolution with timeout prevents indefinite hangs - Thread-safe connection pool with LRU eviction - TLS certificates parsed once at init, not per-request - Extract TlsParser, DnsCache, ConnectionPool for SRP Bump to v1.5.0 --- lib/net/hippie/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/hippie/version.rb') diff --git a/lib/net/hippie/version.rb b/lib/net/hippie/version.rb index bb07582..7e2b6ff 100644 --- a/lib/net/hippie/version.rb +++ b/lib/net/hippie/version.rb @@ -2,6 +2,6 @@ module Net module Hippie - VERSION = '1.4.0' + VERSION = '1.5.0' end end -- cgit v1.2.3