LATEST in http_spew-0.5.0 vs LATEST in http_spew-0.6.0
- old
+ new
@@ -1,20 +1,15 @@
-=== http_spew 0.5.0 / 2016-10-31 20:43 UTC
+=== http_spew 0.6.0 - even less / 2016-11-05 02:15 UTC
- This release requires Ruby 2.1 or later.
+ Rack "to_path" support is dropped since few servers can
+ take advantage of this in a non-buggy way.
- 13 changes since 0.4.1:
+ As a consolation, #each should be less GC-intensive by
+ with explicit calls to String#clear to reduce memory
+ pressure.
- gemspec: require kcar >= 0.3.1
- test/helper: explicit redirect for Ruby 2.0.0
- update packaging + docs (website)
- allow all future GPL versions
- add benchmark scripts
- relax dependency on unicorn
- declare empty classes with constant assignment
- test_upload: use object_id to check matches
- use frozen string literals for Ruby 2.1+
- merge into kcar project and mailing list
- dedicated mailing list
- rely on opt_str_freeze in more places
- use monotonic clock for timing
+ 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