|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 | +<title>/home/who/git/nginx-clojure.github.io/.HISTORY.md.html</title> |
| 6 | + |
| 7 | + |
| 8 | +<style type="text/css"> |
| 9 | + |
| 10 | +.markdown-body { |
| 11 | + border: 1px solid #CACACA; |
| 12 | + padding: 30px; |
| 13 | + font-size: 14px; |
| 14 | + line-height: 1.6; |
| 15 | +} |
| 16 | + |
| 17 | +.markdown-body h2 { |
| 18 | + border-bottom: 1px solid #CCCCCC; |
| 19 | +} |
| 20 | + |
| 21 | +.markdown-body code { |
| 22 | + white-space: nowrap; |
| 23 | +} |
| 24 | + |
| 25 | +.markdown-body code, .markdown-body tt { |
| 26 | + background-color: #F8F8F8; |
| 27 | + border: 1px solid #EAEAEA; |
| 28 | + border-radius: 3px 3px 3px 3px; |
| 29 | + margin: 0 2px; |
| 30 | + padding: 0 5px; |
| 31 | +} |
| 32 | + |
| 33 | +.markdown-body .highlight pre, .markdown-body pre { |
| 34 | + background-color: #F8F8F8; |
| 35 | + border: 1px solid #CCCCCC; |
| 36 | + border-radius: 3px 3px 3px 3px; |
| 37 | + font-size: 13px; |
| 38 | + line-height: 19px; |
| 39 | + overflow: auto; |
| 40 | + padding: 6px 10px; |
| 41 | +} |
| 42 | + |
| 43 | +.markdown-body img { |
| 44 | + border: 0 none; |
| 45 | +} |
| 46 | + |
| 47 | +pre, code, tt { |
| 48 | + font-family: Consolas,"Liberation Mono",Courier,monospace; |
| 49 | + font-size: 12px; |
| 50 | +} |
| 51 | + |
| 52 | +</style> |
| 53 | + |
| 54 | + |
| 55 | +<script type="text/javascript"> |
| 56 | + |
| 57 | +function getDocumentScrollTop() |
| 58 | +{ |
| 59 | + var res = document.body.scrollTop || document.documentElement.scrollTop || window.pageYOffset || 0; |
| 60 | + // alert(res); |
| 61 | + return res; |
| 62 | +} |
| 63 | + |
| 64 | +function setDocumentScrollTop(ypos) |
| 65 | +{ |
| 66 | + window.scrollTo(0, ypos); |
| 67 | +} |
| 68 | + |
| 69 | +</script> |
| 70 | + |
| 71 | + |
| 72 | +</head> |
| 73 | +<body class="markdown-body"> |
| 74 | +<h1> <a name="user-content-downloads--release-history" class="anchor" href="..md.html#downloads--release-history" aria-hidden="true"><span class="octicon octicon-link"></span></a>Downloads & Release History</h1> |
| 75 | +<ol> |
| 76 | + <li><a href="http://sourceforge.net/projects/nginx-clojure/files/">Binaries of Releases</a></li> |
| 77 | + <li><a href="https://github.com/nginx-clojure/nginx-clojure/releases">Sources of Releases</a></li> |
| 78 | +</ol> |
| 79 | +<h2> <a name="user-content-025-2014-09-07" class="anchor" href="..md.html#025-2014-09-07" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.5 (2014-09-07)</h2> |
| 80 | +<ol> |
| 81 | + <li>New Feature: Reference variables in jvm_options & different jvm debug ports for jvm processes (issue #42)</li> |
| 82 | + <li>New Feature: Server Sent Events(SSE) & Long polling (issue #41, issue #36)</li> |
| 83 | + <li>New Feature: Supports 64-bit JDK on 64-bit Windows (issue #40)</li> |
| 84 | + <li>New Feature: Coroutine based socket supports JDK8 (issue #39)</li> |
| 85 | + <li>New Feature: More easier to archive Sub/Pub services with Broadcast Events to all Nginx workers (issue #39)</li> |
| 86 | + <li>New Feature: Asynchronous Channel a wrapper of asynchronous socket to make the usage easier (issue #37)</li> |
| 87 | + <li>Enhancement: Fix--On Windows a little many write events happen and these events seem useless (issue #35)</li> |
| 88 | +</ol> |
| 89 | +<h2> <a name="user-content-024-2014-07-25" class="anchor" href="..md.html#024-2014-07-25" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.4 (2014-07-25)</h2> |
| 90 | +<ol> |
| 91 | + <li>New Feature: Support Groovy - another dynamic jvm language (issue #34)</li> |
| 92 | + <li>Fix bug: Slow Memory Leak for Coroutine based Socket bug (issue #32 )</li> |
| 93 | + <li>Fix bug: Should Clone ThreadLocals for Coroutines (issue #31)</li> |
| 94 | + <li>New Feature: More friendly to java users who maybe know nothing about clojure feature (issue #29)</li> |
| 95 | + <li>Five new nginx directives <code>handler_type</code>, <code>handler_name</code>, <code>handler_code</code>, <code>rewrite_handler_name</code>, <code>rewrite_handler_code</code>. Make Clojure/Java/Groovy handler configurations have the same form. e.g. The old pair of nginx directives <code>clojure</code>, <code>clojure_code</code> is equivalent to <code>handler_type='clojure'</code> + <code>handler_code</code>.</li> |
| 96 | +</ol> |
| 97 | +<h2> <a name="user-content-023-2014-07-05" class="anchor" href="..md.html#023-2014-07-05" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.3 (2014-07-05)</h2> |
| 98 | +<ol> |
| 99 | + <li>Fix issue After invoking on coroutine based socket nginx worker will exit and be recreated when network is disabled (issue #26)</li> |
| 100 | + <li>Fix issue PATCH loses the data payload (issue #27)</li> |
| 101 | + <li>Support user defined http request method (issue #28 )</li> |
| 102 | + <li>Fix issue Nginx worker crashes when to fetch http header "authorization" from request (issue #30)</li> |
| 103 | +</ol> |
| 104 | +<h2> <a name="user-content-022-2014-05-31" class="anchor" href="..md.html#022-2014-05-31" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.2 (2014-05-31)</h2> |
| 105 | +<ol> |
| 106 | + <li>Fix bug of with Compojure 1.1.5 + Apache Solrj 4.3.0 + httpclient 4.3.2 NPE happens first time then everything is OK (issue #22)</li> |
| 107 | + <li>Verifying option for auto generated waving configurations needed by coroutine based socket (issue #23)</li> |
| 108 | +</ol> |
| 109 | +<h2> <a name="user-content-021-2014-05-17" class="anchor" href="..md.html#021-2014-05-17" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.1 (2014-05-17)</h2> |
| 110 | +<ol> |
| 111 | + <li>Support to close coroutine based socket from non-main thread (issue #19)</li> |
| 112 | + <li>Auto generated waving class configurations about Proxy InvocationHandler instance (issue #17 )</li> |
| 113 | + <li>Supports auto turn on thread pool mode when turning on Run Tool Mode feature (issue #16 )</li> |
| 114 | + <li>Fix bug of reading from coroutine based socket inputstream returns 0 when eof, should return -1 (issue #15)</li> |
| 115 | + <li>Handle multiple sockets parallel in sub coroutines, e.g. we can invoke two remote services at the same time feature (issue #14)</li> |
| 116 | + <li>Support nginx rewrite handler to set var before proxy pass (issue #3)</li> |
| 117 | +</ol> |
| 118 | +<h2> <a name="user-content-020-2014-04-25" class="anchor" href="..md.html#020-2014-04-25" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.2.0 (2014-04-25)</h2> |
| 119 | +<ol> |
| 120 | + <li>non-blocking socket based on coroutine and compatible with largely existing java library such as apache http client, mysql jdbc drivers</li> |
| 121 | + <li>asynchronous callback API of socket for some advanced usage</li> |
| 122 | + <li>run initialization clojure code when nginx worker starting</li> |
| 123 | + <li>provide a build-in tool to make setting of coroutine based socket easier</li> |
| 124 | + <li>support Linux 32bit x86 now</li> |
| 125 | + <li>publish <a href="https://sourceforge.net/projects/nginx-clojure/files/">binary release compiled with lastes stable nginx 1.6.0</a> about Linux x64, Linux i586, Win32 & MacOS X</li> |
| 126 | +</ol> |
| 127 | +<h2> <a name="user-content-012-2014-02-03" class="anchor" href="..md.html#012-2014-02-03" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.1.2 (2014-02-03)</h2> |
| 128 | +<ol> |
| 129 | + <li>fix <a href="/nginx-clojure/nginx-clojure/issues/.2.md.html">#2 Problems with HTTP Redirect 302</a> </li> |
| 130 | + <li>header names are case-insensitive now.</li> |
| 131 | + <li>publish <a href="https://sourceforge.net/projects/nginx-clojure/files/">binary release</a> about Linux x64, Win32 & MacOS X</li> |
| 132 | +</ol> |
| 133 | +<h2> <a name="user-content-011-2014-01-20" class="anchor" href="..md.html#011-2014-01-20" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.1.1 (2014-01-20)</h2> |
| 134 | +<ol> |
| 135 | + <li>Supports InputStream, ISeq & recursive ISeq in Response Body. </li> |
| 136 | + <li>Auto maintains HTTP last-modified header for multiple files in Response Body</li> |
| 137 | +</ol> |
| 138 | +<h2> <a name="user-content-010-2014-01-09" class="anchor" href="..md.html#010-2014-01-09" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.1.0 (2014-01-09)</h2> |
| 139 | +<ol> |
| 140 | + <li>Compitiable with Ring Spec (1.1) </li> |
| 141 | + <li>Supports Java Thread Pool for handle request</li> |
| 142 | + <li>Fast Static File Service</li> |
| 143 | +</ol> |
| 144 | +</body> |
| 145 | +</html> |
0 commit comments