Added missing changes
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
bffd51a5 3{{$NEXT}}
b554d2f5 4
13ac5b23 51.23 2024-03-30 04:27:56+01:00 Europe/Berlin
6 - Changing default behavior of upload handling to stop taking over the upload extension
7 - Adding configuration options for changing this behavior back or add custom File::Temp arguments
8 - Updating documentation.
9
b554d2f5 101.22 2015-01-29 04:51:51+01:00 Europe/Berlin
24a1073a 11 - Fix for the fix..... don't ask
12
131.21 2015-01-29 04:48:58+01:00 Europe/Berlin
2fdfe663 14 - Fix for failing test if Plack is not installed
15
161.20 2015-01-28 16:20:59+01:00 Europe/Berlin
2f14a496 17 -new method 'part_data' which preserves multipart meta information just in cause
18 you have a form upload with unexpected charsets, etc.
19
201.19
21 - Release for cleanup of dzil
f419f7c1 22
231.18 2013-12-06 10:05:33 America/New_York
bffd51a5 24 - Added configurable basename regexp, test added with fixed regexp for next release
25 (Torsten Raudssus [GETTY])
26 - Added .gitignore
27
281.16 Wed, 3 Oct 2012 15:18:47 CET
29 - Added support for application/json (Gareth Kirwan [GBJK])
30
311.15 Mon, 5 Dec 2011 02:59:02 CET
32 - Added missing requirement (Torsten Raudssus [GETTY])
33
0bc8fd5f 341.14 Tue 26 Oct 2010 19:42:00 CET
35 - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])
36
05f6d238 371.12 Sat 19 Mar 2011 19:05:17 CET
38 - Fixed the t/08 test
39
08160cca 401.11 Tue 26 Oct 2010 14:10:00 UTC
41 - Added param_order capability (Torsten Raudssus [GETTY])
42
e0c37f8e 431.10 Fri 8 Oct 2010 15:50:55 UTC
44 - Patch for test failure ( thanks KENTNL/MITHALDU! )
45
461.09 Thu 19 Aug 2010 19:08:55 UTC
47 - remove blib for PAUSE indexing.
48
491.08 Thu 19 Aug 2010 18:08:42 UTC
6a7b9183 50 - Temp files now preserve the suffix of the uploaded file. This makes
180546cf 51 it possible to feed the file directly into a mime-type-determining
6a7b9183 52 module that may rely on this suffix as part of its heuristic. (Dave
53 Rolsky)
edb3b1f8 54 - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
55 - Move to Dist::Zilla
6a7b9183 56
5379d16f 571.07 2010-01-24 20:40:00
58 - Up IO::File dependency.
59
cd439abb 601.06 2010-01-09 19:21:00
b1da105b 61 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files
62 during DESTROY. (Vany Serezhkin)
4f8ae3af 63 - Fixed parsing of multipart bodies with boundaries that contain commas.
64 (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
712c90b5 65 - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
4f8ae3af 66
68cfda7d 671.05 2008-12-01 17:15:00
68 - Removed useless eval + require in new().
69
3debb7c0 701.04 2008-06-23 16:00:00
71 - Added tmpdir() accessor to specify an alternate directory for temp files.
72 (jgoulah)
73
2759ad98 741.03 2008-04-07 08:20:00
75 - Set body value for XForms data. (Daniel Ruoso)
76
4ba452d9 771.02 2008-02-27 17:30:00
78 - Fixed issue with urlencoded test on Windows.
79
5a1e3a8d 801.01 2008-02-23 11:30:00
81 - Fixed performance issue with urlencoded regex.
82
599b988a 831.00 2008-02-23 11:00:00
0a66fd23 84 - Added support for chunked requests if no $length value is passed to new().
5940e4c7 85 - Added support for XForms submissions. (Daniel Ruoso)
25f2a981 86 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
87 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
1ced50e0 88 - Fixed multipart test to properly clean up temporary files.
0a66fd23 89
912a882b 900.9 2007-03-27 14:00:00
91 - Fixed bug where empty fields in multipart/form-data were ignored.
92 (Ton Voon)
93 - Fixed bug where an uploaded file with the name "0" was ignored.
94 (Ton Voon)
95 - Small performance improvements to urlencoded parser.
dd70a428 96
c0ca3e5c 970.8 2007-03-23 18:40:00
912a882b 98 - Some browsers such as MSIE send extra data after the body content.
99 We now properly ignore anything beyond Content-Length.
9603999f 100
1010.7 2007-03-23 10:00:00
64dc6c36 102 - Fixed parsing an empty (zero-length) file using multipart.
103 http://rt.cpan.org/NoAuth/Bug.html?id=25392
104
b611551a 1050.6 2006-01-06 00:00:00
912a882b 106 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
107 <typester@cpan.org>.
4b372378 108 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 109 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 110
b018320d 1110.5 2005-11-17 00:00:00
112 - Updated for PAR compatibility
113
1ec011cb 1140.4 2005-11-09 01:00:00
115 - Version bump to 0.4 so CPAN.pm installs the right version.
116
af05d2df 1170.03 2005-10-27 20:00:00
118 - removed use of List::Util first due to memory leakage.
27ee4e94 119 http://rt.cpan.org/NoAuth/Bug.html?id=13891
120
1ec011cb 1210.2 2005-10-07
38ad3df8 122 - fixed POD
123
af05d2df 1240.01 2005-09-07
09abe57d 125 - first release