NEWS in http_spew-0.5.0 vs NEWS in http_spew-0.6.0
- old
+ new
@@ -1,4 +1,19 @@
+=== http_spew 0.6.0 - even less / 2016-11-05 02:15 UTC
+
+ Rack "to_path" support is dropped since few servers can
+ take advantage of this in a non-buggy way.
+
+ As a consolation, #each should be less GC-intensive by
+ with explicit calls to String#clear to reduce memory
+ pressure.
+
+ 3 changes since 0.5.0
+
+ pkg.mk: avoid network for "gem install"
+ request: drop to_path support
+ explicitly clear large buf when it is obviously safe
+
=== http_spew 0.5.0 / 2016-10-31 20:43 UTC
This release requires Ruby 2.1 or later.
13 changes since 0.4.1: