History.txt in net-http-pipeline-0.1 vs History.txt in net-http-pipeline-1.0
- old
+ new
@@ -1,4 +1,16 @@
+=== 1.0 / 2011-03-29
+
+* API change
+ * Net::HTTP::Pipeline#pipeline requires an Array of Net::HTTPRequests now.
+* Major enhancement
+ * If a sequence of requests contains a non-idempotent request #pipeline now
+ waits for a response to the previous request.
+* Minor enhancements
+ * Check for HTTP/1.1 and persistent connections before attempting
+ pipelining
+ * Added Net::HTTP#persistent= to avoid pipelining-capability check.
+
=== 0.1 / 2010-12-07
* Minor enhancement
* Add 1.8.7 support