|
1 |
| -v0.1.8 [Tue Dec 15 2015 YoungJoo.Kim < [email protected]>] |
| 1 | +v0.1.9 [Fri Feb 26 2016 YoungJoo.Kim < [email protected]>] |
| 2 | + * Feature: added vhost_traffic_status_display_jsonp |
| 3 | + to support JSONP |
| 4 | + |
| 5 | + * Refactor: changed function names from ngx_vhost_* |
| 6 | + to ngx_http_vhost_* |
| 7 | + |
| 8 | +v0.1.8 [Tue Dec 15 2015 YoungJoo.Kim < [email protected]>] |
2 | 9 | * Feature: added support for implementing the feature that
|
3 | 10 | upstream peers use shared memory.(upstream zone directive)
|
4 | 11 |
|
5 |
| -v0.1.7 [Fri Dec 11 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 12 | +v0.1.7 [Fri Dec 11 2015 YoungJoo.Kim <vozltx@gmail.com>] |
6 | 13 | * Bugfix: fixed issues/28 that can't use control functionality
|
7 | 14 | if location has more than a segment.
|
8 | 15 |
|
9 | 16 | * Feature: added support for implementing traffic limit.
|
10 | 17 |
|
11 |
| -v0.1.6 [Tue Nov 25 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 18 | +v0.1.6 [Tue Nov 25 2015 YoungJoo.Kim <vozltx@gmail.com>] |
12 | 19 | * Feature: added support for implementing variables for
|
13 | 20 | current traffic status values. It is starting with a $vts_*.
|
14 | 21 |
|
15 |
| -v0.1.5 [Fri Nov 20 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 22 | +v0.1.5 [Fri Nov 20 2015 YoungJoo.Kim <vozltx@gmail.com>] |
16 | 23 | * Bugfix: fixed issues/26 that the each diffrent proxy
|
17 | 24 | caches are used by single zone(key).
|
18 | 25 |
|
|
26 | 33 | * Refactor: removed overlapping routine and merged into
|
27 | 34 | functions.
|
28 | 35 |
|
29 |
| -v0.1.4 [Mon Nov 02 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 36 | +v0.1.4 [Mon Nov 02 2015 YoungJoo.Kim <vozltx@gmail.com>] |
30 | 37 | * Feature: added vhost_traffic_status_filter
|
31 | 38 | to globally enable or disable the filter features.
|
32 | 39 |
|
|
42 | 49 |
|
43 | 50 | * Feature: added update interval in HTML.
|
44 | 51 |
|
45 |
| -v0.1.3 [Wed Oct 21 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 52 | +v0.1.3 [Wed Oct 21 2015 YoungJoo.Kim <vozltx@gmail.com>] |
46 | 53 | * Bugfix: stats for cached responses with error_page
|
47 | 54 | directive do not create a cache file by pull/23
|
48 | 55 | Thanks to Wandenberg Peixoto.
|
|
52 | 59 | to set the dynamically keys for issues/24.
|
53 | 60 | Thanks to Pauli Jokela for suggestion this work.
|
54 | 61 |
|
55 |
| -v0.1.2 [Wed Sep 23 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 62 | +v0.1.2 [Wed Sep 23 2015 YoungJoo.Kim <vozltx@gmail.com>] |
56 | 63 | * Bugfix: added cache variable's lock routine in
|
57 | 64 | ngx_http_vhost_traffic_status_shm_add_cache() for issues/19
|
58 | 65 |
|
59 | 66 | * Compatibility: added overflow handling routines of variables.
|
60 | 67 | It deals with the overflow of both 32bit and 64bit variables
|
61 | 68 | but I think that not be useful in 64bit variable(Max:16EB) at this moment.
|
62 | 69 |
|
63 |
| -v0.1.1 [Thu May 28 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 70 | +v0.1.1 [Thu May 28 2015 YoungJoo.Kim <vozltx@gmail.com>] |
64 | 71 | * Feature: cache status support when using the proxy_cache directive.
|
65 | 72 |
|
66 |
| -v0.1.0 [Thu May 28 2015 YoungJoo.Kim <vozlt@vozlt.com>] |
| 73 | +v0.1.0 [Thu May 28 2015 YoungJoo.Kim <vozltx@gmail.com>] |
67 | 74 | * The first version.
|
68 | 75 |
|
69 | 76 | # vi:set ft=changelog ts=4 sw=4 et fdm=marker:
|
0 commit comments