1<?xml version="1.0" ?>
2<!DOCTYPE change_log SYSTEM "changes.dtd" >
3
4
5<change_log title="unit">
6
7
8<changes apply="unit-php
9 unit-python unit-python2.7
10 unit-python3.4 unit-python3.5 unit-python3.6
11 unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10
12 unit-perl
13 unit-ruby"
14 ver="1.3" rev="1"
15 date="2018-07-13" time="18:00:00 +0300"
16 packager="Konstantin Pavlov &lt;thresh@nginx.com&gt;">
17
18<change>
19<para>
20NGINX Unit updated to 1.3.
21</para>
22</change>
23
24</changes>
25
26
27<changes apply="unit" ver="1.3" rev="1"
28 date="2018-07-13" time="18:00:00 +0300"
29 packager="Konstantin Pavlov &lt;thresh@nginx.com&gt;">
30
31<change type="change">
32<para>
33UTF-8 characters are now allowed in request header field values.
34</para>
35</change>
36
37<change type="feature">
38<para>
39configuration of the request body size limit.
40</para>
41</change>
42
43<change type="feature">
44<para>
45configuration of various HTTP connection timeouts.
46</para>
47</change>
48
49<change type="feature">
50<para>
51Ruby module now automatically uses Bundler where possible.
52</para>
53</change>
54
55<change type="feature">
56<para>
57http.Flusher interface in Go module.
58</para>
59</change>
60
61<change type="bugfix">
62<para>
63various issues in HTTP connection errors handling.
64</para>
65</change>
66
67<change type="bugfix">
68<para>
69requests with body data might be handled incorrectly in PHP module.
70</para>
71</change>
72
73<change type="bugfix">
74<para>
75individual PHP configuration options specified via control API were reset
76to previous values after the first request in application process.
77</para>
78</change>
79
80</changes>
81
82
83<changes apply="unit-php
84 unit-python unit-python2.7
85 unit-python3.4 unit-python3.5 unit-python3.6
86 unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10
87 unit-perl
88 unit-ruby"
89 ver="1.2" rev="1"
90 date="2018-06-07" time="18:00:00 +0300"
91 packager="Andrei Belov &lt;defan@nginx.com&gt;">
92
93<change>
94<para>
95NGINX Unit updated to 1.2.
96</para>

--- 712 unchanged lines hidden ---