LATEST in http_spew-0.6.0 vs LATEST in http_spew-0.7.0
- old
+ new
@@ -1,15 +1,14 @@
-=== http_spew 0.6.0 - even less / 2016-11-05 02:15 UTC
+=== http_spew 0.7.0 - modernizing for newer Rubies / 2017-06-12 22:00 UTC
- Rack "to_path" support is dropped since few servers can
- take advantage of this in a non-buggy way.
+ Ruby 2.3+ is now required as kgio dependencies are gone.
+ This is unlikely to be a problem in practice, as hardly
+ anybody uses this at the moment.
- As a consolation, #each should be less GC-intensive by
- with explicit calls to String#clear to reduce memory
- pressure.
+ 5 changes since 0.6.0:
- 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
+ remove most uses of kgio
+ make kgio entirely optional
+ update to only use public email address
+ http_spew: remove kgio require at top level
+ gemspec: remove olddoc as a build dependency