mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			705 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			705 B
		
	
	
	
	
	
	
	
0.5.0
This release is a minor bump only because it introduces a new dependency:
the timers gem
We've introduced the timers gem as a dependency to deal with total timeouts, thereby making the timeout object only a container of values to be refactored. This was in itself a small gain for such a big addition, but other future time-based features can be best built upon it than the existing work.
Bugfixes
- the altsvc header wasn't properly parsed, and was breaking requests to google. Don't break requests to google!
 - Added support for faraday 0.16;
 - Made the IO selector less flaky;
 - Fixed the homepage, which was being displayed without styles;