puma 4.3.6 → 5.3.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puma might be problematic. Click here for more details.

Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +1346 -518
  3. data/LICENSE +23 -20
  4. data/README.md +74 -31
  5. data/bin/puma-wild +3 -9
  6. data/docs/architecture.md +24 -20
  7. data/docs/compile_options.md +19 -0
  8. data/docs/deployment.md +15 -10
  9. data/docs/fork_worker.md +33 -0
  10. data/docs/jungle/README.md +9 -0
  11. data/{tools → docs}/jungle/rc.d/README.md +1 -1
  12. data/{tools → docs}/jungle/rc.d/puma +2 -2
  13. data/{tools → docs}/jungle/rc.d/puma.conf +0 -0
  14. data/docs/kubernetes.md +66 -0
  15. data/docs/nginx.md +1 -1
  16. data/docs/plugins.md +2 -2
  17. data/docs/rails_dev_mode.md +29 -0
  18. data/docs/restart.md +46 -23
  19. data/docs/signals.md +7 -6
  20. data/docs/stats.md +142 -0
  21. data/docs/systemd.md +27 -67
  22. data/ext/puma_http11/PumaHttp11Service.java +2 -4
  23. data/ext/puma_http11/ext_help.h +1 -1
  24. data/ext/puma_http11/extconf.rb +22 -8
  25. data/ext/puma_http11/http11_parser.c +45 -47
  26. data/ext/puma_http11/http11_parser.h +1 -1
  27. data/ext/puma_http11/http11_parser.java.rl +1 -1
  28. data/ext/puma_http11/http11_parser.rl +1 -1
  29. data/ext/puma_http11/mini_ssl.c +211 -118
  30. data/ext/puma_http11/no_ssl/PumaHttp11Service.java +15 -0
  31. data/ext/puma_http11/org/jruby/puma/Http11.java +3 -3
  32. data/ext/puma_http11/org/jruby/puma/Http11Parser.java +5 -7
  33. data/ext/puma_http11/org/jruby/puma/MiniSSL.java +77 -18
  34. data/ext/puma_http11/puma_http11.c +31 -50
  35. data/lib/puma.rb +46 -0
  36. data/lib/puma/app/status.rb +47 -36
  37. data/lib/puma/binder.rb +177 -103
  38. data/lib/puma/cli.rb +11 -15
  39. data/lib/puma/client.rb +73 -74
  40. data/lib/puma/cluster.rb +184 -198
  41. data/lib/puma/cluster/worker.rb +183 -0
  42. data/lib/puma/cluster/worker_handle.rb +90 -0
  43. data/lib/puma/commonlogger.rb +2 -2
  44. data/lib/puma/configuration.rb +55 -49
  45. data/lib/puma/const.rb +13 -5
  46. data/lib/puma/control_cli.rb +93 -76
  47. data/lib/puma/detect.rb +24 -3
  48. data/lib/puma/dsl.rb +266 -92
  49. data/lib/puma/error_logger.rb +104 -0
  50. data/lib/puma/events.rb +55 -34
  51. data/lib/puma/io_buffer.rb +9 -2
  52. data/lib/puma/jruby_restart.rb +0 -58
  53. data/lib/puma/json.rb +96 -0
  54. data/lib/puma/launcher.rb +113 -45
  55. data/lib/puma/minissl.rb +114 -33
  56. data/lib/puma/minissl/context_builder.rb +6 -3
  57. data/lib/puma/null_io.rb +13 -1
  58. data/lib/puma/plugin.rb +1 -10
  59. data/lib/puma/queue_close.rb +26 -0
  60. data/lib/puma/rack/builder.rb +0 -4
  61. data/lib/puma/reactor.rb +85 -369
  62. data/lib/puma/request.rb +467 -0
  63. data/lib/puma/runner.rb +29 -58
  64. data/lib/puma/server.rb +267 -729
  65. data/lib/puma/single.rb +9 -65
  66. data/lib/puma/state_file.rb +8 -3
  67. data/lib/puma/systemd.rb +46 -0
  68. data/lib/puma/thread_pool.rb +119 -53
  69. data/lib/puma/util.rb +12 -0
  70. data/lib/rack/handler/puma.rb +2 -3
  71. data/tools/{docker/Dockerfile → Dockerfile} +0 -0
  72. metadata +25 -21
  73. data/docs/tcp_mode.md +0 -96
  74. data/ext/puma_http11/io_buffer.c +0 -155
  75. data/ext/puma_http11/org/jruby/puma/IOBuffer.java +0 -72
  76. data/lib/puma/accept_nonblock.rb +0 -29
  77. data/lib/puma/tcp_logger.rb +0 -41
  78. data/tools/jungle/README.md +0 -19
  79. data/tools/jungle/init.d/README.md +0 -61
  80. data/tools/jungle/init.d/puma +0 -421
  81. data/tools/jungle/init.d/run-puma +0 -18
  82. data/tools/jungle/upstart/README.md +0 -61
  83. data/tools/jungle/upstart/puma-manager.conf +0 -31
  84. data/tools/jungle/upstart/puma.conf +0 -69
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d378ab70a4eac21fe4bf571b95b655d6cbc590b2b91ac323f849986bf8f7ad6c
4
- data.tar.gz: 1b288cc39f5d80119dde26e844490e572b5f1043060060a1a1d70180743123c3
3
+ metadata.gz: 2f0d0f5c0a10e36659888cae94e428c91dbe06ba8e3842853b4d6cfd0b103603
4
+ data.tar.gz: 7b375f89a704b081fba4eb08c52aec94563f0c6a888b9544ce0afcefc443b8fa
5
5
  SHA512:
6
- metadata.gz: b63ddad40bdeae9c86d62af5bf044238e273cbf8e95ff944d7b0a736dd39532dfe3b562a77c97b14f86d8e3f916b7cb94ccdbf898e75c4088d075d20e83744d5
7
- data.tar.gz: abc975210626407c096848540f068a9731ecdc5191327b3ad87355ef4b88b6ac2605ccc7e31ca5398cd787cf9a34efdffc501afe61a2542cc322768af7b26830
6
+ metadata.gz: 14a0bde86f109197089905694c259d2382d86000ab877cb8eaf44c593866afdedad173d1c7c9eb1efe48a714ee33f6b5e4c3c32fe420d3298ab3511c9fae0a7a
7
+ data.tar.gz: a31d4feee8e6a36c27d1037ad91cc279c294505ecbb143c3a005f7d0817031c9b80cef465b5800c6c6075f16f587e43fa98de8dd2b99fe92996c9c9fba36ea70
data/History.md CHANGED
@@ -1,20 +1,256 @@
1
+ ## 5.3.2 / 2021-05-21
2
+
3
+ * Bugfixes
4
+ * Gracefully handle Rack not accepting CLI options (#2630, #2626)
5
+ * Fix sigterm misbehavior (#2629)
6
+ * Improvements to keepalive-connection shedding (#2628)
7
+
8
+ ## 5.3.1 / 2021-05-11
9
+
10
+ * Security
11
+ * Close keepalive connections after the maximum number of fast inlined requests (#2625)
12
+
13
+ ## 5.3.0 / 2021-05-07
14
+
15
+ * Features
16
+ * Add support for Linux's abstract sockets ([#2564], [#2526])
17
+ * Add debug to worker timeout and startup ([#2559], [#2528])
18
+ * Print warning when running one-worker cluster ([#2565], [#2534])
19
+ * Don't close systemd activated socket on pumactl restart ([#2563], [#2504])
20
+
21
+ * Bugfixes
22
+ * systemd - fix event firing ([#2591], [#2572])
23
+ * Immediately unlink temporary files ([#2613])
24
+ * Improve parsing of HTTP_HOST header ([#2605], [#2584])
25
+ * Handle fatal error that has no backtrace ([#2607], [#2552])
26
+ * Fix timing out requests too early ([#2606], [#2574])
27
+ * Handle segfault in Ruby 2.6.6 on thread-locals ([#2567], [#2566])
28
+ * Server#closed_socket? - parameter may be a MiniSSL::Socket ([#2596])
29
+ * Define UNPACK_TCP_STATE_FROM_TCP_INFO in the right place ([#2588], [#2556])
30
+ * request.rb - fix chunked assembly for ascii incompatible encodings, add test ([#2585], [#2583])
31
+
32
+ * Performance
33
+ * Reset peerip only if remote_addr_header is set ([#2609])
34
+ * Reduce puma_parser struct size ([#2590])
35
+
36
+ * Refactor
37
+ * Refactor drain on shutdown ([#2600])
38
+ * Micro optimisations in `wait_for_less_busy_worker` feature ([#2579])
39
+ * Lots of test fixes
40
+
41
+ ## 5.2.2 / 2021-02-22
42
+
43
+ * Bugfixes
44
+ * Add `#flush` and `#sync` methods to `Puma::NullIO` ([#2553])
45
+ * Restore `sync=true` on `STDOUT` and `STDERR` streams ([#2557])
46
+
47
+ ## 5.2.1 / 2021-02-05
48
+
49
+ * Bugfixes
50
+ * Fix TCP cork/uncork operations to work with ssl clients ([#2550])
51
+ * Require rack/common_logger explicitly if :verbose is true ([#2547])
52
+ * MiniSSL::Socket#write - use data.byteslice(wrote..-1) ([#2543])
53
+ * Set `@env[CONTENT_LENGTH]` value as string. ([#2549])
54
+
55
+ ## 5.2.0 / 2021-01-27
56
+
57
+ * Features
58
+ * 10x latency improvement for MRI on ssl connections by reducing overhead ([#2519])
59
+ * Add option to specify the desired IO selector backend for libev ([#2522])
60
+ * Add ability to set OpenSSL verification flags (MRI only) ([#2490])
61
+ * Uses `flush` after writing messages to avoid mutating $stdout and $stderr using `sync=true` ([#2486])
62
+
63
+ * Bugfixes
64
+ * MiniSSL - Update dhparam to 2048 bit for use with SSL_CTX_set_tmp_dh ([#2535])
65
+ * Change 'Goodbye!' message to be output after listeners are closed ([#2529])
66
+ * Fix ssl bind logging with 0.0.0.0 and localhost ([#2533])
67
+ * Fix compiler warnings, but skipped warnings related to ragel state machine generated code ([#1953])
68
+ * Fix phased restart errors related to nio4r gem when using the Puma control server ([#2516])
69
+ * Add `#string` method to `Puma::NullIO` ([#2520])
70
+ * Fix binding via Rack handler to IPv6 addresses ([#2521])
71
+
72
+ * Refactor
73
+ * Refactor MiniSSL::Context on MRI, fix MiniSSL::Socket#write ([#2519])
74
+ * Remove `Server#read_body` ([#2531])
75
+ * Fail build if compiling extensions raises warnings on GH Actions, configurable via `MAKE_WARNINGS_INTO_ERRORS` ([#1953])
76
+
77
+ ## 5.1.1 / 2020-12-10
78
+
79
+ * Bugfixes
80
+ * Fix over eager matching against banned header names ([#2510])
81
+
82
+ ## 5.1.0 / 2020-11-30
83
+
84
+ * Features
85
+ * Phased restart availability is now always logged, even if it is not available.
86
+ * Prints the loaded configuration if the environment variable `PUMA_LOG_CONFIG` is present ([#2472])
87
+ * Integrate with systemd's watchdog and notification features ([#2438])
88
+ * Adds max_fast_inline as a configuration option for the Server object ([#2406])
89
+ * You can now fork workers from worker 0 using SIGURG w/o fork_worker enabled [#2449]
90
+ * Add option to bind to systemd activated sockets ([#2362])
91
+ * Add compile option to change the `QUERY_STRING` max length ([#2485])
92
+
93
+ * Bugfixes
94
+ * Fix JRuby handling in Puma::DSL#ssl_bind ([#2489])
95
+ * control_cli.rb - all normal output should be to @stdout ([#2487])
96
+ * Catch 'Error in reactor loop escaped: mode not supported for this object: r' ([#2477])
97
+ * Ignore Rails' reaper thread (and any thread marked forksafe) for warning ([#2475])
98
+ * Ignore illegal (by Rack spec) response header ([#2439])
99
+ * Close idle connections immediately on shutdown ([#2460])
100
+ * Fix some instances of phased restart errors related to the `json` gem ([#2473])
101
+ * Remove use of `json` gem to fix phased restart errors ([#2479])
102
+ * Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX ([#2495])
103
+
104
+ ## 5.0.4 / 2020-10-27
105
+
106
+ * Bugfixes
107
+ * Pass preloaded application into new workers if available when using `preload_app` ([#2461], [#2454])
108
+
109
+ ## 5.0.3 / 2020-10-26
110
+
111
+ * Bugfixes
112
+ * Add Client#io_ok?, check before Reactor#register ([#2432])
113
+ * Fix hang on shutdown in refork ([#2442])
114
+ * Fix `Bundler::GemNotFound` errors for `nio4r` gem during phased restarts ([#2427], [#2018])
115
+ * Server run thread safety fix ([#2435])
116
+ * Fire `on_booted` after server starts ([#2431], [#2212])
117
+ * Cleanup daemonization in rc.d script ([#2409])
118
+
119
+ * Refactor
120
+ * Remove accept_nonblock.rb, add test_integration_ssl.rb ([#2448])
121
+ * Refactor status.rb - dry it up a bit ([#2450])
122
+ * Extract req/resp methods to new request.rb from server.rb ([#2419])
123
+ * Refactor Reactor and Client request buffering ([#2279])
124
+ * client.rb - remove JRuby specific 'finish' code ([#2412])
125
+ * Consolidate fast_write calls in Server, extract early_hints assembly ([#2405])
126
+ * Remove upstart from docs ([#2408])
127
+ * Extract worker process into separate class ([#2374])
128
+ * Consolidate option handling in Server, Server small refactors, doc changes ([#2389])
129
+
130
+ ## 5.0.2 / 2020-09-28
131
+
132
+ * Bugfixes
133
+ * Reverted API changes to Server.
134
+
135
+ ## 5.0.1 / 2020-09-28
136
+
137
+ * Bugfixes
138
+ * Fix LoadError in CentOS 8 ([#2381])
139
+ * Better error handling during force shutdown ([#2271])
140
+ * Prevent connections from entering Reactor after shutdown begins ([#2377])
141
+ * Fix error backtrace debug logging && Do not log request dump if it is not parsed ([#2376])
142
+ * Split TCP_CORK and TCP_INFO ([#2372])
143
+ * Do not log EOFError when a client connection is closed without write ([#2384])
144
+
145
+ * Refactor
146
+ * Change Events#ssl_error signature from (error, peeraddr, peercert) to (error, ssl_socket) ([#2375])
147
+ * Consolidate option handling in Server, Server small refactors, doc chang ([#2373])
148
+
149
+ ## 5.0.0 / 2020-09-17
150
+
151
+ * Features
152
+ * Allow compiling without OpenSSL and dynamically load files needed for SSL, add 'no ssl' CI ([#2305])
153
+ * EXPERIMENTAL: Add `fork_worker` option and `refork` command for reduced memory usage by forking from a worker process instead of the master process. ([#2099])
154
+ * EXPERIMENTAL: Added `wait_for_less_busy_worker` config. This may reduce latency on MRI through inserting a small delay before re-listening on the socket if worker is busy ([#2079]).
155
+ * EXPERIMENTAL: Added `nakayoshi_fork` option. Reduce memory usage in preloaded cluster-mode apps by GCing before fork and compacting, where available. ([#2093], [#2256])
156
+ * Added pumactl `thread-backtraces` command to print thread backtraces ([#2054])
157
+ * Added incrementing `requests_count` to `Puma.stats`. ([#2106])
158
+ * Increased maximum URI path length from 2048 to 8192 bytes ([#2167], [#2344])
159
+ * `lowlevel_error_handler` is now called during a forced threadpool shutdown, and if a callable with 3 arguments is set, we now also pass the status code ([#2203])
160
+ * Faster phased restart and worker timeout ([#2220])
161
+ * Added `state_permission` to config DSL to set state file permissions ([#2238])
162
+ * Added `Puma.stats_hash`, which returns a stats in Hash instead of a JSON string ([#2086], [#2253])
163
+ * `rack.multithread` and `rack.multiprocess` now dynamically resolved by `max_thread` and `workers` respectively ([#2288])
164
+
165
+ * Deprecations, Removals and Breaking API Changes
166
+ * `--control` has been removed. Use `--control-url` ([#1487])
167
+ * `worker_directory` has been removed. Use `directory`.
168
+ * min_threads now set by environment variables PUMA_MIN_THREADS and MIN_THREADS. ([#2143])
169
+ * max_threads now set by environment variables PUMA_MAX_THREADS and MAX_THREADS. ([#2143])
170
+ * max_threads default to 5 in MRI or 16 for all other interpreters. ([#2143])
171
+ * `preload_app!` is on by default if number of workers > 1 and set via `WEB_CONCURRENCY` ([#2143])
172
+ * Puma::Plugin.workers_supported? has been removed. Use Puma.forkable? instead. ([#2143])
173
+ * `tcp_mode` has been removed without replacement. ([#2169])
174
+ * Daemonization has been removed without replacement. ([#2170])
175
+ * Changed #connected_port to #connected_ports ([#2076])
176
+ * Configuration: `environment` is read from `RAILS_ENV`, if `RACK_ENV` can't be found ([#2022])
177
+ * Log binding on http:// for TCP bindings to make it clickable ([#2300])
178
+
179
+ * Bugfixes
180
+ * Fix JSON loading issues on phased-restarts ([#2269])
181
+ * Improve shutdown reliability ([#2312], [#2338])
182
+ * Close client http connections made to an ssl server with TLSv1.3 ([#2116])
183
+ * Do not set user_config to quiet by default to allow for file config ([#2074])
184
+ * Always close SSL connection in Puma::ControlCLI ([#2211])
185
+ * Windows update extconf.rb for use with ssp and varied Ruby/MSYS2 combinations ([#2069])
186
+ * Ensure control server Unix socket is closed on shutdown ([#2112])
187
+ * Preserve `BUNDLE_GEMFILE` env var when using `prune_bundler` ([#1893])
188
+ * Send 408 request timeout even when queue requests is disabled ([#2119])
189
+ * Rescue IO::WaitReadable instead of EAGAIN for blocking read ([#2121])
190
+ * Ensure `BUNDLE_GEMFILE` is unspecified in workers if unspecified in master when using `prune_bundler` ([#2154])
191
+ * Rescue and log exceptions in hooks defined by users (on_worker_boot, after_worker_fork etc) ([#1551])
192
+ * Read directly from the socket in #read_and_drop to avoid raising further SSL errors ([#2198])
193
+ * Set `Connection: closed` header when queue requests is disabled ([#2216])
194
+ * Pass queued requests to thread pool on server shutdown ([#2122])
195
+ * Fixed a few minor concurrency bugs in ThreadPool that may have affected non-GVL Rubies ([#2220])
196
+ * Fix `out_of_band` hook never executed if the number of worker threads is > 1 ([#2177])
197
+ * Fix ThreadPool#shutdown timeout accuracy ([#2221])
198
+ * Fix `UserFileDefaultOptions#fetch` to properly use `default` ([#2233])
199
+ * Improvements to `out_of_band` hook ([#2234])
200
+ * Prefer the rackup file specified by the CLI ([#2225])
201
+ * Fix for spawning subprocesses with fork_worker option ([#2267])
202
+ * Set `CONTENT_LENGTH` for chunked requests ([#2287])
203
+ * JRuby - Add Puma::MiniSSL::Engine#init? and #teardown methods, run all SSL tests ([#2317])
204
+ * Improve shutdown reliability ([#2312])
205
+ * Resolve issue with threadpool waiting counter decrement when thread is killed
206
+ * Constrain rake-compiler version to 0.9.4 to fix `ClassNotFound` exception when using MiniSSL with Java8.
207
+ * Fix recursive `prune_bundler` ([#2319]).
208
+ * Ensure that TCP_CORK is usable
209
+ * Fix corner case when request body is chunked ([#2326])
210
+ * Fix filehandle leak in MiniSSL ([#2299])
211
+
212
+ * Refactor
213
+ * Remove unused loader argument from Plugin initializer ([#2095])
214
+ * Simplify `Configuration.random_token` and remove insecure fallback ([#2102])
215
+ * Simplify `Runner#start_control` URL parsing ([#2111])
216
+ * Removed the IOBuffer extension and replaced with Ruby ([#1980])
217
+ * Update `Rack::Handler::Puma.run` to use `**options` ([#2189])
218
+ * ThreadPool concurrency refactoring ([#2220])
219
+ * JSON parse cluster worker stats instead of regex ([#2124])
220
+ * Support parallel tests in verbose progress reporting ([#2223])
221
+ * Refactor error handling in server accept loop ([#2239])
222
+
223
+ ## 4.3.8 / 2021-05-11
224
+
225
+ * Security
226
+ * Close keepalive connections after the maximum number of fast inlined requests (#2625)
227
+
228
+ ## 4.3.7 / 2020-11-30
229
+
230
+ * Bugfixes
231
+ * Backport set CONTENT_LENGTH for chunked requests (Originally: [#2287], backport: [#2496])
232
+
1
233
  ## 4.3.6 / 2020-09-05
2
234
 
3
235
  * Bugfixes
4
- * Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 (#2304)
5
- * Don't require json at boot (#2269)
236
+ * Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 ([#2304])
237
+ * Don't require json at boot ([#2269])
6
238
 
7
239
  ## 4.3.4/4.3.5 and 3.12.5/3.12.6 / 2020-05-22
8
240
 
9
241
  Each patchlevel release contains a separate security fix. We recommend simply upgrading to 4.3.5/3.12.6.
10
242
 
243
+ * Security
244
+ * Fix: Fixed two separate HTTP smuggling vulnerabilities that used the Transfer-Encoding header. CVE-2020-11076 and CVE-2020-11077.
245
+
11
246
  ## 4.3.3 and 3.12.4 / 2020-02-28
12
- * Bugfixes
13
- * Fix: Fixes a problem where we weren't splitting headers correctly on newlines (#2132)
14
- * Security
15
- * Fix: Prevent HTTP Response splitting via CR in early hints.
16
247
 
17
- ## 4.3.2 and 3.12.3 / 2020-02-27
248
+ * Bugfixes
249
+ * Fix: Fixes a problem where we weren't splitting headers correctly on newlines ([#2132])
250
+ * Security
251
+ * Fix: Prevent HTTP Response splitting via CR in early hints. CVE-2020-5249.
252
+
253
+ ## 4.3.2 and 3.12.3 / 2020-02-27 (YANKED)
18
254
 
19
255
  * Security
20
256
  * Fix: Prevent HTTP Response splitting via CR/LF in header values. CVE-2020-5247.
@@ -27,152 +263,146 @@ Each patchlevel release contains a separate security fix. We recommend simply up
27
263
  ## 4.3.0 / 2019-11-07
28
264
 
29
265
  * Features
30
- * Strip whitespace at end of HTTP headers (#2010)
31
- * Optimize HTTP parser for JRuby (#2012)
32
- * Add SSL support for the control app and cli (#2046, #2052)
266
+ * Strip whitespace at end of HTTP headers ([#2010])
267
+ * Optimize HTTP parser for JRuby ([#2012])
268
+ * Add SSL support for the control app and cli ([#2046], [#2052])
33
269
 
34
270
  * Bugfixes
35
- * Fix Errno::EINVAL when SSL is enabled and browser rejects cert (#1564)
36
- * Fix pumactl defaulting puma to development if an environment was not specified (#2035)
37
- * Fix closing file stream when reading pid from pidfile (#2048)
38
- * Fix a typo in configuration option `--extra_runtime_dependencies` (#2050)
271
+ * Fix Errno::EINVAL when SSL is enabled and browser rejects cert ([#1564])
272
+ * Fix pumactl defaulting puma to development if an environment was not specified ([#2035])
273
+ * Fix closing file stream when reading pid from pidfile ([#2048])
274
+ * Fix a typo in configuration option `--extra_runtime_dependencies` ([#2050])
39
275
 
40
276
  ## 4.2.1 / 2019-10-07
41
277
 
42
278
  * 3 bugfixes
43
- * Fix socket activation of systemd (pre-existing) unix binder files (#1842, #1988)
44
- * Deal with multiple calls to bind correctly (#1986, #1994, #2006)
45
- * Accepts symbols for `verify_mode` (#1222)
279
+ * Fix socket activation of systemd (pre-existing) unix binder files ([#1842], [#1988])
280
+ * Deal with multiple calls to bind correctly ([#1986], [#1994], [#2006])
281
+ * Accepts symbols for `verify_mode` ([#1222])
46
282
 
47
283
  ## 4.2.0 / 2019-09-23
48
284
 
49
285
  * 6 features
50
- * Pumactl has a new -e environment option and reads `config/puma/<environment>.rb` config files (#1885)
51
- * Semicolons are now allowed in URL paths (MRI only), useful for Angular or Redmine (#1934)
52
- * Allow extra dependencies to be defined when using prune_bundler (#1105)
53
- * Puma now reports the correct port when binding to port 0, also reports other listeners when binding to localhost (#1786)
54
- * Sending SIGINFO to any Puma worker now prints currently active threads and their backtraces (#1320)
55
- * Puma threads all now have their name set on Ruby 2.3+ (#1968)
286
+ * Pumactl has a new -e environment option and reads `config/puma/<environment>.rb` config files ([#1885])
287
+ * Semicolons are now allowed in URL paths (MRI only), useful for Angular or Redmine ([#1934])
288
+ * Allow extra dependencies to be defined when using prune_bundler ([#1105])
289
+ * Puma now reports the correct port when binding to port 0, also reports other listeners when binding to localhost ([#1786])
290
+ * Sending SIGINFO to any Puma worker now prints currently active threads and their backtraces ([#1320])
291
+ * Puma threads all now have their name set on Ruby 2.3+ ([#1968])
56
292
  * 4 bugfixes
57
- * Fix some misbehavior with phased restart and externally SIGTERMed workers (#1908, #1952)
58
- * Fix socket closing on error (#1941)
59
- * Removed unnecessary SIGINT trap for JRuby that caused some race conditions (#1961)
60
- * Fix socket files being left around after process stopped (#1970)
293
+ * Fix some misbehavior with phased restart and externally SIGTERMed workers ([#1908], [#1952])
294
+ * Fix socket closing on error ([#1941])
295
+ * Removed unnecessary SIGINT trap for JRuby that caused some race conditions ([#1961])
296
+ * Fix socket files being left around after process stopped ([#1970])
61
297
  * Absolutely thousands of lines of test improvements and fixes thanks to @MSP-Greg
62
298
 
63
299
  ## 4.1.1 / 2019-09-05
64
300
 
65
301
  * 3 bugfixes
66
- * Revert our attempt to not dup STDOUT/STDERR (#1946)
67
- * Fix socket close on error (#1941)
68
- * Fix workers not shutting down correctly (#1908)
302
+ * Revert our attempt to not dup STDOUT/STDERR ([#1946])
303
+ * Fix socket close on error ([#1941])
304
+ * Fix workers not shutting down correctly ([#1908])
69
305
 
70
306
  ## 4.1.0 / 2019-08-08
71
307
 
72
308
  * 4 features
73
- * Add REQUEST_PATH on parse error message (#1831)
74
- * You can now easily add custom log formatters with the `log_formatter` config option (#1816)
75
- * Puma.stats now provides process start times (#1844)
76
- * Add support for disabling TLSv1.1 (#1836)
309
+ * Add REQUEST_PATH on parse error message ([#1831])
310
+ * You can now easily add custom log formatters with the `log_formatter` config option ([#1816])
311
+ * Puma.stats now provides process start times ([#1844])
312
+ * Add support for disabling TLSv1.1 ([#1836])
77
313
 
78
314
  * 7 bugfixes
79
- * Fix issue where Puma was creating zombie process entries (#1887)
80
- * Fix bugs with line-endings and chunked encoding (#1812)
81
- * RACK_URL_SCHEME is now set correctly in all conditions (#1491)
82
- * We no longer mutate global STDOUT/STDERR, particularly the sync setting (#1837)
83
- * SSL read_nonblock no longer blocks (#1857)
84
- * Swallow connection errors when sending early hints (#1822)
85
- * Backtrace no longer dumped when invalid pumactl commands are run (#1863)
315
+ * Fix issue where Puma was creating zombie process entries ([#1887])
316
+ * Fix bugs with line-endings and chunked encoding ([#1812])
317
+ * RACK_URL_SCHEME is now set correctly in all conditions ([#1491])
318
+ * We no longer mutate global STDOUT/STDERR, particularly the sync setting ([#1837])
319
+ * SSL read_nonblock no longer blocks ([#1857])
320
+ * Swallow connection errors when sending early hints ([#1822])
321
+ * Backtrace no longer dumped when invalid pumactl commands are run ([#1863])
86
322
 
87
323
  * 5 other
88
- * Avoid casting worker_timeout twice (#1838)
89
- * Removed a call to private that wasn't doing anything (#1882)
90
- * README, Rakefile, docs and test cleanups (#1848, #1847, #1846, #1853, #1859, #1850, #1866, #1870, #1872, #1833, #1888)
324
+ * Avoid casting worker_timeout twice ([#1838])
325
+ * Removed a call to private that wasn't doing anything ([#1882])
326
+ * README, Rakefile, docs and test cleanups ([#1848], [#1847], [#1846], [#1853], #1859, [#1850], [#1866], [#1870], [#1872], [#1833], [#1888])
91
327
  * Puma.io has proper documentation now (https://puma.io/puma/)
92
328
  * Added the Contributor Covenant CoC
93
329
 
94
330
  * 1 known issue
95
- * Some users are still experiencing issues surrounding socket activation and Unix sockets (#1842)
331
+ * Some users are still experiencing issues surrounding socket activation and Unix sockets ([#1842])
96
332
 
97
333
  ## 4.0.1 / 2019-07-11
98
334
 
99
335
  * 2 bugfixes
100
- * Fix socket removed after reload - should fix problems with systemd socket activation. (#1829)
101
- * Add extconf tests for DTLS_method & TLS_server_method, use in minissl.rb. Should fix "undefined symbol: DTLS_method" when compiling against old OpenSSL versions. (#1832)
336
+ * Fix socket removed after reload - should fix problems with systemd socket activation. ([#1829])
337
+ * Add extconf tests for DTLS_method & TLS_server_method, use in minissl.rb. Should fix "undefined symbol: DTLS_method" when compiling against old OpenSSL versions. ([#1832])
102
338
  * 1 other
103
- * Removed unnecessary RUBY_VERSION checks. (#1827)
339
+ * Removed unnecessary RUBY_VERSION checks. ([#1827])
104
340
 
105
341
  ## 4.0.0 / 2019-06-25
106
342
 
107
343
  * 9 features
108
- * Add support for disabling TLSv1.0 (#1562)
109
- * Request body read time metric (#1569)
110
- * Add out_of_band hook (#1648)
111
- * Re-implement (native) IOBuffer for JRuby (#1691)
112
- * Min worker timeout (#1716)
113
- * Add option to suppress SignalException on SIGTERM (#1690)
114
- * Allow mutual TLS CA to be set using `ssl_bind` DSL (#1689)
115
- * Reactor now uses nio4r instead of `select` (#1728)
116
- * Add status to pumactl with pidfile (#1824)
344
+ * Add support for disabling TLSv1.0 ([#1562])
345
+ * Request body read time metric ([#1569])
346
+ * Add out_of_band hook ([#1648])
347
+ * Re-implement (native) IOBuffer for JRuby ([#1691])
348
+ * Min worker timeout ([#1716])
349
+ * Add option to suppress SignalException on SIGTERM ([#1690])
350
+ * Allow mutual TLS CA to be set using `ssl_bind` DSL ([#1689])
351
+ * Reactor now uses nio4r instead of `select` ([#1728])
352
+ * Add status to pumactl with pidfile ([#1824])
117
353
 
118
354
  * 10 bugfixes
119
- * Do not accept new requests on shutdown (#1685, #1808)
120
- * Fix 3 corner cases when request body is chunked (#1508)
121
- * Change pid existence check's condition branches (#1650)
122
- * Don't call .stop on a server that doesn't exist (#1655)
123
- * Implemented NID_X9_62_prime256v1 (P-256) curve over P-521 (#1671)
124
- * Fix @notify.close can't modify frozen IOError (RuntimeError) (#1583)
125
- * Fix Java 8 support (#1773)
126
- * Fix error `uninitialized constant Puma::Cluster` (#1731)
127
- * Fix `not_token` being able to be set to true (#1803)
128
- * Fix "Hang on SIGTERM with ruby 2.6 in clustered mode" ([PR #1741], [#1674], [#1720], [#1730], [#1755])
129
-
130
- [PR #1741]: https://github.com/puma/puma/pull/1741
131
- [#1674]: https://github.com/puma/puma/issues/1674
132
- [#1720]: https://github.com/puma/puma/issues/1720
133
- [#1730]: https://github.com/puma/puma/issues/1730
134
- [#1755]: https://github.com/puma/puma/issues/1755
355
+ * Do not accept new requests on shutdown ([#1685], [#1808])
356
+ * Fix 3 corner cases when request body is chunked ([#1508])
357
+ * Change pid existence check's condition branches ([#1650])
358
+ * Don't call .stop on a server that doesn't exist ([#1655])
359
+ * Implemented NID_X9_62_prime256v1 (P-256) curve over P-521 ([#1671])
360
+ * Fix @notify.close can't modify frozen IOError (RuntimeError) ([#1583])
361
+ * Fix Java 8 support ([#1773])
362
+ * Fix error `uninitialized constant Puma::Cluster` ([#1731])
363
+ * Fix `not_token` being able to be set to true ([#1803])
364
+ * Fix "Hang on SIGTERM with ruby 2.6 in clustered mode" (PR [#1741], [#1674], [#1720], [#1730], [#1755])
135
365
 
136
366
  ## 3.12.1 / 2019-03-19
137
367
 
138
368
  * 1 features
139
- * Internal strings are frozen (#1649)
369
+ * Internal strings are frozen ([#1649])
140
370
  * 3 bugfixes
141
- * Fix chunked ending check (#1607)
142
- * Rack handler should use provided default host (#1700)
143
- * Better support for detecting runtimes that support `fork` (#1630)
371
+ * Fix chunked ending check ([#1607])
372
+ * Rack handler should use provided default host ([#1700])
373
+ * Better support for detecting runtimes that support `fork` ([#1630])
144
374
 
145
375
  ## 3.12.0 / 2018-07-13
146
376
 
147
377
  * 5 features:
148
- * You can now specify which SSL ciphers the server should support, default is unchanged (#1478)
149
- * The setting for Puma's `max_threads` is now in `Puma.stats` (#1604)
150
- * Pool capacity is now in `Puma.stats` (#1579)
151
- * Installs restricted to Ruby 2.2+ (#1506)
152
- * `--control` is now deprecated in favor of `--control-url` (#1487)
378
+ * You can now specify which SSL ciphers the server should support, default is unchanged ([#1478])
379
+ * The setting for Puma's `max_threads` is now in `Puma.stats` ([#1604])
380
+ * Pool capacity is now in `Puma.stats` ([#1579])
381
+ * Installs restricted to Ruby 2.2+ ([#1506])
382
+ * `--control` is now deprecated in favor of `--control-url` ([#1487])
153
383
 
154
384
  * 2 bugfixes:
155
- * Workers will no longer accept more web requests than they have capacity to process. This prevents an issue where one worker would accept lots of requests while starving other workers (#1563)
156
- * In a test env puma now emits the stack on an exception (#1557)
385
+ * Workers will no longer accept more web requests than they have capacity to process. This prevents an issue where one worker would accept lots of requests while starving other workers ([#1563])
386
+ * In a test env puma now emits the stack on an exception ([#1557])
157
387
 
158
388
  ## 3.11.4 / 2018-04-12
159
389
 
160
390
  * 2 features:
161
- * Manage puma as a service using rc.d (#1529)
162
- * Server stats are now available from a top level method (#1532)
391
+ * Manage puma as a service using rc.d ([#1529])
392
+ * Server stats are now available from a top level method ([#1532])
163
393
  * 5 bugfixes:
164
- * Fix parsing CLI options (#1482)
165
- * Order of stderr and stdout is made before redirecting to a log file (#1511)
166
- * Init.d fix of `ps -p` to check if pid exists (#1545)
167
- * Early hints bugfix (#1550)
168
- * Purge interrupt queue when closing socket fails (#1553)
394
+ * Fix parsing CLI options ([#1482])
395
+ * Order of stderr and stdout is made before redirecting to a log file ([#1511])
396
+ * Init.d fix of `ps -p` to check if pid exists ([#1545])
397
+ * Early hints bugfix ([#1550])
398
+ * Purge interrupt queue when closing socket fails ([#1553])
169
399
 
170
400
  ## 3.11.3 / 2018-03-05
171
401
 
172
402
  * 3 bugfixes:
173
- * Add closed? to MiniSSL::Socket for use in reactor (#1510)
174
- * Handle EOFError at the toplevel of the server threads (#1524) (#1507)
175
- * Deal with zero sized bodies when using SSL (#1483)
403
+ * Add closed? to MiniSSL::Socket for use in reactor ([#1510])
404
+ * Handle EOFError at the toplevel of the server threads ([#1524]) ([#1507])
405
+ * Deal with zero sized bodies when using SSL ([#1483])
176
406
 
177
407
  ## 3.11.2 / 2018-01-19
178
408
 
@@ -182,83 +412,83 @@ Each patchlevel release contains a separate security fix. We recommend simply up
182
412
  ## 3.11.1 / 2018-01-18
183
413
 
184
414
  * 1 bugfix:
185
- * Handle read\_nonblock returning nil when the socket close (#1502)
415
+ * Handle read\_nonblock returning nil when the socket close ([#1502])
186
416
 
187
417
  ## 3.11.0 / 2017-11-20
188
418
 
189
419
  * 2 features:
190
- * HTTP 103 Early Hints (#1403)
191
- * 421/451 status codes now have correct status messages attached (#1435)
420
+ * HTTP 103 Early Hints ([#1403])
421
+ * 421/451 status codes now have correct status messages attached ([#1435])
192
422
 
193
423
  * 9 bugfixes:
194
- * Environment config files (/config/puma/<ENV>.rb) load correctly (#1340)
195
- * Specify windows dependencies correctly (#1434, #1436)
196
- * puma/events required in test helper (#1418)
197
- * Correct control CLI's option help text (#1416)
198
- * Remove a warning for unused variable in mini_ssl (#1409)
199
- * Correct pumactl docs argument ordering (#1427)
200
- * Fix an uninitialized variable warning in server.rb (#1430)
201
- * Fix docs typo/error in Launcher init (#1429)
202
- * Deal with leading spaces in RUBYOPT (#1455)
424
+ * Environment config files (/config/puma/<ENV>.rb) load correctly ([#1340])
425
+ * Specify windows dependencies correctly ([#1434], [#1436])
426
+ * puma/events required in test helper ([#1418])
427
+ * Correct control CLI's option help text ([#1416])
428
+ * Remove a warning for unused variable in mini_ssl ([#1409])
429
+ * Correct pumactl docs argument ordering ([#1427])
430
+ * Fix an uninitialized variable warning in server.rb ([#1430])
431
+ * Fix docs typo/error in Launcher init ([#1429])
432
+ * Deal with leading spaces in RUBYOPT ([#1455])
203
433
 
204
434
  * 2 other:
205
- * Add docs about internals (#1425, #1452)
206
- * Tons of test fixes from @MSP-Greg (#1439, #1442, #1464)
435
+ * Add docs about internals ([#1425], [#1452])
436
+ * Tons of test fixes from @MSP-Greg ([#1439], [#1442], [#1464])
207
437
 
208
438
  ## 3.10.0 / 2017-08-17
209
439
 
210
440
  * 3 features:
211
- * The status server has a new /gc and /gc-status command. (#1384)
212
- * The persistent and first data timeouts are now configurable (#1111)
213
- * Implemented RFC 2324 (#1392)
441
+ * The status server has a new /gc and /gc-status command. ([#1384])
442
+ * The persistent and first data timeouts are now configurable ([#1111])
443
+ * Implemented RFC 2324 ([#1392])
214
444
 
215
445
  * 12 bugfixes:
216
- * Not really a Puma bug, but @NickolasVashchenko created a gem to workaround a Ruby bug that some users of Puma may be experiencing. See README for more. (#1347)
217
- * Fix hangups with SSL and persistent connections. (#1334)
218
- * Fix Rails double-binding to a port (#1383)
219
- * Fix incorrect thread names (#1368)
220
- * Fix issues with /etc/hosts and JRuby where localhost addresses were not correct. (#1318)
221
- * Fix compatibility with RUBYOPT="--enable-frozen-string-literal" (#1376)
222
- * Fixed some compiler warnings (#1388)
223
- * We actually run the integration tests in CI now (#1390)
224
- * No longer shipping unnecessary directories in the gemfile (#1391)
225
- * If RUBYOPT is nil, we no longer blow up on restart. (#1385)
226
- * Correct response to SIGINT (#1377)
227
- * Proper exit code returned when we receive a TERM signal (#1337)
446
+ * Not really a Puma bug, but @NickolasVashchenko created a gem to workaround a Ruby bug that some users of Puma may be experiencing. See README for more. ([#1347])
447
+ * Fix hangups with SSL and persistent connections. ([#1334])
448
+ * Fix Rails double-binding to a port ([#1383])
449
+ * Fix incorrect thread names ([#1368])
450
+ * Fix issues with /etc/hosts and JRuby where localhost addresses were not correct. ([#1318])
451
+ * Fix compatibility with RUBYOPT="--enable-frozen-string-literal" ([#1376])
452
+ * Fixed some compiler warnings ([#1388])
453
+ * We actually run the integration tests in CI now ([#1390])
454
+ * No longer shipping unnecessary directories in the gemfile ([#1391])
455
+ * If RUBYOPT is nil, we no longer blow up on restart. ([#1385])
456
+ * Correct response to SIGINT ([#1377])
457
+ * Proper exit code returned when we receive a TERM signal ([#1337])
228
458
 
229
459
  * 3 refactors:
230
460
  * Various test improvements from @grosser
231
- * Rubocop (#1325)
232
- * Hoe has been removed (#1395)
461
+ * Rubocop ([#1325])
462
+ * Hoe has been removed ([#1395])
233
463
 
234
464
  * 1 known issue:
235
- * Socket activation doesn't work in JRuby. Their fault, not ours. (#1367)
465
+ * Socket activation doesn't work in JRuby. Their fault, not ours. ([#1367])
236
466
 
237
467
  ## 3.9.1 / 2017-06-03
238
468
 
239
469
  * 2 bugfixes:
240
- * Fixed compatibility with older Bundler versions (#1314)
241
- * Some internal test/development cleanup (#1311, #1313)
470
+ * Fixed compatibility with older Bundler versions ([#1314])
471
+ * Some internal test/development cleanup ([#1311], [#1313])
242
472
 
243
473
  ## 3.9.0 / 2017-06-01
244
474
 
245
475
  * 2 features:
246
- * The ENV is now reset to its original values when Puma restarts via USR1/USR2 (#1260) (MRI only, no JRuby support)
247
- * Puma will no longer accept more clients than the maximum number of threads. (#1278)
476
+ * The ENV is now reset to its original values when Puma restarts via USR1/USR2 ([#1260]) (MRI only, no JRuby support)
477
+ * Puma will no longer accept more clients than the maximum number of threads. ([#1278])
248
478
 
249
479
  * 9 bugfixes:
250
- * Reduce information leakage by preventing HTTP parse errors from writing environment hashes to STDERR (#1306)
251
- * Fix SSL/WebSocket compatibility (#1274)
252
- * HTTP headers with empty values are no longer omitted from responses. (#1261)
253
- * Fix a Rack env key which was set to nil. (#1259)
254
- * peercert has been implemented for JRuby (#1248)
255
- * Fix port settings when using rails s (#1277, #1290)
256
- * Fix compat w/LibreSSL (#1285)
257
- * Fix restarting Puma w/symlinks and a new Gemfile (#1282)
258
- * Replace Dir.exists? with Dir.exist? (#1294)
480
+ * Reduce information leakage by preventing HTTP parse errors from writing environment hashes to STDERR ([#1306])
481
+ * Fix SSL/WebSocket compatibility ([#1274])
482
+ * HTTP headers with empty values are no longer omitted from responses. ([#1261])
483
+ * Fix a Rack env key which was set to nil. ([#1259])
484
+ * peercert has been implemented for JRuby ([#1248])
485
+ * Fix port settings when using rails s ([#1277], [#1290])
486
+ * Fix compat w/LibreSSL ([#1285])
487
+ * Fix restarting Puma w/symlinks and a new Gemfile ([#1282])
488
+ * Replace Dir.exists? with Dir.exist? ([#1294])
259
489
 
260
490
  * 1 known issue:
261
- * A bug in MRI 2.2+ can result in IOError: stream closed. See #1206. This issue has existed since at least Puma 3.6, and probably further back.
491
+ * A bug in MRI 2.2+ can result in IOError: stream closed. See [#1206]. This issue has existed since at least Puma 3.6, and probably further back.
262
492
 
263
493
  * 1 refactor:
264
494
  * Lots of test fixups from @grosser.
@@ -266,75 +496,75 @@ Each patchlevel release contains a separate security fix. We recommend simply up
266
496
  ## 3.8.2 / 2017-03-14
267
497
 
268
498
  * 1 bugfix:
269
- * Deal with getsockopt with TCP\_INFO failing for sockets that say they're TCP but aren't really. (#1241)
499
+ * Deal with getsockopt with TCP\_INFO failing for sockets that say they're TCP but aren't really. ([#1241])
270
500
 
271
501
  ## 3.8.1 / 2017-03-10
272
502
 
273
503
  * 1 bugfix:
274
- * Remove method call to method that no longer exists (#1239)
504
+ * Remove method call to method that no longer exists ([#1239])
275
505
 
276
506
  ## 3.8.0 / 2017-03-09
277
507
 
278
508
  * 2 bugfixes:
279
- * Port from rack handler does not take precedence over config file in Rails 5.1.0.beta2+ and 5.0.1.rc3+ (#1234)
280
- * The `tmp/restart.txt` plugin no longer restricts the user from running more than one server from the same folder at a time (#1226)
509
+ * Port from rack handler does not take precedence over config file in Rails 5.1.0.beta2+ and 5.0.1.rc3+ ([#1234])
510
+ * The `tmp/restart.txt` plugin no longer restricts the user from running more than one server from the same folder at a time ([#1226])
281
511
 
282
512
  * 1 feature:
283
- * Closed clients are aborted to save capacity (#1227)
513
+ * Closed clients are aborted to save capacity ([#1227])
284
514
 
285
515
  * 1 refactor:
286
- * Bundler is no longer a dependency from tests (#1213)
516
+ * Bundler is no longer a dependency from tests ([#1213])
287
517
 
288
518
  ## 3.7.1 / 2017-02-20
289
519
 
290
520
  * 2 bugfixes:
291
- * Fix typo which blew up MiniSSL (#1182)
292
- * Stop overriding command-line options with the config file (#1203)
521
+ * Fix typo which blew up MiniSSL ([#1182])
522
+ * Stop overriding command-line options with the config file ([#1203])
293
523
 
294
524
  ## 3.7.0 / 2017-01-04
295
525
 
296
526
  * 6 minor features:
297
- * Allow rack handler to accept ssl host. (#1129)
298
- * Refactor TTOU processing. TTOU now handles multiple signals at once. (#1165)
527
+ * Allow rack handler to accept ssl host. ([#1129])
528
+ * Refactor TTOU processing. TTOU now handles multiple signals at once. ([#1165])
299
529
  * Pickup any remaining chunk data as the next request.
300
530
  * Prevent short term thread churn - increased auto trim default to 30 seconds.
301
- * Raise error when `stdout` or `stderr` is not writable. (#1175)
302
- * Add Rack 2.0 support to gemspec. (#1068)
531
+ * Raise error when `stdout` or `stderr` is not writable. ([#1175])
532
+ * Add Rack 2.0 support to gemspec. ([#1068])
303
533
 
304
534
  * 5 refactors:
305
- * Compare host and server name only once per call. (#1091)
306
- * Minor refactor on Thread pool (#1088)
535
+ * Compare host and server name only once per call. ([#1091])
536
+ * Minor refactor on Thread pool ([#1088])
307
537
  * Removed a ton of unused constants, variables and files.
308
538
  * Use MRI macros when allocating heap memory
309
- * Use hooks for on\_booted event. (#1160)
539
+ * Use hooks for on\_booted event. ([#1160])
310
540
 
311
541
  * 14 bugfixes:
312
- * Add eof? method to NullIO? (#1169)
313
- * Fix Puma startup in provided init.d script (#1061)
314
- * Fix default SSL mode back to none. (#1036)
315
- * Fixed the issue of @listeners getting nil io (#1120)
316
- * Make `get_dh1024` compatible with OpenSSL v1.1.0 (#1178)
317
- * More gracefully deal with SSL sessions. Fixes #1002
318
- * Move puma.rb to just autoloads. Fixes #1063
319
- * MiniSSL: Provide write as <<. Fixes #1089
320
- * Prune bundler should inherit fds (#1114)
321
- * Replace use of Process.getpgid which does not behave as intended on all platforms (#1110)
322
- * Transfer encoding header should be downcased before comparison (#1135)
323
- * Use same write log logic for hijacked requests. (#1081)
324
- * Fix `uninitialized constant Puma::StateFile` (#1138)
325
- * Fix access priorities of each level in LeveledOptions (#1118)
542
+ * Add eof? method to NullIO? ([#1169])
543
+ * Fix Puma startup in provided init.d script ([#1061])
544
+ * Fix default SSL mode back to none. ([#1036])
545
+ * Fixed the issue of @listeners getting nil io ([#1120])
546
+ * Make `get_dh1024` compatible with OpenSSL v1.1.0 ([#1178])
547
+ * More gracefully deal with SSL sessions. Fixes [#1002]
548
+ * Move puma.rb to just autoloads. Fixes [#1063]
549
+ * MiniSSL: Provide write as <<. Fixes [#1089]
550
+ * Prune bundler should inherit fds ([#1114])
551
+ * Replace use of Process.getpgid which does not behave as intended on all platforms ([#1110])
552
+ * Transfer encoding header should be downcased before comparison ([#1135])
553
+ * Use same write log logic for hijacked requests. ([#1081])
554
+ * Fix `uninitialized constant Puma::StateFile` ([#1138])
555
+ * Fix access priorities of each level in LeveledOptions ([#1118])
326
556
 
327
557
  * 3 others:
328
558
 
329
559
  * Lots of tests added/fixed/improved. Switched to Minitest from Test::Unit. Big thanks to @frodsan.
330
560
  * Lots of documentation added/improved.
331
- * Add license indicators to the HTTP extension. (#1075)
561
+ * Add license indicators to the HTTP extension. ([#1075])
332
562
 
333
563
  ## 3.6.2 / 2016-11-22
334
564
 
335
565
  * 1 bug fix:
336
566
 
337
- * Revert #1118/Fix access priorities of each level in LeveledOptions. This
567
+ * Revert [#1118]/Fix access priorities of each level in LeveledOptions. This
338
568
  had an unintentional side effect of changing the importance of command line
339
569
  options, such as -p.
340
570
 
@@ -343,11 +573,11 @@ Each patchlevel release contains a separate security fix. We recommend simply up
343
573
  * 8 bug fixes:
344
574
 
345
575
  * Fix Puma start in init.d script.
346
- * Fix default SSL mode back to none. Fixes #1036
347
- * Fixed the issue of @listeners getting nil io, fix rails restart (#1120)
348
- * More gracefully deal with SSL sessions. Fixes #1002
576
+ * Fix default SSL mode back to none. Fixes [#1036]
577
+ * Fixed the issue of @listeners getting nil io, fix rails restart ([#1120])
578
+ * More gracefully deal with SSL sessions. Fixes [#1002]
349
579
  * Prevent short term thread churn.
350
- * Provide write as <<. Fixes #1089
580
+ * Provide write as <<. Fixes [#1089]
351
581
  * Fix access priorities of each level in LeveledOptions - fixes TTIN.
352
582
  * Stub description files updated for init.d.
353
583
 
@@ -359,18 +589,18 @@ Each patchlevel release contains a separate security fix. We recommend simply up
359
589
  ## 3.6.0 / 2016-07-24
360
590
 
361
591
  * 12 bug fixes:
362
- * Add ability to detect a shutting down server. Fixes #932
363
- * Add support for Expect: 100-continue. Fixes #519
364
- * Check SSLContext better. Fixes #828
365
- * Clarify behavior of '-t num'. Fixes #984
366
- * Don't default to VERIFY_PEER. Fixes #1028
367
- * Don't use ENV['PWD'] on windows. Fixes #1023
368
- * Enlarge the scope of catching app exceptions. Fixes #1027
369
- * Execute background hooks after daemonizing. Fixes #925
370
- * Handle HUP as a stop unless there is IO redirection. Fixes #911
371
- * Implement chunked request handling. Fixes #620
372
- * Just rescue exception to return a 500. Fixes #1027
373
- * Redirect IO in the jruby daemon mode. Fixes #778
592
+ * Add ability to detect a shutting down server. Fixes [#932]
593
+ * Add support for Expect: 100-continue. Fixes [#519]
594
+ * Check SSLContext better. Fixes [#828]
595
+ * Clarify behavior of '-t num'. Fixes [#984]
596
+ * Don't default to VERIFY_PEER. Fixes [#1028]
597
+ * Don't use ENV['PWD'] on windows. Fixes [#1023]
598
+ * Enlarge the scope of catching app exceptions. Fixes [#1027]
599
+ * Execute background hooks after daemonizing. Fixes [#925]
600
+ * Handle HUP as a stop unless there is IO redirection. Fixes [#911]
601
+ * Implement chunked request handling. Fixes [#620]
602
+ * Just rescue exception to return a 500. Fixes [#1027]
603
+ * Redirect IO in the jruby daemon mode. Fixes [#778]
374
604
 
375
605
  ## 3.5.2 / 2016-07-20
376
606
 
@@ -378,12 +608,12 @@ Each patchlevel release contains a separate security fix. We recommend simply up
378
608
  * Don't let persistent_timeout be nil
379
609
 
380
610
  * 1 PR merged:
381
- * Merge pull request #1021 from benzrf/patch-1
611
+ * Merge pull request [#1021] from benzrf/patch-1
382
612
 
383
613
  ## 3.5.1 / 2016-07-20
384
614
 
385
615
  * 1 bug fix:
386
- * Be sure to only listen on host:port combos once. Fixes #1022
616
+ * Be sure to only listen on host:port combos once. Fixes [#1022]
387
617
 
388
618
  ## 3.5.0 / 2016-07-18
389
619
 
@@ -391,14 +621,14 @@ Each patchlevel release contains a separate security fix. We recommend simply up
391
621
  * Allow persistent_timeout to be configured via the dsl.
392
622
 
393
623
  * 9 bug fixes:
394
- * Allow a bare % in a query string. Fixes #958
395
- * Explicitly listen on all localhost addresses. Fixes #782
624
+ * Allow a bare % in a query string. Fixes [#958]
625
+ * Explicitly listen on all localhost addresses. Fixes [#782]
396
626
  * Fix `TCPLogger` log error in tcp cluster mode.
397
- * Fix puma/puma#968 Cannot bind SSL port due to missing verify_mode option
398
- * Fix puma/puma#968 Default verify_mode to peer
399
- * Log any exceptions in ThreadPool. Fixes #1010
400
- * Silence connection errors in the reactor. Fixes #959
401
- * Tiny fixes in hook documentation for #840
627
+ * Fix puma/puma[#968] Cannot bind SSL port due to missing verify_mode option
628
+ * Fix puma/puma[#968] Default verify_mode to peer
629
+ * Log any exceptions in ThreadPool. Fixes [#1010]
630
+ * Silence connection errors in the reactor. Fixes [#959]
631
+ * Tiny fixes in hook documentation for [#840]
402
632
  * It should not log requests if we want it to be quiet
403
633
 
404
634
  * 5 doc fixes:
@@ -409,43 +639,43 @@ Each patchlevel release contains a separate security fix. We recommend simply up
409
639
  * Fix typo in example config
410
640
 
411
641
  * 14 PRs merged:
412
- * Merge pull request #1007 from willnet/patch-1
413
- * Merge pull request #1014 from jeznet/patch-1
414
- * Merge pull request #1015 from bf4/patch-1
415
- * Merge pull request #1017 from jorihardman/configurable_persistent_timeout
416
- * Merge pull request #954 from jf/master
417
- * Merge pull request #955 from jf/add-request-info-to-standard-error-rescue
418
- * Merge pull request #956 from maxkwallace/master
419
- * Merge pull request #960 from kmayer/kmayer-plugins-heroku-restart
420
- * Merge pull request #969 from frankwong15/master
421
- * Merge pull request #970 from willnet/delete-blank-document
422
- * Merge pull request #974 from rocketjob/feature/name_threads
423
- * Merge pull request #977 from snow/master
424
- * Merge pull request #981 from zach-chai/patch-1
425
- * Merge pull request #993 from scorix/master
642
+ * Merge pull request [#1007] from willnet/patch-1
643
+ * Merge pull request [#1014] from jeznet/patch-1
644
+ * Merge pull request [#1015] from bf4/patch-1
645
+ * Merge pull request [#1017] from jorihardman/configurable_persistent_timeout
646
+ * Merge pull request [#954] from jf/master
647
+ * Merge pull request [#955] from jf/add-request-info-to-standard-error-rescue
648
+ * Merge pull request [#956] from maxkwallace/master
649
+ * Merge pull request [#960] from kmayer/kmayer-plugins-heroku-restart
650
+ * Merge pull request [#969] from frankwong15/master
651
+ * Merge pull request [#970] from willnet/delete-blank-document
652
+ * Merge pull request [#974] from rocketjob/feature/name_threads
653
+ * Merge pull request [#977] from snow/master
654
+ * Merge pull request [#981] from zach-chai/patch-1
655
+ * Merge pull request [#993] from scorix/master
426
656
 
427
657
  ## 3.4.0 / 2016-04-07
428
658
 
429
659
  * 2 minor features:
430
- * Add ability to force threads to stop on shutdown. Fixes #938
431
- * Detect and commit seppuku when fork(2) fails. Fixes #529
660
+ * Add ability to force threads to stop on shutdown. Fixes [#938]
661
+ * Detect and commit seppuku when fork(2) fails. Fixes [#529]
432
662
 
433
663
  * 3 unknowns:
434
- * Ignore errors trying to update the backport tables. Fixes #788
435
- * Invoke the lowlevel_error in more places to allow for exception tracking. Fixes #894
436
- * Update the query string when an absolute URI is used. Fixes #937
664
+ * Ignore errors trying to update the backport tables. Fixes [#788]
665
+ * Invoke the lowlevel_error in more places to allow for exception tracking. Fixes [#894]
666
+ * Update the query string when an absolute URI is used. Fixes [#937]
437
667
 
438
668
  * 5 doc fixes:
439
669
  * Add Process Monitors section to top-level README
440
- * Better document the hooks. Fixes #840
670
+ * Better document the hooks. Fixes [#840]
441
671
  * docs/system.md sample config refinements and elaborations
442
672
  * Fix typos at couple of places.
443
673
  * Cleanup warnings
444
674
 
445
675
  * 3 PRs merged:
446
- * Merge pull request #945 from dekellum/systemd-docs-refined
447
- * Merge pull request #946 from vipulnsward/rm-pid
448
- * Merge pull request #947 from vipulnsward/housekeeping-typos
676
+ * Merge pull request [#945] from dekellum/systemd-docs-refined
677
+ * Merge pull request [#946] from vipulnsward/rm-pid
678
+ * Merge pull request [#947] from vipulnsward/housekeeping-typos
449
679
 
450
680
  ## 3.3.0 / 2016-04-05
451
681
 
@@ -458,9 +688,9 @@ Each patchlevel release contains a separate security fix. We recommend simply up
458
688
  * Document UNIX signals with cluster on README.md
459
689
 
460
690
  * 3 PRs merged:
461
- * Merge pull request #936 from prathamesh-sonpatki/allow-overriding-config-options
462
- * Merge pull request #940 from kyledrake/signalsdoc
463
- * Merge pull request #942 from dekellum/socket-activate-improve
691
+ * Merge pull request [#936] from prathamesh-sonpatki/allow-overriding-config-options
692
+ * Merge pull request [#940] from kyledrake/signalsdoc
693
+ * Merge pull request [#942] from dekellum/socket-activate-improve
464
694
 
465
695
  ## 3.2.0 / 2016-03-20
466
696
 
@@ -473,32 +703,32 @@ Each patchlevel release contains a separate security fix. We recommend simply up
473
703
  * Speed up phased-restart start
474
704
 
475
705
  * 2 PRs merged:
476
- * Merge pull request #927 from jlecour/gemfile_variants
477
- * Merge pull request #931 from joneslee85/patch-10
706
+ * Merge pull request [#927] from jlecour/gemfile_variants
707
+ * Merge pull request [#931] from joneslee85/patch-10
478
708
 
479
709
  ## 3.1.1 / 2016-03-17
480
710
 
481
711
  * 4 bug fixes:
482
712
  * Disable USR1 usage on JRuby
483
- * Fixes #922 - Correctly define file encoding as UTF-8
713
+ * Fixes [#922] - Correctly define file encoding as UTF-8
484
714
  * Set a more explicit SERVER_SOFTWARE Rack variable
485
- * Show RUBY_ENGINE_VERSION if available. Fixes #923
715
+ * Show RUBY_ENGINE_VERSION if available. Fixes [#923]
486
716
 
487
717
  * 3 PRs merged:
488
- * Merge pull request #912 from tricknotes/fix-allow-failures-in-travis-yml
489
- * Merge pull request #921 from swrobel/patch-1
490
- * Merge pull request #924 from tbrisker/patch-1
718
+ * Merge pull request [#912] from tricknotes/fix-allow-failures-in-travis-yml
719
+ * Merge pull request [#921] from swrobel/patch-1
720
+ * Merge pull request [#924] from tbrisker/patch-1
491
721
 
492
722
  ## 3.1.0 / 2016-03-05
493
723
 
494
724
  * 1 minor feature:
495
- * Add 'import' directive to config file. Fixes #916
725
+ * Add 'import' directive to config file. Fixes [#916]
496
726
 
497
727
  * 5 bug fixes:
498
- * Add 'fetch' to options. Fixes #913
499
- * Fix jruby daemonization. Fixes #918
500
- * Recreate the proper args manually. Fixes #910
501
- * Require 'time' to get iso8601. Fixes #914
728
+ * Add 'fetch' to options. Fixes [#913]
729
+ * Fix jruby daemonization. Fixes [#918]
730
+ * Recreate the proper args manually. Fixes [#910]
731
+ * Require 'time' to get iso8601. Fixes [#914]
502
732
 
503
733
  ## 3.0.2 / 2016-02-26
504
734
 
@@ -512,9 +742,9 @@ Each patchlevel release contains a separate security fix. We recommend simply up
512
742
 
513
743
  * 3 PRs merged:
514
744
 
515
- * Merge pull request #901 from mitto/fix-pumactl-uninitialized-constant-statefile
516
- * Merge pull request #902 from corrupt952/fix_undefined_method_and_variable_when_execute_pumactl
517
- * Merge pull request #905 from Eric-Guo/master
745
+ * Merge pull request [#901] from mitto/fix-pumactl-uninitialized-constant-statefile
746
+ * Merge pull request [#902] from corrupt952/fix_undefined_method_and_variable_when_execute_pumactl
747
+ * Merge pull request [#905] from Eric-Guo/master
518
748
 
519
749
  ## 3.0.1 / 2016-02-25
520
750
 
@@ -531,7 +761,7 @@ Each patchlevel release contains a separate security fix. We recommend simply up
531
761
  * Ruby pre-2.0 is no longer supported. We'll do our best to not add
532
762
  features that break those rubies but will no longer be testing
533
763
  with them.
534
- * Don't log requests by default. Fixes #852
764
+ * Don't log requests by default. Fixes [#852]
535
765
 
536
766
  * 2 major features:
537
767
 
@@ -543,36 +773,36 @@ Each patchlevel release contains a separate security fix. We recommend simply up
543
773
 
544
774
  * Listen to unix socket with provided backlog if any
545
775
  * Improves the clustered stats to report worker stats
546
- * Pass the env to the lowlevel_error handler. Fixes #854
547
- * Treat path-like hosts as unix sockets. Fixes #824
776
+ * Pass the env to the lowlevel_error handler. Fixes [#854]
777
+ * Treat path-like hosts as unix sockets. Fixes [#824]
548
778
 
549
779
  * 5 bug fixes:
550
780
 
551
- * Clean thread locals when using keepalive. Fixes #823
552
- * Cleanup compiler warnings. Fixes #815
553
- * Expose closed? for use by the reactor. Fixes #835
554
- * Move signal handlers to separate method to prevent space leak. Fixes #798
555
- * Signal not full on worker exit #876
781
+ * Clean thread locals when using keepalive. Fixes [#823]
782
+ * Cleanup compiler warnings. Fixes [#815]
783
+ * Expose closed? for use by the reactor. Fixes [#835]
784
+ * Move signal handlers to separate method to prevent space leak. Fixes [#798]
785
+ * Signal not full on worker exit [#876]
556
786
 
557
787
  * 5 doc fixes:
558
788
 
559
789
  * Update README.md with various grammar fixes
560
790
  * Use newest version of Minitest
561
791
  * Add directory configuration docs, fix typo [ci skip]
562
- * Remove old COPYING notice. Fixes #849
792
+ * Remove old COPYING notice. Fixes [#849]
563
793
 
564
794
  * 10 merged PRs:
565
795
 
566
- * Merge pull request #871 from deepj/travis
567
- * Merge pull request #874 from wallclockbuilder/master
568
- * Merge pull request #883 from dadah89/igor/trim_only_worker
569
- * Merge pull request #884 from uistudio/async-callback
570
- * Merge pull request #888 from mlarraz/tick_minitest
571
- * Merge pull request #890 from todd/directory_docs
572
- * Merge pull request #891 from ctaintor/improve_clustered_status
573
- * Merge pull request #893 from spastorino/add_missing_require
574
- * Merge pull request #897 from zendesk/master
575
- * Merge pull request #899 from kch/kch-readme-fixes
796
+ * Merge pull request [#871] from deepj/travis
797
+ * Merge pull request [#874] from wallclockbuilder/master
798
+ * Merge pull request [#883] from dadah89/igor/trim_only_worker
799
+ * Merge pull request [#884] from uistudio/async-callback
800
+ * Merge pull request [#888] from mlarraz/tick_minitest
801
+ * Merge pull request [#890] from todd/directory_docs
802
+ * Merge pull request [#891] from ctaintor/improve_clustered_status
803
+ * Merge pull request [#893] from spastorino/add_missing_require
804
+ * Merge pull request [#897] from zendesk/master
805
+ * Merge pull request [#899] from kch/kch-readme-fixes
576
806
 
577
807
  ## 2.16.0 / 2016-01-27
578
808
 
@@ -589,7 +819,7 @@ Each patchlevel release contains a separate security fix. We recommend simply up
589
819
  * 7 bug fixes:
590
820
 
591
821
  * Don't persist before_fork hook in state file
592
- * Reload bundler before pulling in rack. Fixes #859
822
+ * Reload bundler before pulling in rack. Fixes [#859]
593
823
  * Remove NEWRELIC_DISPATCHER env variable
594
824
  * Cleanup C code
595
825
  * Use Timeout.timeout instead of Object.timeout
@@ -601,18 +831,18 @@ Each patchlevel release contains a separate security fix. We recommend simply up
601
831
  * Test against the latest Ruby 2.1, 2.2, 2.3, head and JRuby 9.0.4.0 on Travis
602
832
 
603
833
  * 12 merged PRs
604
- * Merge pull request #822 from kwugirl/remove_NEWRELIC_DISPATCHER
605
- * Merge pull request #833 from joemiller/jruby-client-tls-auth
606
- * Merge pull request #837 from YuriSolovyov/ssl-keystore-jruby
607
- * Merge pull request #839 from mezuka/master
608
- * Merge pull request #845 from deepj/timeout-deprecation
609
- * Merge pull request #846 from sriedel/strip_before_fork
610
- * Merge pull request #850 from deepj/travis
611
- * Merge pull request #853 from Jeffrey6052/patch-1
612
- * Merge pull request #857 from zendesk/faster_phased_restarts
613
- * Merge pull request #858 from mlarraz/fix_some_warnings
614
- * Merge pull request #860 from zendesk/expose_old_worker_count
615
- * Merge pull request #861 from zendesk/allow_control_url_umask
834
+ * Merge pull request [#822] from kwugirl/remove_NEWRELIC_DISPATCHER
835
+ * Merge pull request [#833] from joemiller/jruby-client-tls-auth
836
+ * Merge pull request [#837] from YuriSolovyov/ssl-keystore-jruby
837
+ * Merge pull request [#839] from mezuka/master
838
+ * Merge pull request [#845] from deepj/timeout-deprecation
839
+ * Merge pull request [#846] from sriedel/strip_before_fork
840
+ * Merge pull request [#850] from deepj/travis
841
+ * Merge pull request [#853] from Jeffrey6052/patch-1
842
+ * Merge pull request [#857] from zendesk/faster_phased_restarts
843
+ * Merge pull request [#858] from mlarraz/fix_some_warnings
844
+ * Merge pull request [#860] from zendesk/expose_old_worker_count
845
+ * Merge pull request [#861] from zendesk/allow_control_url_umask
616
846
 
617
847
  ## 2.15.3 / 2015-11-07
618
848
 
@@ -627,8 +857,8 @@ Each patchlevel release contains a separate security fix. We recommend simply up
627
857
  * Only set ctx.ca iff there is a params['ca'] to set with.
628
858
 
629
859
  * 2 PRs merged:
630
- * Merge pull request #818 from unleashed/support-duplicate-headers
631
- * Merge pull request #819 from VictorLowther/fix-ca-and-verify_null-exception
860
+ * Merge pull request [#818] from unleashed/support-duplicate-headers
861
+ * Merge pull request [#819] from VictorLowther/fix-ca-and-verify_null-exception
632
862
 
633
863
  ## 2.15.1 / 2015-11-06
634
864
 
@@ -650,7 +880,7 @@ Each patchlevel release contains a separate security fix. We recommend simply up
650
880
  * Disable SSL Compression
651
881
  * Fix bug setting worker_directory when using a symlink directory
652
882
  * Fix error message in DSL that was slightly inaccurate
653
- * Pumactl: set correct process name. Fixes #563
883
+ * Pumactl: set correct process name. Fixes [#563]
654
884
  * thread_pool: fix race condition when shutting down workers
655
885
 
656
886
  * 10 doc fixes:
@@ -660,30 +890,30 @@ Each patchlevel release contains a separate security fix. We recommend simply up
660
890
  * Fix spelling errors.
661
891
  * Fix typo in deployment description
662
892
  * Fix typos (it's -> its) in events.rb and server.rb
663
- * fixing for typo mentioned in #803
893
+ * fixing for typo mentioned in [#803]
664
894
  * Spelling correction for README
665
895
  * thread_pool: fix typos in comment
666
896
  * More explicit docs for worker_timeout
667
897
 
668
898
  * 18 PRs merged:
669
- * Merge pull request #768 from nathansamson/patch-1
670
- * Merge pull request #773 from rossta/spelling_corrections
671
- * Merge pull request #774 from snow/master
672
- * Merge pull request #781 from sunsations/fix-typo
673
- * Merge pull request #791 from unleashed/allow_empty_tags
674
- * Merge pull request #793 from robdimarco/fix-working-directory-symlink-bug
675
- * Merge pull request #794 from peterkeen/patch-1
676
- * Merge pull request #795 from unleashed/redirects-from-cmdline
677
- * Merge pull request #796 from cschneid/fix_dsl_message
678
- * Merge pull request #799 from annafw/master
679
- * Merge pull request #800 from liamseanbrady/fix_typo
680
- * Merge pull request #801 from scottjg/ssl-chain-file
681
- * Merge pull request #802 from scottjg/ssl-crimes
682
- * Merge pull request #804 from burningTyger/patch-2
683
- * Merge pull request #809 from unleashed/threadpool-fix-race-in-shutdown
684
- * Merge pull request #810 from vlmonk/fix-pumactl-restart-bug
685
- * Merge pull request #814 from schneems/schneems/worker_timeout-docs
686
- * Merge pull request #817 from unleashed/worker-boot-timeout
899
+ * Merge pull request [#768] from nathansamson/patch-1
900
+ * Merge pull request [#773] from rossta/spelling_corrections
901
+ * Merge pull request [#774] from snow/master
902
+ * Merge pull request [#781] from sunsations/fix-typo
903
+ * Merge pull request [#791] from unleashed/allow_empty_tags
904
+ * Merge pull request [#793] from robdimarco/fix-working-directory-symlink-bug
905
+ * Merge pull request [#794] from peterkeen/patch-1
906
+ * Merge pull request [#795] from unleashed/redirects-from-cmdline
907
+ * Merge pull request [#796] from cschneid/fix_dsl_message
908
+ * Merge pull request [#799] from annafw/master
909
+ * Merge pull request [#800] from liamseanbrady/fix_typo
910
+ * Merge pull request [#801] from scottjg/ssl-chain-file
911
+ * Merge pull request [#802] from scottjg/ssl-crimes
912
+ * Merge pull request [#804] from burningTyger/patch-2
913
+ * Merge pull request [#809] from unleashed/threadpool-fix-race-in-shutdown
914
+ * Merge pull request [#810] from vlmonk/fix-pumactl-restart-bug
915
+ * Merge pull request [#814] from schneems/schneems/worker_timeout-docs
916
+ * Merge pull request [#817] from unleashed/worker-boot-timeout
687
917
 
688
918
  ## 2.14.0 / 2015-09-18
689
919
 
@@ -691,7 +921,7 @@ Each patchlevel release contains a separate security fix. We recommend simply up
691
921
  * Make building with SSL support optional
692
922
 
693
923
  * 1 bug fix:
694
- * Use Rack::Builder if available. Fixes #735
924
+ * Use Rack::Builder if available. Fixes [#735]
695
925
 
696
926
  ## 2.13.4 / 2015-08-16
697
927
 
@@ -704,20 +934,20 @@ Each patchlevel release contains a separate security fix. We recommend simply up
704
934
  Seriously, I need to revamp config with tests.
705
935
 
706
936
  * 1 bug fix:
707
- * Fix preserving options before cleaning for state. Fixes #769
937
+ * Fix preserving options before cleaning for state. Fixes [#769]
708
938
 
709
939
  ## 2.13.2 / 2015-08-15
710
940
 
711
941
  The "clearly I don't have enough tests for the config" release.
712
942
 
713
943
  * 1 bug fix:
714
- * Fix another place binds wasn't initialized. Fixes #767
944
+ * Fix another place binds wasn't initialized. Fixes [#767]
715
945
 
716
946
  ## 2.13.1 / 2015-08-15
717
947
 
718
948
  * 2 bug fixes:
719
- * Fix binds being masked in config files. Fixes #765
720
- * Use options from the config file properly in pumactl. Fixes #764
949
+ * Fix binds being masked in config files. Fixes [#765]
950
+ * Use options from the config file properly in pumactl. Fixes [#764]
721
951
 
722
952
  ## 2.13.0 / 2015-08-14
723
953
 
@@ -727,16 +957,16 @@ The "clearly I don't have enough tests for the config" release.
727
957
  * 3 bug fixes:
728
958
  * Check for OPENSSL_NO_ECDH before using ECDH
729
959
  * Eliminate logging overhead from JRuby SSL
730
- * Prefer cli options over config file ones. Fixes #669
960
+ * Prefer cli options over config file ones. Fixes [#669]
731
961
 
732
962
  * 1 deprecation:
733
- * Add deprecation warning to capistrano.rb. Fixes #673
963
+ * Add deprecation warning to capistrano.rb. Fixes [#673]
734
964
 
735
965
  * 4 PRs merged:
736
- * Merge pull request #668 from kcollignon/patch-1
737
- * Merge pull request #754 from nathansamson/before_boot
738
- * Merge pull request #759 from BenV/fix-centos6-build
739
- * Merge pull request #761 from looker/no-log
966
+ * Merge pull request [#668] from kcollignon/patch-1
967
+ * Merge pull request [#754] from nathansamson/before_boot
968
+ * Merge pull request [#759] from BenV/fix-centos6-build
969
+ * Merge pull request [#761] from looker/no-log
740
970
 
741
971
  ## 2.12.3 / 2015-08-03
742
972
 
@@ -751,10 +981,10 @@ The "clearly I don't have enough tests for the config" release.
751
981
  * ruby 1.8.7 compatibility patches
752
982
 
753
983
  * 4 PRs merged:
754
- * Merge pull request #742 from deivid-rodriguez/fix_missing_require
755
- * Merge pull request #743 from matthewd/skip-empty-chunks
756
- * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error
757
- * Merge pull request #751 from costi/compat_1_8_7
984
+ * Merge pull request [#742] from deivid-rodriguez/fix_missing_require
985
+ * Merge pull request [#743] from matthewd/skip-empty-chunks
986
+ * Merge pull request [#749] from huacnlee/fix-cap-uninitialized-puma-error
987
+ * Merge pull request [#751] from costi/compat_1_8_7
758
988
 
759
989
  * 1 test fix:
760
990
  * Add 1.8.7, rbx-1 (allow failures) to Travis.
@@ -762,20 +992,20 @@ The "clearly I don't have enough tests for the config" release.
762
992
  ## 2.12.2 / 2015-07-17
763
993
 
764
994
  * 2 bug fix:
765
- * Pull over and use Rack::URLMap. Fixes #741
766
- * Stub out peercert on JRuby for now. Fixes #739
995
+ * Pull over and use Rack::URLMap. Fixes [#741]
996
+ * Stub out peercert on JRuby for now. Fixes [#739]
767
997
 
768
998
  ## 2.12.1 / 2015-07-16
769
999
 
770
1000
  * 2 bug fixes:
771
- * Use a constant format. Fixes #737
772
- * Use strerror for Windows sake. Fixes #733
1001
+ * Use a constant format. Fixes [#737]
1002
+ * Use strerror for Windows sake. Fixes [#733]
773
1003
 
774
1004
  * 1 doc change:
775
1005
  * typo fix: occured -> occurred
776
1006
 
777
1007
  * 1 PR merged:
778
- * Merge pull request #736 from paulanunda/paulanunda/typo-fix
1008
+ * Merge pull request [#736] from paulanunda/paulanunda/typo-fix
779
1009
 
780
1010
  ## 2.12.0 / 2015-07-14
781
1011
 
@@ -785,12 +1015,12 @@ The "clearly I don't have enough tests for the config" release.
785
1015
  * Do not suppress Content-Length on partial hijack
786
1016
  * Don't allow any exceptions to terminate a thread
787
1017
  * Handle ENOTCONN client disconnects when setting REMOTE_ADDR
788
- * Handle very early exit of cluster mode. Fixes #722
1018
+ * Handle very early exit of cluster mode. Fixes [#722]
789
1019
  * Install rack when running tests on travis to use rack/lint
790
1020
  * Make puma -v and -h return success exit code
791
1021
  * Make pumactl load config/puma.rb by default
792
- * Pass options from pumactl properly when pruning. Fixes #694
793
- * Remove rack dependency. Fixes #705
1022
+ * Pass options from pumactl properly when pruning. Fixes [#694]
1023
+ * Remove rack dependency. Fixes [#705]
794
1024
  * Remove the default Content-Type: text/plain
795
1025
  * Add Client Side Certificate Auth
796
1026
 
@@ -809,33 +1039,33 @@ The "clearly I don't have enough tests for the config" release.
809
1039
  * capistrano: Add additional env when start rails
810
1040
 
811
1041
  * 16 PRs merged:
812
- * Merge pull request #686 from jjb/patch-2
813
- * Merge pull request #693 from rob-murray/update-example-config
814
- * Merge pull request #697 from spk/tests-bind-on-rackup-file
815
- * Merge pull request #699 from deees/fix/require_rack_builder
816
- * Merge pull request #701 from deepj/master
817
- * Merge pull request #702 from Jimdo/thread-reaping
818
- * Merge pull request #703 from deepj/travis
819
- * Merge pull request #704 from grega/master
820
- * Merge pull request #709 from lian/master
821
- * Merge pull request #711 from julik/master
822
- * Merge pull request #712 from yakara-ltd/pumactl-default-config
823
- * Merge pull request #715 from RobotJiang/master
824
- * Merge pull request #725 from rwz/master
825
- * Merge pull request #726 from strenuus/handle-client-disconnect
826
- * Merge pull request #729 from allaire/patch-1
827
- * Merge pull request #730 from iamjarvo/container-infrastructure
1042
+ * Merge pull request [#686] from jjb/patch-2
1043
+ * Merge pull request [#693] from rob-murray/update-example-config
1044
+ * Merge pull request [#697] from spk/tests-bind-on-rackup-file
1045
+ * Merge pull request [#699] from deees/fix/require_rack_builder
1046
+ * Merge pull request [#701] from deepj/master
1047
+ * Merge pull request [#702] from Jimdo/thread-reaping
1048
+ * Merge pull request [#703] from deepj/travis
1049
+ * Merge pull request [#704] from grega/master
1050
+ * Merge pull request [#709] from lian/master
1051
+ * Merge pull request [#711] from julik/master
1052
+ * Merge pull request [#712] from yakara-ltd/pumactl-default-config
1053
+ * Merge pull request [#715] from RobotJiang/master
1054
+ * Merge pull request [#725] from rwz/master
1055
+ * Merge pull request [#726] from strenuus/handle-client-disconnect
1056
+ * Merge pull request [#729] from allaire/patch-1
1057
+ * Merge pull request [#730] from iamjarvo/container-infrastructure
828
1058
 
829
1059
  ## 2.11.3 / 2015-05-18
830
1060
 
831
1061
  * 5 bug fixes:
832
- * Be sure to unlink tempfiles after a request. Fixes #690
833
- * Coerce the key to a string before checking. (thar be symbols). Fixes #684
1062
+ * Be sure to unlink tempfiles after a request. Fixes [#690]
1063
+ * Coerce the key to a string before checking. (thar be symbols). Fixes [#684]
834
1064
  * Fix hang on bad SSL handshake
835
1065
  * Remove `enable_SSLv3` support from JRuby
836
1066
 
837
1067
  * 1 PR merged:
838
- * Merge pull request #698 from looker/hang-handshake
1068
+ * Merge pull request [#698] from looker/hang-handshake
839
1069
 
840
1070
  ## 2.11.2 / 2015-04-11
841
1071
 
@@ -844,7 +1074,7 @@ The "clearly I don't have enough tests for the config" release.
844
1074
  * Add shutdown_debug config option
845
1075
 
846
1076
  * 4 bug fixes:
847
- * Fix the Config constants not being available in the DSL. Fixes #683
1077
+ * Fix the Config constants not being available in the DSL. Fixes [#683]
848
1078
  * Ignore multiple port declarations
849
1079
  * Proper 'Connection' header handling compatible with HTTP 1.[01] protocols
850
1080
  * Use "Puma" instead of "puma" to reporting to New Relic
@@ -853,55 +1083,55 @@ The "clearly I don't have enough tests for the config" release.
853
1083
  * Add Gitter badge.
854
1084
 
855
1085
  * 6 PRs merged:
856
- * Merge pull request #657 from schneems/schneems/puma-once-port
857
- * Merge pull request #658 from Tomohiro/newrelic-dispatcher-default-update
858
- * Merge pull request #662 from basecrm/connection-compatibility
859
- * Merge pull request #664 from fxposter/on-worker-fork
860
- * Merge pull request #667 from JuanitoFatas/doc/gemspec
861
- * Merge pull request #672 from chulkilee/refactor
1086
+ * Merge pull request [#657] from schneems/schneems/puma-once-port
1087
+ * Merge pull request [#658] from Tomohiro/newrelic-dispatcher-default-update
1088
+ * Merge pull request [#662] from basecrm/connection-compatibility
1089
+ * Merge pull request [#664] from fxposter/on-worker-fork
1090
+ * Merge pull request [#667] from JuanitoFatas/doc/gemspec
1091
+ * Merge pull request [#672] from chulkilee/refactor
862
1092
 
863
1093
  ## 2.11.1 / 2015-02-11
864
1094
 
865
1095
  * 2 bug fixes:
866
1096
  * Avoid crash in strange restart conditions
867
- * Inject the GEM_HOME that bundler into puma-wild's env. Fixes #653
1097
+ * Inject the GEM_HOME that bundler into puma-wild's env. Fixes [#653]
868
1098
 
869
1099
  * 2 PRs merged:
870
- * Merge pull request #644 from bpaquet/master
871
- * Merge pull request #646 from mkonecny/master
1100
+ * Merge pull request [#644] from bpaquet/master
1101
+ * Merge pull request [#646] from mkonecny/master
872
1102
 
873
1103
  ## 2.11.0 / 2015-01-20
874
1104
 
875
1105
  * 9 bug fixes:
876
- * Add mode as an additional bind option to unix sockets. Fixes #630
1106
+ * Add mode as an additional bind option to unix sockets. Fixes [#630]
877
1107
  * Advertise HTTPS properly after a hot restart
878
1108
  * Don't write lowlevel_error_handler to state
879
1109
  * Fix phased restart with stuck requests
880
- * Handle spaces in the path properly. Fixes #622
881
- * Set a default REMOTE_ADDR to avoid using peeraddr on unix sockets. Fixes #583
882
- * Skip device number checking on jruby. Fixes #586
1110
+ * Handle spaces in the path properly. Fixes [#622]
1111
+ * Set a default REMOTE_ADDR to avoid using peeraddr on unix sockets. Fixes [#583]
1112
+ * Skip device number checking on jruby. Fixes [#586]
883
1113
  * Update extconf.rb to compile correctly on OS X
884
- * redirect io right after daemonizing so startup errors are shown. Fixes #359
1114
+ * redirect io right after daemonizing so startup errors are shown. Fixes [#359]
885
1115
 
886
1116
  * 6 minor features:
887
1117
  * Add a configuration option that prevents puma from queueing requests.
888
1118
  * Add reload_worker_directory
889
1119
  * Add the ability to pass environment variables to the init script (for Jungle).
890
- * Add the proctitle tag to the worker. Fixes #633
1120
+ * Add the proctitle tag to the worker. Fixes [#633]
891
1121
  * Infer a proctitle tag based on the directory
892
1122
  * Update lowlevel error message to be more meaningful.
893
1123
 
894
1124
  * 10 PRs merged:
895
- * Merge pull request #478 from rubencaro/master
896
- * Merge pull request #610 from kwilczynski/master
897
- * Merge pull request #611 from jasonl/better-lowlevel-message
898
- * Merge pull request #616 from jc00ke/master
899
- * Merge pull request #623 from raldred/patch-1
900
- * Merge pull request #628 from rdpoor/master
901
- * Merge pull request #634 from deepj/master
902
- * Merge pull request #637 from raskhadafi/patch-1
903
- * Merge pull request #639 from ebeigarts/fix-phased-restarts
904
- * Merge pull request #640 from codehotter/issue-612-dependent-requests-deadlock
1125
+ * Merge pull request [#478] from rubencaro/master
1126
+ * Merge pull request [#610] from kwilczynski/master
1127
+ * Merge pull request [#611] from jasonl/better-lowlevel-message
1128
+ * Merge pull request [#616] from jc00ke/master
1129
+ * Merge pull request [#623] from raldred/patch-1
1130
+ * Merge pull request [#628] from rdpoor/master
1131
+ * Merge pull request [#634] from deepj/master
1132
+ * Merge pull request [#637] from raskhadafi/patch-1
1133
+ * Merge pull request [#639] from ebeigarts/fix-phased-restarts
1134
+ * Merge pull request [#640] from codehotter/issue-612-dependent-requests-deadlock
905
1135
 
906
1136
  ## 2.10.2 / 2014-11-26
907
1137
 
@@ -931,9 +1161,9 @@ The "clearly I don't have enough tests for the config" release.
931
1161
 
932
1162
  * 5 bug fixes:
933
1163
  * Clean out a threads local data before doing work
934
- * Disable SSLv3. Fixes #591
1164
+ * Disable SSLv3. Fixes [#591]
935
1165
  * First change the directory to use the correct Gemfile.
936
- * Only use config.ru binds if specified. Fixes #606
1166
+ * Only use config.ru binds if specified. Fixes [#606]
937
1167
  * Strongish cipher suite with FS support for some browsers
938
1168
 
939
1169
  * 2 doc changes:
@@ -941,20 +1171,20 @@ The "clearly I don't have enough tests for the config" release.
941
1171
  * fix typo in README.md
942
1172
 
943
1173
  * 9 Merged PRs:
944
- * Merge pull request #560 from raskhadafi/prune_bundler-bug
945
- * Merge pull request #566 from sheltond/master
946
- * Merge pull request #593 from andruby/patch-1
947
- * Merge pull request #594 from hassox/thread-cleanliness
948
- * Merge pull request #596 from burningTyger/patch-1
949
- * Merge pull request #601 from sorentwo/friendly-umask
950
- * Merge pull request #602 from 1334/patch-1
951
- * Merge pull request #608 from Gu1/master
952
- * Merge remote-tracking branch 'origin/pr/538'
1174
+ * Merge pull request [#560] from raskhadafi/prune_bundler-bug
1175
+ * Merge pull request [#566] from sheltond/master
1176
+ * Merge pull request [#593] from andruby/patch-1
1177
+ * Merge pull request [#594] from hassox/thread-cleanliness
1178
+ * Merge pull request [#596] from burningTyger/patch-1
1179
+ * Merge pull request [#601] from sorentwo/friendly-umask
1180
+ * Merge pull request [#602] from 1334/patch-1
1181
+ * Merge pull request [#608] from Gu1/master
1182
+ * Merge pull request [#538] from memiux/?
953
1183
 
954
1184
  ## 2.9.2 / 2014-10-25
955
1185
 
956
1186
  * 8 bug fixes:
957
- * Fix puma-wild handling a restart properly. Fixes #550
1187
+ * Fix puma-wild handling a restart properly. Fixes [#550]
958
1188
  * JRuby SSL POODLE update
959
1189
  * Keep deprecated features warnings
960
1190
  * Log the current time when Puma shuts down.
@@ -964,24 +1194,24 @@ The "clearly I don't have enough tests for the config" release.
964
1194
  * Fixing sexist error messages
965
1195
 
966
1196
  * 6 PRs merged:
967
- * Merge pull request #549 from bsnape/log-shutdown-time
968
- * Merge pull request #553 from lowjoel/master
969
- * Merge pull request #568 from mariuz/patch-1
970
- * Merge pull request #578 from danielbuechele/patch-1
971
- * Merge pull request #581 from alexch/slightly-better-logging
972
- * Merge pull request #590 from looker/jruby_disable_sslv3
1197
+ * Merge pull request [#549] from bsnape/log-shutdown-time
1198
+ * Merge pull request [#553] from lowjoel/master
1199
+ * Merge pull request [#568] from mariuz/patch-1
1200
+ * Merge pull request [#578] from danielbuechele/patch-1
1201
+ * Merge pull request [#581] from alexch/slightly-better-logging
1202
+ * Merge pull request [#590] from looker/jruby_disable_sslv3
973
1203
 
974
1204
  ## 2.9.1 / 2014-09-05
975
1205
 
976
1206
  * 4 bug fixes:
977
1207
  * Cleanup the SSL related structures properly, fixes memory leak
978
1208
  * Fix thread spawning edge case.
979
- * Force a worker check after a worker boots, don't wait 5sec. Fixes #574
1209
+ * Force a worker check after a worker boots, don't wait 5sec. Fixes [#574]
980
1210
  * Implement SIGHUP for logs reopening
981
1211
 
982
1212
  * 2 PRs merged:
983
- * Merge pull request #561 from theoldreader/sighup
984
- * Merge pull request #570 from havenwood/spawn-thread-edge-case
1213
+ * Merge pull request [#561] from theoldreader/sighup
1214
+ * Merge pull request [#570] from havenwood/spawn-thread-edge-case
985
1215
 
986
1216
  ## 2.9.0 / 2014-07-12
987
1217
 
@@ -1000,12 +1230,12 @@ The "clearly I don't have enough tests for the config" release.
1000
1230
  * Update README.md
1001
1231
 
1002
1232
  * 6 PRs merged:
1003
- * Merge pull request #520 from misfo/patch-2
1004
- * Merge pull request #530 from looker/jruby-ssl
1005
- * Merge pull request #537 from vlmonk/patch-1
1006
- * Merge pull request #540 from allaire/patch-1
1007
- * Merge pull request #544 from chulkilee/bsd-3-clause
1008
- * Merge pull request #551 from jcxplorer/patch-1
1233
+ * Merge pull request [#520] from misfo/patch-2
1234
+ * Merge pull request [#530] from looker/jruby-ssl
1235
+ * Merge pull request [#537] from vlmonk/patch-1
1236
+ * Merge pull request [#540] from allaire/patch-1
1237
+ * Merge pull request [#544] from chulkilee/bsd-3-clause
1238
+ * Merge pull request [#551] from jcxplorer/patch-1
1009
1239
 
1010
1240
  ## 2.8.2 / 2014-04-12
1011
1241
 
@@ -1022,17 +1252,17 @@ The "clearly I don't have enough tests for the config" release.
1022
1252
  * allow changing of worker_timeout in config file
1023
1253
 
1024
1254
  * 11 PRs merged:
1025
- * Merge pull request #487 from ckuttruff/master
1026
- * Merge pull request #492 from ckuttruff/master
1027
- * Merge pull request #493 from alepore/config_tag
1028
- * Merge pull request #503 from mariuz/patch-1
1029
- * Merge pull request #505 from sammcj/patch-1
1030
- * Merge pull request #506 from FlavourSys/config_worker_timeout
1031
- * Merge pull request #510 from momer/rescue-block-handle-servers-fix
1032
- * Merge pull request #511 from macool/patch-1
1033
- * Merge pull request #514 from edogawaconan/refactor_env
1034
- * Merge pull request #517 from misfo/patch-1
1035
- * Merge pull request #518 from LongMan/master
1255
+ * Merge pull request [#487] from ckuttruff/master
1256
+ * Merge pull request [#492] from ckuttruff/master
1257
+ * Merge pull request [#493] from alepore/config_tag
1258
+ * Merge pull request [#503] from mariuz/patch-1
1259
+ * Merge pull request [#505] from sammcj/patch-1
1260
+ * Merge pull request [#506] from FlavourSys/config_worker_timeout
1261
+ * Merge pull request [#510] from momer/rescue-block-handle-servers-fix
1262
+ * Merge pull request [#511] from macool/patch-1
1263
+ * Merge pull request [#514] from edogawaconan/refactor_env
1264
+ * Merge pull request [#517] from misfo/patch-1
1265
+ * Merge pull request [#518] from LongMan/master
1036
1266
 
1037
1267
  ## 2.8.1 / 2014-03-06
1038
1268
 
@@ -1044,60 +1274,59 @@ The "clearly I don't have enough tests for the config" release.
1044
1274
  * Start the deployment doc
1045
1275
 
1046
1276
  * 6 PRs merged:
1047
- * Merge pull request #471 from arthurnn/fix_test
1048
- * Merge pull request #485 from joneslee85/patch-9
1049
- * Merge pull request #486 from joshwlewis/patch-1
1050
- * Merge pull request #490 from tobinibot/patch-1
1051
- * Merge pull request #491 from brianknight10/clarify-no-config
1277
+ * Merge pull request [#471] from arthurnn/fix_test
1278
+ * Merge pull request [#485] from joneslee85/patch-9
1279
+ * Merge pull request [#486] from joshwlewis/patch-1
1280
+ * Merge pull request [#490] from tobinibot/patch-1
1281
+ * Merge pull request [#491] from brianknight10/clarify-no-config
1052
1282
 
1053
1283
  ## 2.8.0 / 2014-02-28
1054
1284
 
1055
1285
  * 8 minor features:
1056
- * Add ability to autoload a config file. Fixes #438
1057
- * Add ability to detect and terminate hung workers. Fixes #333
1286
+ * Add ability to autoload a config file. Fixes [#438]
1287
+ * Add ability to detect and terminate hung workers. Fixes [#333]
1058
1288
  * Add booted_workers to stats response
1059
1289
  * Add config to customize the default error message
1060
1290
  * Add prune_bundler option
1061
- * Add worker indexes, expose them via on_worker_boot. Fixes #440
1291
+ * Add worker indexes, expose them via on_worker_boot. Fixes [#440]
1062
1292
  * Add pretty process name
1063
1293
  * Show the ruby version in use
1064
1294
 
1065
1295
  * 7 bug fixes:
1066
1296
  * Added 408 status on timeout.
1067
- * Be more hostile with sockets that write block. Fixes #449
1068
- * Expect at_exit to exclusively remove the pidfile. Fixes #444
1069
- * Expose latency and listen backlog via bind query. Fixes #370
1070
- * JRuby raises IOError if the socket is there. Fixes #377
1071
- * Process requests fairly. Fixes #406
1072
- * Rescue SystemCallError as well. Fixes #425
1297
+ * Be more hostile with sockets that write block. Fixes [#449]
1298
+ * Expect at_exit to exclusively remove the pidfile. Fixes [#444]
1299
+ * Expose latency and listen backlog via bind query. Fixes [#370]
1300
+ * JRuby raises IOError if the socket is there. Fixes [#377]
1301
+ * Process requests fairly. Fixes [#406]
1302
+ * Rescue SystemCallError as well. Fixes [#425]
1073
1303
 
1074
1304
  * 4 doc changes:
1075
1305
  * Add 2.1.0 to the matrix
1076
1306
  * Add Code Climate badge to README
1077
1307
  * Create signals.md
1078
- * Set the license to BSD. Fixes #432
1308
+ * Set the license to BSD. Fixes [#432]
1079
1309
 
1080
1310
  * 14 PRs merged:
1081
- * Merge pull request #428 from alexeyfrank/capistrano_default_hooks
1082
- * Merge pull request #429 from namusyaka/revert-const_defined
1083
- * Merge pull request #431 from mrb/master
1084
- * Merge pull request #433 from alepore/process-name
1085
- * Merge pull request #437 from ibrahima/master
1086
- * Merge pull request #446 from sudara/master
1087
- * Merge pull request #451 from pwiebe/status_408
1088
- * Merge pull request #453 from joevandyk/patch-1
1089
- * Merge pull request #470 from arthurnn/fix_458
1090
- * Merge pull request #472 from rubencaro/master
1091
- * Merge pull request #480 from jjb/docs-on-running-test-suite
1092
- * Merge pull request #481 from schneems/master
1093
- * Merge pull request #482 from prathamesh-sonpatki/signals-doc-cleanup
1094
- * Merge pull request #483 from YotpoLtd/master
1311
+ * Merge pull request [#428] from alexeyfrank/capistrano_default_hooks
1312
+ * Merge pull request [#429] from namusyaka/revert-const_defined
1313
+ * Merge pull request [#431] from mrb/master
1314
+ * Merge pull request [#433] from alepore/process-name
1315
+ * Merge pull request [#437] from ibrahima/master
1316
+ * Merge pull request [#446] from sudara/master
1317
+ * Merge pull request [#451] from pwiebe/status_408
1318
+ * Merge pull request [#453] from joevandyk/patch-1
1319
+ * Merge pull request [#470] from arthurnn/fix_458
1320
+ * Merge pull request [#472] from rubencaro/master
1321
+ * Merge pull request [#480] from jjb/docs-on-running-test-suite
1322
+ * Merge pull request [#481] from schneems/master
1323
+ * Merge pull request [#482] from prathamesh-sonpatki/signals-doc-cleanup
1324
+ * Merge pull request [#483] from YotpoLtd/master
1095
1325
 
1096
1326
  ## 2.7.1 / 2013-12-05
1097
1327
 
1098
1328
  * 1 bug fix:
1099
-
1100
- * Keep STDOUT/STDERR the right mode. Fixes #422
1329
+ * Keep STDOUT/STDERR the right mode. Fixes [#422]
1101
1330
 
1102
1331
  ## 2.7.0 / 2013-12-03
1103
1332
 
@@ -1132,7 +1361,6 @@ The "clearly I don't have enough tests for the config" release.
1132
1361
  ## 2.5.1 / 2013-08-13
1133
1362
 
1134
1363
  * 2 bug fixes:
1135
-
1136
1364
  * Keep jruby daemon mode from retrying on a hot restart
1137
1365
  * Extract version from const.rb in gemspec
1138
1366
 
@@ -1174,30 +1402,28 @@ The "clearly I don't have enough tests for the config" release.
1174
1402
 
1175
1403
  * 10 bug fixes:
1176
1404
 
1177
- * Be sure to only delete the pid in the master. Fixes #334
1405
+ * Be sure to only delete the pid in the master. Fixes [#334]
1178
1406
  * Call out -C/--config flags
1179
- * Change parser symbol names to avoid clash. Fixes #179
1407
+ * Change parser symbol names to avoid clash. Fixes [#179]
1180
1408
  * Convert thread pool sizes to integers
1181
1409
  * Detect when the jruby daemon child doesn't start properly
1182
1410
  * Fix typo in CLI help
1183
- * Improve the logging output when hijack is used. Fixes #332
1411
+ * Improve the logging output when hijack is used. Fixes [#332]
1184
1412
  * Remove unnecessary thread pool size conversions
1185
- * Setup :worker_boot as an Array. Fixes #317
1186
- * Use 127.0.0.1 as REMOTE_ADDR of unix client. Fixes #309
1413
+ * Setup :worker_boot as an Array. Fixes [#317]
1414
+ * Use 127.0.0.1 as REMOTE_ADDR of unix client. Fixes [#309]
1187
1415
 
1188
1416
 
1189
1417
  ## 2.3.2 / 2013-07-08
1190
1418
 
1191
1419
  * 1 bug fix:
1192
-
1193
1420
  * Move starting control server to after daemonization.
1194
1421
 
1195
1422
  ## 2.3.1 / 2013-07-06
1196
1423
 
1197
1424
  * 2 bug fixes:
1198
-
1199
1425
  * Include the right files in the Manifest.
1200
- * Disable inheriting connections on restart on windows. Fixes #166
1426
+ * Disable inheriting connections on restart on windows. Fixes [#166]
1201
1427
 
1202
1428
  * 1 doc change:
1203
1429
  * Better document some platform constraints
@@ -1205,47 +1431,39 @@ The "clearly I don't have enough tests for the config" release.
1205
1431
  ## 2.3.0 / 2013-07-05
1206
1432
 
1207
1433
  * 1 major bug fix:
1208
-
1209
1434
  * Stabilize control server, add support in cluster mode
1210
1435
 
1211
1436
  * 5 minor bug fixes:
1212
-
1213
1437
  * Add ability to cleanup stale unix sockets
1214
- * Check status data better. Fixes #292
1215
- * Convert raw IO errors to ConnectionError. Fixes #274
1216
- * Fix sending Content-Type and Content-Length for no body status. Fixes #304
1217
- * Pass state path through to `pumactl start`. Fixes #287
1438
+ * Check status data better. Fixes [#292]
1439
+ * Convert raw IO errors to ConnectionError. Fixes [#274]
1440
+ * Fix sending Content-Type and Content-Length for no body status. Fixes [#304]
1441
+ * Pass state path through to `pumactl start`. Fixes [#287]
1218
1442
 
1219
1443
  * 2 internal changes:
1220
-
1221
1444
  * Refactored modes into seperate classes that CLI uses
1222
1445
  * Changed CLI to take an Events object instead of stdout/stderr (API change)
1223
1446
 
1224
1447
  ## 2.2.2 / 2013-07-02
1225
1448
 
1226
1449
  * 1 bug fix:
1227
-
1228
1450
  * Fix restart_command in the config
1229
1451
 
1230
1452
  ## 2.2.1 / 2013-07-02
1231
1453
 
1232
1454
  * 1 minor feature:
1233
-
1234
1455
  * Introduce preload flag
1235
1456
 
1236
1457
  * 1 bug fix:
1237
-
1238
1458
  * Pass custom restart command in JRuby
1239
1459
 
1240
1460
  ## 2.2.0 / 2013-07-01
1241
1461
 
1242
1462
  * 1 major feature:
1243
-
1244
1463
  * Add ability to preload rack app
1245
1464
 
1246
1465
  * 2 minor bugfixes:
1247
-
1248
- * Don't leak info when not in development. Fixes #256
1466
+ * Don't leak info when not in development. Fixes [#256]
1249
1467
  * Load the app, then bind the ports
1250
1468
 
1251
1469
  ## 2.1.1 / 2013-06-20
@@ -1253,7 +1471,7 @@ The "clearly I don't have enough tests for the config" release.
1253
1471
  * 2 minor bug fixes:
1254
1472
 
1255
1473
  * Fix daemonization on jruby
1256
- * Load the application before daemonizing. Fixes #285
1474
+ * Load the application before daemonizing. Fixes [#285]
1257
1475
 
1258
1476
  ## 2.1.0 / 2013-06-18
1259
1477
 
@@ -1263,7 +1481,7 @@ The "clearly I don't have enough tests for the config" release.
1263
1481
  * Support systemd socket activation
1264
1482
 
1265
1483
  * 15 bug fixes:
1266
- * Deal with pipes closing while stopping. Fixes #270
1484
+ * Deal with pipes closing while stopping. Fixes [#270]
1267
1485
  * Error out early if there is no app configured
1268
1486
  * Handle ConnectionError rather than the lowlevel exceptions
1269
1487
  * tune with `-C` config file and `on_worker_boot`
@@ -1272,11 +1490,11 @@ The "clearly I don't have enough tests for the config" release.
1272
1490
  * Make sure to use bytesize instead of size (MiniSSL write)
1273
1491
  * Fix an error in puma-manager.conf
1274
1492
  * fix: stop leaking sockets on restart (affects ruby 1.9.3 or before)
1275
- * Ignore errors on the cross-thread pipe. Fixes #246
1493
+ * Ignore errors on the cross-thread pipe. Fixes [#246]
1276
1494
  * Ignore errors while uncorking the socket (it might already be closed)
1277
- * Ignore the body on a HEAD request. Fixes #278
1278
- * Handle all engine data when possible. Fixes #251.
1279
- * Handle all read exceptions properly. Fixes #252
1495
+ * Ignore the body on a HEAD request. Fixes [#278]
1496
+ * Handle all engine data when possible. Fixes [#251].
1497
+ * Handle all read exceptions properly. Fixes [#252]
1280
1498
  * Handle errors from the server better
1281
1499
 
1282
1500
  * 3 doc changes:
@@ -1287,7 +1505,6 @@ The "clearly I don't have enough tests for the config" release.
1287
1505
  ## 2.0.1 / 2013-04-30
1288
1506
 
1289
1507
  * 1 bug fix:
1290
-
1291
1508
  * Fix not starting on JRuby properly
1292
1509
 
1293
1510
  ## 2.0.0 / 2013-04-29
@@ -1299,8 +1516,8 @@ RailsConf 2013 edition!
1299
1516
  * Minor doc fixes in the README.md, Capistrano section
1300
1517
 
1301
1518
  * 2 bug fixes:
1302
- * Fix reading RACK_ENV properly. Fixes #234
1303
- * Make cap recipe handle tmp/sockets; fixes #228
1519
+ * Fix reading RACK_ENV properly. Fixes [#234]
1520
+ * Make cap recipe handle tmp/sockets; fixes [#228]
1304
1521
 
1305
1522
  * 3 minor changes:
1306
1523
  * Fix capistrano recipe
@@ -1310,7 +1527,6 @@ RailsConf 2013 edition!
1310
1527
  ## 2.0.0.b7 / 2013-03-18
1311
1528
 
1312
1529
  * 5 minor enhancements:
1313
-
1314
1530
  * Add -q option for :start
1315
1531
  * Add -V, --version
1316
1532
  * Add default Rack handler helper
@@ -1318,30 +1534,27 @@ RailsConf 2013 edition!
1318
1534
  * Set worker directory from configuration file
1319
1535
 
1320
1536
  * 12 bug fixes:
1321
-
1322
- * Close the binder in the right place. Fixes #192
1323
- * Handle early term in workers. Fixes #206
1537
+ * Close the binder in the right place. Fixes [#192]
1538
+ * Handle early term in workers. Fixes [#206]
1324
1539
  * Make sure that the default port is 80 when the request doesn't include HTTP_X_FORWARDED_PROTO.
1325
1540
  * Prevent Errno::EBADF errors on restart when running ruby 2.0
1326
1541
  * Record the proper @master_pid
1327
1542
  * Respect the header HTTP_X_FORWARDED_PROTO when the host doesn't include a port number.
1328
1543
  * Retry EAGAIN/EWOULDBLOCK during syswrite
1329
- * Run exec properly to restart. Fixes #154
1544
+ * Run exec properly to restart. Fixes [#154]
1330
1545
  * Set Rack run_once to false
1331
- * Syncronize all access to @timeouts. Fixes #208
1332
- * Write out the state post-daemonize. Fixes #189
1546
+ * Syncronize all access to @timeouts. Fixes [#208]
1547
+ * Write out the state post-daemonize. Fixes [#189]
1333
1548
  * Prevent crash when all workers are gone
1334
1549
 
1335
1550
  ## 2.0.0.b6 / 2013-02-06
1336
1551
 
1337
1552
  * 2 minor enhancements:
1338
-
1339
1553
  * Add hook for running when a worker boots
1340
1554
  * Advertise the Configuration object for apps to use.
1341
1555
 
1342
1556
  * 1 bug fix:
1343
-
1344
- * Change directory in working during upgrade. Fixes #185
1557
+ * Change directory in working during upgrade. Fixes [#185]
1345
1558
 
1346
1559
  ## 2.0.0.b5 / 2013-02-05
1347
1560
 
@@ -1354,16 +1567,16 @@ RailsConf 2013 edition!
1354
1567
  * Add config file option to specify the restart command
1355
1568
 
1356
1569
  * 5 bug fixes:
1357
- * Cleanup pipes properly. Fixes #182
1358
- * Daemonize earlier so that we don't lose app threads. Fixes #183
1359
- * Drain the notification pipe. Fixes #176, thanks @cryo28
1360
- * Move write_pid to after we daemonize. Fixes #180
1570
+ * Cleanup pipes properly. Fixes [#182]
1571
+ * Daemonize earlier so that we don't lose app threads. Fixes [#183]
1572
+ * Drain the notification pipe. Fixes [#176], thanks @cryo28
1573
+ * Move write_pid to after we daemonize. Fixes [#180]
1361
1574
  * Redirect IO properly and emit message for checkpointing
1362
1575
 
1363
1576
  ## 2.0.0.b4 / 2012-12-12
1364
1577
 
1365
1578
  * 4 bug fixes:
1366
- * Properly check #syswrite's value for variable sized buffers. Fixes #170
1579
+ * Properly check #syswrite's value for variable sized buffers. Fixes [#170]
1367
1580
  * Shutdown status server properly
1368
1581
  * Handle char vs byte and mixing syswrite with write properly
1369
1582
  * made MiniSSL validate key/cert file existence
@@ -1383,12 +1596,12 @@ RailsConf 2013 edition!
1383
1596
  * Add options to daemonize puma
1384
1597
 
1385
1598
  * 7 bug fixes:
1386
- * Reset the IOBuffer properly. Fixes #148
1599
+ * Reset the IOBuffer properly. Fixes [#148]
1387
1600
  * Shutdown gracefully on JRuby with Ctrl-C
1388
- * Various methods to get newrelic to start. Fixes #128
1601
+ * Various methods to get newrelic to start. Fixes [#128]
1389
1602
  * fixing syntax error at capistrano recipe
1390
1603
  * Force ECONNRESET when read returns nil
1391
- * Be sure to empty the drain the todo before shutting down. Fixes #155
1604
+ * Be sure to empty the drain the todo before shutting down. Fixes [#155]
1392
1605
  * allow for alternate locations for status app
1393
1606
 
1394
1607
  ## 2.0.0.b1 / 2012-09-11
@@ -1440,7 +1653,7 @@ be added back in a future date when a java Puma::MiniSSL is added.
1440
1653
 
1441
1654
  * 6 bug fixes:
1442
1655
  * Define RSTRING_NOT_MODIFIED for Rubinius
1443
- * Convert status to integer. Fixes #123
1656
+ * Convert status to integer. Fixes [#123]
1444
1657
  * Delete pidfile when stopping the server
1445
1658
  * Allow compilation with -Werror=format-security option
1446
1659
  * Fix wrong HTTP version for a HTTP/1.0 request
@@ -1448,7 +1661,7 @@ be added back in a future date when a java Puma::MiniSSL is added.
1448
1661
 
1449
1662
  * 3 minor features:
1450
1663
  * Added support for setting RACK_ENV via the CLI, config file, and rack app
1451
- * Allow Server#run to run sync. Fixes #111
1664
+ * Allow Server#run to run sync. Fixes [#111]
1452
1665
  * Puma can now run on windows
1453
1666
 
1454
1667
  ## 1.4.0 / 2012-06-04
@@ -1463,7 +1676,7 @@ be added back in a future date when a java Puma::MiniSSL is added.
1463
1676
 
1464
1677
  * 2 bug fixes:
1465
1678
  * use #bytesize instead of #length for Content-Length header
1466
- * Use StringIO properly. Fixes #98
1679
+ * Use StringIO properly. Fixes [#98]
1467
1680
 
1468
1681
  ## 1.3.0 / 2012-05-08
1469
1682
 
@@ -1472,10 +1685,10 @@ be added back in a future date when a java Puma::MiniSSL is added.
1472
1685
  * Add -I option to specify $LOAD_PATH directories
1473
1686
 
1474
1687
  * 4 bug fixes:
1475
- * Don't join the server thread inside the signal handle. Fixes #94
1688
+ * Don't join the server thread inside the signal handle. Fixes [#94]
1476
1689
  * Make NullIO#read mimic IO#read
1477
- * Only stop the status server if it's started. Fixes #84
1478
- * Set RACK_ENV early in cli also. Fixes #78
1690
+ * Only stop the status server if it's started. Fixes [#84]
1691
+ * Set RACK_ENV early in cli also. Fixes [#78]
1479
1692
 
1480
1693
  * 1 new contributor:
1481
1694
  * Jesse Cooke
@@ -1483,58 +1696,49 @@ be added back in a future date when a java Puma::MiniSSL is added.
1483
1696
  ## 1.2.2 / 2012-04-28
1484
1697
 
1485
1698
  * 4 bug fixes:
1486
-
1487
1699
  * Report a lowlevel error to stderr
1488
1700
  * Set a fallback SERVER_NAME and SERVER_PORT
1489
- * Keep the encoding of the body correct. Fixes #79
1701
+ * Keep the encoding of the body correct. Fixes [#79]
1490
1702
  * show error.to_s along with backtrace for low-level error
1491
1703
 
1492
1704
  ## 1.2.1 / 2012-04-11
1493
1705
 
1494
- 1 bug fix:
1495
-
1496
- * Fix rack.url_scheme for SSL servers. Fixes #65
1706
+ * 1 bug fix:
1707
+ * Fix rack.url_scheme for SSL servers. Fixes [#65]
1497
1708
 
1498
1709
  ## 1.2.0 / 2012-04-11
1499
1710
 
1500
- 1 major feature:
1501
-
1502
- * When possible, the internal restart does a "hot restart" meaning
1503
- the server sockets remains open, so no connections are lost.
1504
-
1505
- 1 minor feature:
1506
-
1507
- * More helpful fallback error message
1508
-
1509
- 6 bug fixes:
1711
+ * 1 major feature:
1712
+ * When possible, the internal restart does a "hot restart" meaning
1713
+ the server sockets remains open, so no connections are lost.
1510
1714
 
1511
- * Pass the proper args to unknown_error. Fixes #54, #58
1512
- * Stop the control server before restarting. Fixes #61
1513
- * Fix reporting https only on a true SSL connection
1514
- * Set the default content type to 'text/plain'. Fixes #63
1515
- * Use REUSEADDR. Fixes #60
1516
- * Shutdown gracefully on SIGTERM. Fixes #53
1715
+ * 1 minor feature:
1716
+ * More helpful fallback error message
1517
1717
 
1518
- 2 new contributors:
1718
+ * 6 bug fixes:
1719
+ * Pass the proper args to unknown_error. Fixes [#54], [#58]
1720
+ * Stop the control server before restarting. Fixes [#61]
1721
+ * Fix reporting https only on a true SSL connection
1722
+ * Set the default content type to 'text/plain'. Fixes [#63]
1723
+ * Use REUSEADDR. Fixes [#60]
1724
+ * Shutdown gracefully on SIGTERM. Fixes [#53]
1519
1725
 
1520
- * Seamus Abshere
1521
- * Steve Richert
1726
+ * 2 new contributors:
1727
+ * Seamus Abshere
1728
+ * Steve Richert
1522
1729
 
1523
1730
  ## 1.1.1 / 2012-03-30
1524
1731
 
1525
- 1 bugfix:
1526
-
1527
- * Include puma/compat.rb in the gem (oops!)
1732
+ * 1 bugfix:
1733
+ * Include puma/compat.rb in the gem (oops!)
1528
1734
 
1529
1735
  ## 1.1.0 / 2012-03-30
1530
1736
 
1531
- 1 bugfix:
1532
-
1533
- * Make sure that the unix socket has the perms 0777 by default
1534
-
1535
- 1 minor feature:
1737
+ * 1 bugfix:
1738
+ * Make sure that the unix socket has the perms 0777 by default
1536
1739
 
1537
- * Add umask param to the unix:// bind to set the umask
1740
+ * 1 minor feature:
1741
+ * Add umask param to the unix:// bind to set the umask
1538
1742
 
1539
1743
  ## 1.0.0 / 2012-03-29
1540
1744
 
@@ -1544,7 +1748,631 @@ be added back in a future date when a java Puma::MiniSSL is added.
1544
1748
  ## Master
1545
1749
 
1546
1750
  * Features
1547
- * Your feature goes here (#Github Number)
1751
+ * Your feature goes here <Most recent on the top, like GitHub> (#Github Number)
1548
1752
 
1549
1753
  * Bugfixes
1550
- * Your bugfix goes here (#Github Number)
1754
+ * Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
1755
+
1756
+ [#2564]:https://github.com/puma/puma/pull/2564 "PR by @MSP-Greg, merged 2021-04-24"
1757
+ [#2526]:https://github.com/puma/puma/issues/2526 "Issue by @nerdrew, closed 2021-04-24"
1758
+ [#2559]:https://github.com/puma/puma/pull/2559 "PR by @ylecuyer, merged 2021-03-11"
1759
+ [#2528]:https://github.com/puma/puma/issues/2528 "Issue by @cjlarose, closed 2021-03-11"
1760
+ [#2565]:https://github.com/puma/puma/pull/2565 "PR by @CGA1123, merged 2021-03-09"
1761
+ [#2534]:https://github.com/puma/puma/issues/2534 "Issue by @nateberkopec, closed 2021-03-09"
1762
+ [#2563]:https://github.com/puma/puma/pull/2563 "PR by @MSP-Greg, merged 2021-03-06"
1763
+ [#2504]:https://github.com/puma/puma/issues/2504 "Issue by @fsateler, closed 2021-03-06"
1764
+ [#2591]:https://github.com/puma/puma/pull/2591 "PR by @MSP-Greg, merged 2021-05-05"
1765
+ [#2572]:https://github.com/puma/puma/issues/2572 "Issue by @josefbilendo, closed 2021-05-05"
1766
+ [#2613]:https://github.com/puma/puma/pull/2613 "PR by @smcgivern, merged 2021-04-27"
1767
+ [#2605]:https://github.com/puma/puma/pull/2605 "PR by @pascalbetz, merged 2021-04-26"
1768
+ [#2584]:https://github.com/puma/puma/issues/2584 "Issue by @kaorihinata, closed 2021-04-26"
1769
+ [#2607]:https://github.com/puma/puma/pull/2607 "PR by @calvinxiao, merged 2021-04-23"
1770
+ [#2552]:https://github.com/puma/puma/issues/2552 "Issue by @feliperaul, opened 2021-02-09"
1771
+ [#2606]:https://github.com/puma/puma/pull/2606 "PR by @wjordan, merged 2021-04-20"
1772
+ [#2574]:https://github.com/puma/puma/issues/2574 "Issue by @darkhelmet, closed 2021-04-20"
1773
+ [#2567]:https://github.com/puma/puma/pull/2567 "PR by @kddeisz, merged 2021-04-19"
1774
+ [#2566]:https://github.com/puma/puma/issues/2566 "Issue by @kddeisz, closed 2021-04-19"
1775
+ [#2596]:https://github.com/puma/puma/pull/2596 "PR by @MSP-Greg, merged 2021-04-18"
1776
+ [#2588]:https://github.com/puma/puma/pull/2588 "PR by @dentarg, merged 2021-04-02"
1777
+ [#2556]:https://github.com/puma/puma/issues/2556 "Issue by @gamecreature, closed 2021-04-02"
1778
+ [#2585]:https://github.com/puma/puma/pull/2585 "PR by @MSP-Greg, merged 2021-03-26"
1779
+ [#2583]:https://github.com/puma/puma/issues/2583 "Issue by @jboler, closed 2021-03-26"
1780
+ [#2609]:https://github.com/puma/puma/pull/2609 "PR by @calvinxiao, merged 2021-04-26"
1781
+ [#2590]:https://github.com/puma/puma/pull/2590 "PR by @calvinxiao, merged 2021-04-05"
1782
+ [#2600]:https://github.com/puma/puma/pull/2600 "PR by @wjordan, merged 2021-04-30"
1783
+ [#2579]:https://github.com/puma/puma/pull/2579 "PR by @ghiculescu, merged 2021-03-17"
1784
+ [#2553]:https://github.com/puma/puma/pull/2553 "PR by @olivierbellone, merged 2021-02-10"
1785
+ [#2557]:https://github.com/puma/puma/pull/2557 "PR by @cjlarose, merged 2021-02-22"
1786
+ [#2550]:https://github.com/puma/puma/pull/2550 "PR by @MSP-Greg, merged 2021-02-05"
1787
+ [#2547]:https://github.com/puma/puma/pull/2547 "PR by @wildmaples, merged 2021-02-03"
1788
+ [#2543]:https://github.com/puma/puma/pull/2543 "PR by @MSP-Greg, merged 2021-02-01"
1789
+ [#2549]:https://github.com/puma/puma/pull/2549 "PR by @nmb, merged 2021-02-04"
1790
+ [#2519]:https://github.com/puma/puma/pull/2519 "PR by @MSP-Greg, merged 2021-01-26"
1791
+ [#2522]:https://github.com/puma/puma/pull/2522 "PR by @jcmfernandes, merged 2021-01-12"
1792
+ [#2490]:https://github.com/puma/puma/pull/2490 "PR by @Bonias, merged 2020-12-07"
1793
+ [#2486]:https://github.com/puma/puma/pull/2486 "PR by @ccverak, merged 2020-12-02"
1794
+ [#2535]:https://github.com/puma/puma/pull/2535 "PR by @MSP-Greg, merged 2021-01-27"
1795
+ [#2529]:https://github.com/puma/puma/pull/2529 "PR by @MSP-Greg, merged 2021-01-24"
1796
+ [#2533]:https://github.com/puma/puma/pull/2533 "PR by @MSP-Greg, merged 2021-01-24"
1797
+ [#1953]:https://github.com/puma/puma/issues/1953 "Issue by @nateberkopec, closed 2020-12-01"
1798
+ [#2516]:https://github.com/puma/puma/pull/2516 "PR by @cjlarose, merged 2020-12-17"
1799
+ [#2520]:https://github.com/puma/puma/pull/2520 "PR by @dentarg, merged 2021-01-04"
1800
+ [#2521]:https://github.com/puma/puma/pull/2521 "PR by @ojab, merged 2021-01-04"
1801
+ [#2531]:https://github.com/puma/puma/pull/2531 "PR by @wjordan, merged 2021-01-19"
1802
+ [#2510]:https://github.com/puma/puma/pull/2510 "PR by @micke, merged 2020-12-10"
1803
+ [#2472]:https://github.com/puma/puma/pull/2472 "PR by @ccverak, merged 2020-11-02"
1804
+ [#2438]:https://github.com/puma/puma/pull/2438 "PR by @ekohl, merged 2020-10-26"
1805
+ [#2406]:https://github.com/puma/puma/pull/2406 "PR by @fdel15, merged 2020-10-19"
1806
+ [#2449]:https://github.com/puma/puma/pull/2449 "PR by @MSP-Greg, merged 2020-10-28"
1807
+ [#2362]:https://github.com/puma/puma/pull/2362 "PR by @ekohl, merged 2020-11-10"
1808
+ [#2485]:https://github.com/puma/puma/pull/2485 "PR by @elct9620, merged 2020-11-18"
1809
+ [#2489]:https://github.com/puma/puma/pull/2489 "PR by @MSP-Greg, merged 2020-11-27"
1810
+ [#2487]:https://github.com/puma/puma/pull/2487 "PR by @MSP-Greg, merged 2020-11-17"
1811
+ [#2477]:https://github.com/puma/puma/pull/2477 "PR by @MSP-Greg, merged 2020-11-16"
1812
+ [#2475]:https://github.com/puma/puma/pull/2475 "PR by @nateberkopec, merged 2020-11-02"
1813
+ [#2439]:https://github.com/puma/puma/pull/2439 "PR by @kuei0221, merged 2020-10-26"
1814
+ [#2460]:https://github.com/puma/puma/pull/2460 "PR by @cjlarose, merged 2020-10-27"
1815
+ [#2473]:https://github.com/puma/puma/pull/2473 "PR by @cjlarose, merged 2020-11-01"
1816
+ [#2479]:https://github.com/puma/puma/pull/2479 "PR by @cjlarose, merged 2020-11-10"
1817
+ [#2495]:https://github.com/puma/puma/pull/2495 "PR by @JuanitoFatas, merged 2020-11-27"
1818
+ [#2461]:https://github.com/puma/puma/pull/2461 "PR by @cjlarose, merged 2020-10-27"
1819
+ [#2454]:https://github.com/puma/puma/issues/2454 "Issue by @majksner, closed 2020-10-27"
1820
+ [#2432]:https://github.com/puma/puma/pull/2432 "PR by @MSP-Greg, merged 2020-10-25"
1821
+ [#2442]:https://github.com/puma/puma/pull/2442 "PR by @wjordan, merged 2020-10-22"
1822
+ [#2427]:https://github.com/puma/puma/pull/2427 "PR by @cjlarose, merged 2020-10-20"
1823
+ [#2018]:https://github.com/puma/puma/issues/2018 "Issue by @gingerlime, closed 2020-10-20"
1824
+ [#2435]:https://github.com/puma/puma/pull/2435 "PR by @wjordan, merged 2020-10-20"
1825
+ [#2431]:https://github.com/puma/puma/pull/2431 "PR by @wjordan, merged 2020-10-16"
1826
+ [#2212]:https://github.com/puma/puma/issues/2212 "Issue by @junaruga, closed 2020-10-16"
1827
+ [#2409]:https://github.com/puma/puma/pull/2409 "PR by @fliiiix, merged 2020-10-03"
1828
+ [#2448]:https://github.com/puma/puma/pull/2448 "PR by @MSP-Greg, merged 2020-10-25"
1829
+ [#2450]:https://github.com/puma/puma/pull/2450 "PR by @MSP-Greg, merged 2020-10-25"
1830
+ [#2419]:https://github.com/puma/puma/pull/2419 "PR by @MSP-Greg, merged 2020-10-09"
1831
+ [#2279]:https://github.com/puma/puma/pull/2279 "PR by @wjordan, merged 2020-10-06"
1832
+ [#2412]:https://github.com/puma/puma/pull/2412 "PR by @MSP-Greg, merged 2020-10-06"
1833
+ [#2405]:https://github.com/puma/puma/pull/2405 "PR by @MSP-Greg, merged 2020-10-05"
1834
+ [#2408]:https://github.com/puma/puma/pull/2408 "PR by @fliiiix, merged 2020-10-03"
1835
+ [#2374]:https://github.com/puma/puma/pull/2374 "PR by @cjlarose, merged 2020-09-29"
1836
+ [#2389]:https://github.com/puma/puma/pull/2389 "PR by @MSP-Greg, merged 2020-09-29"
1837
+ [#2381]:https://github.com/puma/puma/pull/2381 "PR by @joergschray, merged 2020-09-24"
1838
+ [#2271]:https://github.com/puma/puma/pull/2271 "PR by @wjordan, merged 2020-09-24"
1839
+ [#2377]:https://github.com/puma/puma/pull/2377 "PR by @cjlarose, merged 2020-09-23"
1840
+ [#2376]:https://github.com/puma/puma/pull/2376 "PR by @alexeevit, merged 2020-09-22"
1841
+ [#2372]:https://github.com/puma/puma/pull/2372 "PR by @ahorek, merged 2020-09-22"
1842
+ [#2384]:https://github.com/puma/puma/pull/2384 "PR by @schneems, merged 2020-09-27"
1843
+ [#2375]:https://github.com/puma/puma/pull/2375 "PR by @MSP-Greg, merged 2020-09-23"
1844
+ [#2373]:https://github.com/puma/puma/pull/2373 "PR by @MSP-Greg, merged 2020-09-23"
1845
+ [#2305]:https://github.com/puma/puma/pull/2305 "PR by @MSP-Greg, merged 2020-09-14"
1846
+ [#2099]:https://github.com/puma/puma/pull/2099 "PR by @wjordan, merged 2020-05-11"
1847
+ [#2079]:https://github.com/puma/puma/pull/2079 "PR by @ayufan, merged 2020-05-11"
1848
+ [#2093]:https://github.com/puma/puma/pull/2093 "PR by @schneems, merged 2019-12-18"
1849
+ [#2256]:https://github.com/puma/puma/pull/2256 "PR by @nateberkopec, merged 2020-05-11"
1850
+ [#2054]:https://github.com/puma/puma/pull/2054 "PR by @composerinteralia, merged 2019-11-11"
1851
+ [#2106]:https://github.com/puma/puma/pull/2106 "PR by @ylecuyer, merged 2020-02-11"
1852
+ [#2167]:https://github.com/puma/puma/pull/2167 "PR by @ChrisBr, closed 2020-07-06"
1853
+ [#2344]:https://github.com/puma/puma/pull/2344 "PR by @dentarg, merged 2020-08-26"
1854
+ [#2203]:https://github.com/puma/puma/pull/2203 "PR by @zanker-stripe, merged 2020-03-31"
1855
+ [#2220]:https://github.com/puma/puma/pull/2220 "PR by @wjordan, merged 2020-04-14"
1856
+ [#2238]:https://github.com/puma/puma/pull/2238 "PR by @sthirugn, merged 2020-05-07"
1857
+ [#2086]:https://github.com/puma/puma/pull/2086 "PR by @bdewater, merged 2019-12-17"
1858
+ [#2253]:https://github.com/puma/puma/pull/2253 "PR by @schneems, merged 2020-05-11"
1859
+ [#2288]:https://github.com/puma/puma/pull/2288 "PR by @FTLam11, merged 2020-06-02"
1860
+ [#1487]:https://github.com/puma/puma/pull/1487 "PR by @jxa, merged 2018-05-09"
1861
+ [#2143]:https://github.com/puma/puma/pull/2143 "PR by @jalevin, merged 2020-04-21"
1862
+ [#2169]:https://github.com/puma/puma/pull/2169 "PR by @nateberkopec, merged 2020-03-10"
1863
+ [#2170]:https://github.com/puma/puma/pull/2170 "PR by @nateberkopec, merged 2020-03-10"
1864
+ [#2076]:https://github.com/puma/puma/pull/2076 "PR by @drews256, merged 2020-02-27"
1865
+ [#2022]:https://github.com/puma/puma/pull/2022 "PR by @olleolleolle, merged 2019-11-11"
1866
+ [#2300]:https://github.com/puma/puma/pull/2300 "PR by @alexeevit, merged 2020-07-06"
1867
+ [#2269]:https://github.com/puma/puma/pull/2269 "PR by @MSP-Greg, merged 2020-08-31"
1868
+ [#2312]:https://github.com/puma/puma/pull/2312 "PR by @MSP-Greg, merged 2020-07-20"
1869
+ [#2338]:https://github.com/puma/puma/issues/2338 "Issue by @micahhainlinestitchfix, closed 2020-08-18"
1870
+ [#2116]:https://github.com/puma/puma/pull/2116 "PR by @MSP-Greg, merged 2020-05-15"
1871
+ [#2074]:https://github.com/puma/puma/issues/2074 "Issue by @jchristie55332, closed 2020-02-19"
1872
+ [#2211]:https://github.com/puma/puma/pull/2211 "PR by @MSP-Greg, merged 2020-03-30"
1873
+ [#2069]:https://github.com/puma/puma/pull/2069 "PR by @MSP-Greg, merged 2019-11-09"
1874
+ [#2112]:https://github.com/puma/puma/pull/2112 "PR by @wjordan, merged 2020-03-03"
1875
+ [#1893]:https://github.com/puma/puma/pull/1893 "PR by @seven1m, merged 2020-02-18"
1876
+ [#2119]:https://github.com/puma/puma/pull/2119 "PR by @wjordan, merged 2020-02-20"
1877
+ [#2121]:https://github.com/puma/puma/pull/2121 "PR by @wjordan, merged 2020-02-21"
1878
+ [#2154]:https://github.com/puma/puma/pull/2154 "PR by @cjlarose, merged 2020-03-10"
1879
+ [#1551]:https://github.com/puma/puma/issues/1551 "Issue by @austinthecoder, closed 2020-03-10"
1880
+ [#2198]:https://github.com/puma/puma/pull/2198 "PR by @eregon, merged 2020-03-24"
1881
+ [#2216]:https://github.com/puma/puma/pull/2216 "PR by @praboud-stripe, merged 2020-04-06"
1882
+ [#2122]:https://github.com/puma/puma/pull/2122 "PR by @wjordan, merged 2020-04-10"
1883
+ [#2177]:https://github.com/puma/puma/issues/2177 "Issue by @GuiTeK, closed 2020-04-08"
1884
+ [#2221]:https://github.com/puma/puma/pull/2221 "PR by @wjordan, merged 2020-04-17"
1885
+ [#2233]:https://github.com/puma/puma/pull/2233 "PR by @ayufan, merged 2020-04-25"
1886
+ [#2234]:https://github.com/puma/puma/pull/2234 "PR by @wjordan, merged 2020-04-30"
1887
+ [#2225]:https://github.com/puma/puma/issues/2225 "Issue by @nateberkopec, closed 2020-04-27"
1888
+ [#2267]:https://github.com/puma/puma/pull/2267 "PR by @wjordan, merged 2020-05-20"
1889
+ [#2287]:https://github.com/puma/puma/pull/2287 "PR by @eugeneius, merged 2020-05-31"
1890
+ [#2317]:https://github.com/puma/puma/pull/2317 "PR by @MSP-Greg, merged 2020-09-01"
1891
+ [#2319]:https://github.com/puma/puma/issues/2319 "Issue by @AlexWayfer, closed 2020-09-03"
1892
+ [#2326]:https://github.com/puma/puma/pull/2326 "PR by @rkistner, closed 2020-09-04"
1893
+ [#2299]:https://github.com/puma/puma/issues/2299 "Issue by @JohnPhillips31416, closed 2020-09-17"
1894
+ [#2095]:https://github.com/puma/puma/pull/2095 "PR by @bdewater, merged 2019-12-25"
1895
+ [#2102]:https://github.com/puma/puma/pull/2102 "PR by @bdewater, merged 2020-02-07"
1896
+ [#2111]:https://github.com/puma/puma/pull/2111 "PR by @wjordan, merged 2020-02-20"
1897
+ [#1980]:https://github.com/puma/puma/pull/1980 "PR by @nateberkopec, merged 2020-02-27"
1898
+ [#2189]:https://github.com/puma/puma/pull/2189 "PR by @jkowens, merged 2020-03-19"
1899
+ [#2124]:https://github.com/puma/puma/pull/2124 "PR by @wjordan, merged 2020-04-14"
1900
+ [#2223]:https://github.com/puma/puma/pull/2223 "PR by @wjordan, merged 2020-04-20"
1901
+ [#2239]:https://github.com/puma/puma/pull/2239 "PR by @wjordan, merged 2020-05-15"
1902
+ [#2496]:https://github.com/puma/puma/pull/2496 "PR by @TheRusskiy, merged 2020-11-30"
1903
+ [#2304]:https://github.com/puma/puma/issues/2304 "Issue by @mpeltomaa, closed 2020-09-05"
1904
+ [#2132]:https://github.com/puma/puma/issues/2132 "Issue by @bmclean, closed 2020-02-28"
1905
+ [#2010]:https://github.com/puma/puma/pull/2010 "PR by @nateberkopec, merged 2019-10-07"
1906
+ [#2012]:https://github.com/puma/puma/pull/2012 "PR by @headius, merged 2019-10-07"
1907
+ [#2046]:https://github.com/puma/puma/pull/2046 "PR by @composerinteralia, merged 2019-10-21"
1908
+ [#2052]:https://github.com/puma/puma/pull/2052 "PR by @composerinteralia, merged 2019-11-02"
1909
+ [#1564]:https://github.com/puma/puma/issues/1564 "Issue by @perlun, closed 2019-10-07"
1910
+ [#2035]:https://github.com/puma/puma/pull/2035 "PR by @AndrewSpeed, merged 2019-10-18"
1911
+ [#2048]:https://github.com/puma/puma/pull/2048 "PR by @hahmed, merged 2019-10-21"
1912
+ [#2050]:https://github.com/puma/puma/pull/2050 "PR by @olleolleolle, merged 2019-10-25"
1913
+ [#1842]:https://github.com/puma/puma/issues/1842 "Issue by @nateberkopec, closed 2019-09-18"
1914
+ [#1988]:https://github.com/puma/puma/issues/1988 "Issue by @mcg, closed 2019-10-01"
1915
+ [#1986]:https://github.com/puma/puma/issues/1986 "Issue by @flaminestone, closed 2019-10-01"
1916
+ [#1994]:https://github.com/puma/puma/issues/1994 "Issue by @LimeBlast, closed 2019-10-01"
1917
+ [#2006]:https://github.com/puma/puma/pull/2006 "PR by @nateberkopec, merged 2019-10-01"
1918
+ [#1222]:https://github.com/puma/puma/issues/1222 "Issue by @seanmckinley, closed 2019-10-04"
1919
+ [#1885]:https://github.com/puma/puma/pull/1885 "PR by @spk, merged 2019-08-10"
1920
+ [#1934]:https://github.com/puma/puma/pull/1934 "PR by @zarelit, merged 2019-08-28"
1921
+ [#1105]:https://github.com/puma/puma/pull/1105 "PR by @daveallie, merged 2019-09-02"
1922
+ [#1786]:https://github.com/puma/puma/pull/1786 "PR by @evanphx, merged 2019-09-11"
1923
+ [#1320]:https://github.com/puma/puma/pull/1320 "PR by @nateberkopec, merged 2019-09-12"
1924
+ [#1968]:https://github.com/puma/puma/pull/1968 "PR by @nateberkopec, merged 2019-09-15"
1925
+ [#1908]:https://github.com/puma/puma/pull/1908 "PR by @MSP-Greg, merged 2019-08-23"
1926
+ [#1952]:https://github.com/puma/puma/pull/1952 "PR by @MSP-Greg, merged 2019-09-19"
1927
+ [#1941]:https://github.com/puma/puma/pull/1941 "PR by @MSP-Greg, merged 2019-09-02"
1928
+ [#1961]:https://github.com/puma/puma/pull/1961 "PR by @nateberkopec, merged 2019-09-11"
1929
+ [#1970]:https://github.com/puma/puma/pull/1970 "PR by @MSP-Greg, merged 2019-09-18"
1930
+ [#1946]:https://github.com/puma/puma/pull/1946 "PR by @nateberkopec, merged 2019-09-02"
1931
+ [#1831]:https://github.com/puma/puma/pull/1831 "PR by @spk, merged 2019-07-27"
1932
+ [#1816]:https://github.com/puma/puma/pull/1816 "PR by @ylecuyer, merged 2019-08-01"
1933
+ [#1844]:https://github.com/puma/puma/pull/1844 "PR by @ylecuyer, merged 2019-08-01"
1934
+ [#1836]:https://github.com/puma/puma/pull/1836 "PR by @MSP-Greg, merged 2019-08-06"
1935
+ [#1887]:https://github.com/puma/puma/pull/1887 "PR by @MSP-Greg, merged 2019-08-06"
1936
+ [#1812]:https://github.com/puma/puma/pull/1812 "PR by @kou, merged 2019-08-03"
1937
+ [#1491]:https://github.com/puma/puma/pull/1491 "PR by @olleolleolle, merged 2019-07-17"
1938
+ [#1837]:https://github.com/puma/puma/pull/1837 "PR by @montanalow, merged 2019-07-25"
1939
+ [#1857]:https://github.com/puma/puma/pull/1857 "PR by @Jesus, merged 2019-08-03"
1940
+ [#1822]:https://github.com/puma/puma/pull/1822 "PR by @Jesus, merged 2019-08-01"
1941
+ [#1863]:https://github.com/puma/puma/pull/1863 "PR by @dzunk, merged 2019-08-04"
1942
+ [#1838]:https://github.com/puma/puma/pull/1838 "PR by @bogn83, merged 2019-07-14"
1943
+ [#1882]:https://github.com/puma/puma/pull/1882 "PR by @okuramasafumi, merged 2019-08-06"
1944
+ [#1848]:https://github.com/puma/puma/pull/1848 "PR by @nateberkopec, merged 2019-07-16"
1945
+ [#1847]:https://github.com/puma/puma/pull/1847 "PR by @nateberkopec, merged 2019-07-16"
1946
+ [#1846]:https://github.com/puma/puma/pull/1846 "PR by @nateberkopec, merged 2019-07-16"
1947
+ [#1853]:https://github.com/puma/puma/pull/1853 "PR by @Jesus, merged 2019-07-18"
1948
+ [#1850]:https://github.com/puma/puma/pull/1850 "PR by @nateberkopec, merged 2019-07-27"
1949
+ [#1866]:https://github.com/puma/puma/pull/1866 "PR by @josacar, merged 2019-07-28"
1950
+ [#1870]:https://github.com/puma/puma/pull/1870 "PR by @MSP-Greg, merged 2019-07-30"
1951
+ [#1872]:https://github.com/puma/puma/pull/1872 "PR by @MSP-Greg, merged 2019-07-30"
1952
+ [#1833]:https://github.com/puma/puma/issues/1833 "Issue by @julik, closed 2019-07-09"
1953
+ [#1888]:https://github.com/puma/puma/pull/1888 "PR by @ClikeX, merged 2019-08-06"
1954
+ [#1829]:https://github.com/puma/puma/pull/1829 "PR by @Fudoshiki, merged 2019-07-09"
1955
+ [#1832]:https://github.com/puma/puma/pull/1832 "PR by @MSP-Greg, merged 2019-07-08"
1956
+ [#1827]:https://github.com/puma/puma/pull/1827 "PR by @amrrbakry, merged 2019-06-27"
1957
+ [#1562]:https://github.com/puma/puma/pull/1562 "PR by @skrobul, merged 2019-02-20"
1958
+ [#1569]:https://github.com/puma/puma/pull/1569 "PR by @rianmcguire, merged 2019-02-20"
1959
+ [#1648]:https://github.com/puma/puma/pull/1648 "PR by @wjordan, merged 2019-02-20"
1960
+ [#1691]:https://github.com/puma/puma/pull/1691 "PR by @kares, merged 2019-02-20"
1961
+ [#1716]:https://github.com/puma/puma/pull/1716 "PR by @mdkent, merged 2019-02-20"
1962
+ [#1690]:https://github.com/puma/puma/pull/1690 "PR by @mic-kul, merged 2019-03-11"
1963
+ [#1689]:https://github.com/puma/puma/pull/1689 "PR by @michaelherold, merged 2019-03-11"
1964
+ [#1728]:https://github.com/puma/puma/pull/1728 "PR by @evanphx, merged 2019-03-20"
1965
+ [#1824]:https://github.com/puma/puma/pull/1824 "PR by @spk, merged 2019-06-24"
1966
+ [#1685]:https://github.com/puma/puma/pull/1685 "PR by @mainameiz, merged 2019-02-20"
1967
+ [#1808]:https://github.com/puma/puma/pull/1808 "PR by @schneems, merged 2019-06-10"
1968
+ [#1508]:https://github.com/puma/puma/pull/1508 "PR by @florin555, merged 2019-02-20"
1969
+ [#1650]:https://github.com/puma/puma/pull/1650 "PR by @adam101, merged 2019-02-20"
1970
+ [#1655]:https://github.com/puma/puma/pull/1655 "PR by @mipearson, merged 2019-02-20"
1971
+ [#1671]:https://github.com/puma/puma/pull/1671 "PR by @eric-norcross, merged 2019-02-20"
1972
+ [#1583]:https://github.com/puma/puma/pull/1583 "PR by @chwevans, merged 2019-02-20"
1973
+ [#1773]:https://github.com/puma/puma/pull/1773 "PR by @enebo, merged 2019-04-14"
1974
+ [#1731]:https://github.com/puma/puma/issues/1731 "Issue by @Fudoshiki, closed 2019-03-20"
1975
+ [#1803]:https://github.com/puma/puma/pull/1803 "PR by @Jesus, merged 2019-05-28"
1976
+ [#1741]:https://github.com/puma/puma/pull/1741 "PR by @MSP-Greg, merged 2019-03-19"
1977
+ [#1674]:https://github.com/puma/puma/issues/1674 "Issue by @atitan, closed 2019-06-12"
1978
+ [#1720]:https://github.com/puma/puma/issues/1720 "Issue by @voxik, closed 2019-03-20"
1979
+ [#1730]:https://github.com/puma/puma/issues/1730 "Issue by @nearapogee, closed 2019-07-16"
1980
+ [#1755]:https://github.com/puma/puma/issues/1755 "Issue by @vbalazs, closed 2019-07-26"
1981
+ [#1649]:https://github.com/puma/puma/pull/1649 "PR by @schneems, merged 2018-10-17"
1982
+ [#1607]:https://github.com/puma/puma/pull/1607 "PR by @harmdewit, merged 2018-08-15"
1983
+ [#1700]:https://github.com/puma/puma/pull/1700 "PR by @schneems, merged 2019-01-05"
1984
+ [#1630]:https://github.com/puma/puma/pull/1630 "PR by @eregon, merged 2018-09-11"
1985
+ [#1478]:https://github.com/puma/puma/pull/1478 "PR by @eallison91, merged 2018-05-09"
1986
+ [#1604]:https://github.com/puma/puma/pull/1604 "PR by @schneems, merged 2018-07-02"
1987
+ [#1579]:https://github.com/puma/puma/pull/1579 "PR by @schneems, merged 2018-06-14"
1988
+ [#1506]:https://github.com/puma/puma/pull/1506 "PR by @dekellum, merged 2018-05-09"
1989
+ [#1563]:https://github.com/puma/puma/pull/1563 "PR by @dannyfallon, merged 2018-05-01"
1990
+ [#1557]:https://github.com/puma/puma/pull/1557 "PR by @swrobel, merged 2018-05-09"
1991
+ [#1529]:https://github.com/puma/puma/pull/1529 "PR by @desnudopenguino, merged 2018-03-20"
1992
+ [#1532]:https://github.com/puma/puma/pull/1532 "PR by @schneems, merged 2018-03-21"
1993
+ [#1482]:https://github.com/puma/puma/pull/1482 "PR by @shayonj, merged 2018-03-19"
1994
+ [#1511]:https://github.com/puma/puma/pull/1511 "PR by @jemiam, merged 2018-03-19"
1995
+ [#1545]:https://github.com/puma/puma/pull/1545 "PR by @hoshinotsuyoshi, merged 2018-03-28"
1996
+ [#1550]:https://github.com/puma/puma/pull/1550 "PR by @eileencodes, merged 2018-03-29"
1997
+ [#1553]:https://github.com/puma/puma/pull/1553 "PR by @eugeneius, merged 2018-04-02"
1998
+ [#1510]:https://github.com/puma/puma/issues/1510 "Issue by @vincentwoo, closed 2018-03-06"
1999
+ [#1524]:https://github.com/puma/puma/pull/1524 "PR by @tuwukee, closed 2018-03-06"
2000
+ [#1507]:https://github.com/puma/puma/issues/1507 "Issue by @vincentwoo, closed 2018-03-19"
2001
+ [#1483]:https://github.com/puma/puma/issues/1483 "Issue by @igravious, closed 2018-03-06"
2002
+ [#1502]:https://github.com/puma/puma/issues/1502 "Issue by @vincentwoo, closed 2020-03-09"
2003
+ [#1403]:https://github.com/puma/puma/pull/1403 "PR by @eileencodes, merged 2017-10-04"
2004
+ [#1435]:https://github.com/puma/puma/pull/1435 "PR by @juliancheal, merged 2017-10-11"
2005
+ [#1340]:https://github.com/puma/puma/pull/1340 "PR by @ViliusLuneckas, merged 2017-10-16"
2006
+ [#1434]:https://github.com/puma/puma/pull/1434 "PR by @jumbosushi, merged 2017-10-10"
2007
+ [#1436]:https://github.com/puma/puma/pull/1436 "PR by @luislavena, merged 2017-10-11"
2008
+ [#1418]:https://github.com/puma/puma/pull/1418 "PR by @eileencodes, merged 2017-09-22"
2009
+ [#1416]:https://github.com/puma/puma/pull/1416 "PR by @hiimtaylorjones, merged 2017-09-22"
2010
+ [#1409]:https://github.com/puma/puma/pull/1409 "PR by @olleolleolle, merged 2017-09-13"
2011
+ [#1427]:https://github.com/puma/puma/issues/1427 "Issue by @garybernhardt, closed 2017-10-04"
2012
+ [#1430]:https://github.com/puma/puma/pull/1430 "PR by @MSP-Greg, merged 2017-10-09"
2013
+ [#1429]:https://github.com/puma/puma/pull/1429 "PR by @perlun, merged 2017-10-09"
2014
+ [#1455]:https://github.com/puma/puma/pull/1455 "PR by @perlun, merged 2017-11-16"
2015
+ [#1425]:https://github.com/puma/puma/pull/1425 "PR by @vizcay, merged 2017-10-01"
2016
+ [#1452]:https://github.com/puma/puma/pull/1452 "PR by @eprothro, merged 2017-11-16"
2017
+ [#1439]:https://github.com/puma/puma/pull/1439 "PR by @MSP-Greg, merged 2017-10-16"
2018
+ [#1442]:https://github.com/puma/puma/pull/1442 "PR by @MSP-Greg, merged 2017-10-19"
2019
+ [#1464]:https://github.com/puma/puma/pull/1464 "PR by @MSP-Greg, merged 2017-11-20"
2020
+ [#1384]:https://github.com/puma/puma/pull/1384 "PR by @noahgibbs, merged 2017-08-03"
2021
+ [#1111]:https://github.com/puma/puma/pull/1111 "PR by @alexlance, merged 2017-06-04"
2022
+ [#1392]:https://github.com/puma/puma/pull/1392 "PR by @hoffm, merged 2017-08-11"
2023
+ [#1347]:https://github.com/puma/puma/pull/1347 "PR by @NikolayRys, merged 2017-06-28"
2024
+ [#1334]:https://github.com/puma/puma/pull/1334 "PR by @respire, merged 2017-06-13"
2025
+ [#1383]:https://github.com/puma/puma/pull/1383 "PR by @schneems, merged 2017-08-02"
2026
+ [#1368]:https://github.com/puma/puma/pull/1368 "PR by @bongole, merged 2017-08-03"
2027
+ [#1318]:https://github.com/puma/puma/pull/1318 "PR by @nateberkopec, merged 2017-08-03"
2028
+ [#1376]:https://github.com/puma/puma/pull/1376 "PR by @pat, merged 2017-08-03"
2029
+ [#1388]:https://github.com/puma/puma/pull/1388 "PR by @nateberkopec, merged 2017-08-08"
2030
+ [#1390]:https://github.com/puma/puma/pull/1390 "PR by @junaruga, merged 2017-08-16"
2031
+ [#1391]:https://github.com/puma/puma/pull/1391 "PR by @junaruga, merged 2017-08-16"
2032
+ [#1385]:https://github.com/puma/puma/pull/1385 "PR by @grosser, merged 2017-08-16"
2033
+ [#1377]:https://github.com/puma/puma/pull/1377 "PR by @shayonj, merged 2017-08-16"
2034
+ [#1337]:https://github.com/puma/puma/pull/1337 "PR by @shayonj, merged 2017-08-16"
2035
+ [#1325]:https://github.com/puma/puma/pull/1325 "PR by @palkan, merged 2017-06-04"
2036
+ [#1395]:https://github.com/puma/puma/pull/1395 "PR by @junaruga, merged 2017-08-16"
2037
+ [#1367]:https://github.com/puma/puma/issues/1367 "Issue by @dekellum, closed 2017-08-17"
2038
+ [#1314]:https://github.com/puma/puma/pull/1314 "PR by @grosser, merged 2017-06-02"
2039
+ [#1311]:https://github.com/puma/puma/pull/1311 "PR by @grosser, merged 2017-06-02"
2040
+ [#1313]:https://github.com/puma/puma/pull/1313 "PR by @grosser, merged 2017-06-03"
2041
+ [#1260]:https://github.com/puma/puma/pull/1260 "PR by @grosser, merged 2017-04-11"
2042
+ [#1278]:https://github.com/puma/puma/pull/1278 "PR by @evanphx, merged 2017-04-28"
2043
+ [#1306]:https://github.com/puma/puma/pull/1306 "PR by @jules2689, merged 2017-05-31"
2044
+ [#1274]:https://github.com/puma/puma/pull/1274 "PR by @evanphx, merged 2017-05-01"
2045
+ [#1261]:https://github.com/puma/puma/pull/1261 "PR by @jacksonrayhamilton, merged 2017-04-07"
2046
+ [#1259]:https://github.com/puma/puma/pull/1259 "PR by @jacksonrayhamilton, merged 2017-04-07"
2047
+ [#1248]:https://github.com/puma/puma/pull/1248 "PR by @davidarnold, merged 2017-04-18"
2048
+ [#1277]:https://github.com/puma/puma/pull/1277 "PR by @schneems, merged 2017-05-01"
2049
+ [#1290]:https://github.com/puma/puma/pull/1290 "PR by @schneems, merged 2017-05-12"
2050
+ [#1285]:https://github.com/puma/puma/pull/1285 "PR by @fmauNeko, merged 2017-05-12"
2051
+ [#1282]:https://github.com/puma/puma/pull/1282 "PR by @grosser, merged 2017-05-09"
2052
+ [#1294]:https://github.com/puma/puma/pull/1294 "PR by @masry707, merged 2017-05-15"
2053
+ [#1206]:https://github.com/puma/puma/pull/1206 "PR by @NikolayRys, closed 2017-06-27"
2054
+ [#1241]:https://github.com/puma/puma/issues/1241 "Issue by @renchap, closed 2017-03-14"
2055
+ [#1239]:https://github.com/puma/puma/pull/1239 "PR by @schneems, merged 2017-03-10"
2056
+ [#1234]:https://github.com/puma/puma/pull/1234 "PR by @schneems, merged 2017-03-09"
2057
+ [#1226]:https://github.com/puma/puma/pull/1226 "PR by @eileencodes, merged 2017-03-09"
2058
+ [#1227]:https://github.com/puma/puma/pull/1227 "PR by @sirupsen, merged 2017-02-27"
2059
+ [#1213]:https://github.com/puma/puma/pull/1213 "PR by @junaruga, merged 2017-02-28"
2060
+ [#1182]:https://github.com/puma/puma/issues/1182 "Issue by @brunowego, closed 2017-02-09"
2061
+ [#1203]:https://github.com/puma/puma/pull/1203 "PR by @twalpole, merged 2017-02-09"
2062
+ [#1129]:https://github.com/puma/puma/pull/1129 "PR by @chtitux, merged 2016-12-12"
2063
+ [#1165]:https://github.com/puma/puma/pull/1165 "PR by @sriedel, merged 2016-12-21"
2064
+ [#1175]:https://github.com/puma/puma/pull/1175 "PR by @jemiam, merged 2016-12-21"
2065
+ [#1068]:https://github.com/puma/puma/pull/1068 "PR by @junaruga, merged 2016-09-05"
2066
+ [#1091]:https://github.com/puma/puma/pull/1091 "PR by @frodsan, merged 2016-09-17"
2067
+ [#1088]:https://github.com/puma/puma/pull/1088 "PR by @frodsan, merged 2016-11-20"
2068
+ [#1160]:https://github.com/puma/puma/pull/1160 "PR by @frodsan, merged 2016-11-24"
2069
+ [#1169]:https://github.com/puma/puma/pull/1169 "PR by @scbrubaker02, merged 2016-12-12"
2070
+ [#1061]:https://github.com/puma/puma/pull/1061 "PR by @michaelsauter, merged 2016-09-05"
2071
+ [#1036]:https://github.com/puma/puma/issues/1036 "Issue by @matobinder, closed 2016-08-03"
2072
+ [#1120]:https://github.com/puma/puma/pull/1120 "PR by @prathamesh-sonpatki, merged 2016-11-21"
2073
+ [#1178]:https://github.com/puma/puma/pull/1178 "PR by @Koronen, merged 2016-12-21"
2074
+ [#1002]:https://github.com/puma/puma/issues/1002 "Issue by @mattyb, closed 2016-07-26"
2075
+ [#1063]:https://github.com/puma/puma/issues/1063 "Issue by @mperham, closed 2016-09-05"
2076
+ [#1089]:https://github.com/puma/puma/issues/1089 "Issue by @AdamBialas, closed 2016-09-17"
2077
+ [#1114]:https://github.com/puma/puma/pull/1114 "PR by @sj26, merged 2016-12-13"
2078
+ [#1110]:https://github.com/puma/puma/pull/1110 "PR by @montdidier, merged 2016-12-12"
2079
+ [#1135]:https://github.com/puma/puma/pull/1135 "PR by @jkraemer, merged 2016-11-19"
2080
+ [#1081]:https://github.com/puma/puma/pull/1081 "PR by @frodsan, merged 2016-09-08"
2081
+ [#1138]:https://github.com/puma/puma/pull/1138 "PR by @steakknife, merged 2016-12-13"
2082
+ [#1118]:https://github.com/puma/puma/pull/1118 "PR by @hiroara, merged 2016-11-20"
2083
+ [#1075]:https://github.com/puma/puma/issues/1075 "Issue by @pvalena, closed 2016-09-06"
2084
+ [#932]:https://github.com/puma/puma/issues/932 "Issue by @everplays, closed 2016-07-24"
2085
+ [#519]:https://github.com/puma/puma/issues/519 "Issue by @tmornini, closed 2016-07-25"
2086
+ [#828]:https://github.com/puma/puma/issues/828 "Issue by @Zapotek, closed 2016-07-24"
2087
+ [#984]:https://github.com/puma/puma/issues/984 "Issue by @erichmenge, closed 2016-07-24"
2088
+ [#1028]:https://github.com/puma/puma/issues/1028 "Issue by @matobinder, closed 2016-07-24"
2089
+ [#1023]:https://github.com/puma/puma/issues/1023 "Issue by @fera2k, closed 2016-07-24"
2090
+ [#1027]:https://github.com/puma/puma/issues/1027 "Issue by @rosenfeld, closed 2016-07-24"
2091
+ [#925]:https://github.com/puma/puma/issues/925 "Issue by @lokenmakwana, closed 2016-07-24"
2092
+ [#911]:https://github.com/puma/puma/issues/911 "Issue by @veganstraightedge, closed 2016-07-24"
2093
+ [#620]:https://github.com/puma/puma/issues/620 "Issue by @javanthropus, closed 2016-07-25"
2094
+ [#778]:https://github.com/puma/puma/issues/778 "Issue by @niedhui, closed 2016-07-24"
2095
+ [#1021]:https://github.com/puma/puma/pull/1021 "PR by @sarahzrf, merged 2016-07-20"
2096
+ [#1022]:https://github.com/puma/puma/issues/1022 "Issue by @AKovtunov, closed 2017-08-16"
2097
+ [#958]:https://github.com/puma/puma/issues/958 "Issue by @lalitlogical, closed 2016-04-23"
2098
+ [#782]:https://github.com/puma/puma/issues/782 "Issue by @Tonkpils, closed 2016-07-19"
2099
+ [#1010]:https://github.com/puma/puma/issues/1010 "Issue by @mneumark, closed 2016-07-19"
2100
+ [#959]:https://github.com/puma/puma/issues/959 "Issue by @mwpastore, closed 2016-04-22"
2101
+ [#840]:https://github.com/puma/puma/issues/840 "Issue by @maxkwallace, closed 2016-04-07"
2102
+ [#1007]:https://github.com/puma/puma/pull/1007 "PR by @willnet, merged 2016-06-24"
2103
+ [#1014]:https://github.com/puma/puma/pull/1014 "PR by @szymon-jez, merged 2016-07-11"
2104
+ [#1015]:https://github.com/puma/puma/pull/1015 "PR by @bf4, merged 2016-07-19"
2105
+ [#1017]:https://github.com/puma/puma/pull/1017 "PR by @jorihardman, merged 2016-07-19"
2106
+ [#954]:https://github.com/puma/puma/pull/954 "PR by @jf, merged 2016-04-12"
2107
+ [#955]:https://github.com/puma/puma/pull/955 "PR by @jf, merged 2016-04-22"
2108
+ [#956]:https://github.com/puma/puma/pull/956 "PR by @maxkwallace, merged 2016-04-12"
2109
+ [#960]:https://github.com/puma/puma/pull/960 "PR by @kmayer, merged 2016-04-15"
2110
+ [#969]:https://github.com/puma/puma/pull/969 "PR by @frankwong15, merged 2016-05-10"
2111
+ [#970]:https://github.com/puma/puma/pull/970 "PR by @willnet, merged 2016-04-26"
2112
+ [#974]:https://github.com/puma/puma/pull/974 "PR by @reidmorrison, merged 2016-05-10"
2113
+ [#977]:https://github.com/puma/puma/pull/977 "PR by @snow, merged 2016-05-10"
2114
+ [#981]:https://github.com/puma/puma/pull/981 "PR by @zach-chai, merged 2016-07-19"
2115
+ [#993]:https://github.com/puma/puma/pull/993 "PR by @scorix, merged 2016-07-19"
2116
+ [#938]:https://github.com/puma/puma/issues/938 "Issue by @vandrijevik, closed 2016-04-07"
2117
+ [#529]:https://github.com/puma/puma/issues/529 "Issue by @mperham, closed 2016-04-07"
2118
+ [#788]:https://github.com/puma/puma/issues/788 "Issue by @herregroen, closed 2016-04-07"
2119
+ [#894]:https://github.com/puma/puma/issues/894 "Issue by @rafbm, closed 2016-04-07"
2120
+ [#937]:https://github.com/puma/puma/issues/937 "Issue by @huangxiangdan, closed 2016-04-07"
2121
+ [#945]:https://github.com/puma/puma/pull/945 "PR by @dekellum, merged 2016-04-07"
2122
+ [#946]:https://github.com/puma/puma/pull/946 "PR by @vipulnsward, merged 2016-04-07"
2123
+ [#947]:https://github.com/puma/puma/pull/947 "PR by @vipulnsward, merged 2016-04-07"
2124
+ [#936]:https://github.com/puma/puma/pull/936 "PR by @prathamesh-sonpatki, merged 2016-04-01"
2125
+ [#940]:https://github.com/puma/puma/pull/940 "PR by @kyledrake, merged 2016-04-01"
2126
+ [#942]:https://github.com/puma/puma/pull/942 "PR by @dekellum, merged 2016-04-01"
2127
+ [#927]:https://github.com/puma/puma/pull/927 "PR by @jlecour, merged 2016-03-18"
2128
+ [#931]:https://github.com/puma/puma/pull/931 "PR by @runlevel5, merged 2016-03-18"
2129
+ [#922]:https://github.com/puma/puma/issues/922 "Issue by @LavirtheWhiolet, closed 2016-03-07"
2130
+ [#923]:https://github.com/puma/puma/issues/923 "Issue by @donv, closed 2016-03-06"
2131
+ [#912]:https://github.com/puma/puma/pull/912 "PR by @tricknotes, merged 2016-03-06"
2132
+ [#921]:https://github.com/puma/puma/pull/921 "PR by @swrobel, merged 2016-03-06"
2133
+ [#924]:https://github.com/puma/puma/pull/924 "PR by @tbrisker, merged 2016-03-07"
2134
+ [#916]:https://github.com/puma/puma/issues/916 "Issue by @ma11hew28, closed 2016-03-06"
2135
+ [#913]:https://github.com/puma/puma/issues/913 "Issue by @Casara, closed 2016-03-06"
2136
+ [#918]:https://github.com/puma/puma/issues/918 "Issue by @rodrigdav, closed 2016-03-06"
2137
+ [#910]:https://github.com/puma/puma/issues/910 "Issue by @ball-hayden, closed 2016-03-05"
2138
+ [#914]:https://github.com/puma/puma/issues/914 "Issue by @osheroff, closed 2016-03-06"
2139
+ [#901]:https://github.com/puma/puma/pull/901 "PR by @mitto, merged 2016-02-26"
2140
+ [#902]:https://github.com/puma/puma/pull/902 "PR by @corrupt952, merged 2016-02-26"
2141
+ [#905]:https://github.com/puma/puma/pull/905 "PR by @Eric-Guo, merged 2016-02-26"
2142
+ [#852]:https://github.com/puma/puma/issues/852 "Issue by @asia653, closed 2016-02-25"
2143
+ [#854]:https://github.com/puma/puma/issues/854 "Issue by @ollym, closed 2016-02-25"
2144
+ [#824]:https://github.com/puma/puma/issues/824 "Issue by @MattWalston, closed 2016-02-25"
2145
+ [#823]:https://github.com/puma/puma/issues/823 "Issue by @pneuman, closed 2016-02-25"
2146
+ [#815]:https://github.com/puma/puma/issues/815 "Issue by @nate-dipiazza, closed 2016-02-25"
2147
+ [#835]:https://github.com/puma/puma/issues/835 "Issue by @mwpastore, closed 2016-02-25"
2148
+ [#798]:https://github.com/puma/puma/issues/798 "Issue by @schneems, closed 2016-02-25"
2149
+ [#876]:https://github.com/puma/puma/issues/876 "Issue by @osheroff, closed 2016-02-25"
2150
+ [#849]:https://github.com/puma/puma/issues/849 "Issue by @apotheon, closed 2016-02-25"
2151
+ [#871]:https://github.com/puma/puma/pull/871 "PR by @deepj, merged 2016-02-25"
2152
+ [#874]:https://github.com/puma/puma/pull/874 "PR by @wallclockbuilder, merged 2016-02-25"
2153
+ [#883]:https://github.com/puma/puma/pull/883 "PR by @dadah89, merged 2016-02-25"
2154
+ [#884]:https://github.com/puma/puma/pull/884 "PR by @furkanmustafa, merged 2016-02-25"
2155
+ [#888]:https://github.com/puma/puma/pull/888 "PR by @mlarraz, merged 2016-02-25"
2156
+ [#890]:https://github.com/puma/puma/pull/890 "PR by @todd, merged 2016-02-25"
2157
+ [#891]:https://github.com/puma/puma/pull/891 "PR by @ctaintor, merged 2016-02-25"
2158
+ [#893]:https://github.com/puma/puma/pull/893 "PR by @spastorino, merged 2016-02-25"
2159
+ [#897]:https://github.com/puma/puma/pull/897 "PR by @vanchi-zendesk, merged 2016-02-25"
2160
+ [#899]:https://github.com/puma/puma/pull/899 "PR by @kch, merged 2016-02-25"
2161
+ [#859]:https://github.com/puma/puma/issues/859 "Issue by @boxofrad, closed 2016-01-28"
2162
+ [#822]:https://github.com/puma/puma/pull/822 "PR by @kwugirl, merged 2016-01-28"
2163
+ [#833]:https://github.com/puma/puma/pull/833 "PR by @joemiller, merged 2016-01-28"
2164
+ [#837]:https://github.com/puma/puma/pull/837 "PR by @YurySolovyov, merged 2016-01-28"
2165
+ [#839]:https://github.com/puma/puma/pull/839 "PR by @ka8725, merged 2016-01-15"
2166
+ [#845]:https://github.com/puma/puma/pull/845 "PR by @deepj, merged 2016-01-28"
2167
+ [#846]:https://github.com/puma/puma/pull/846 "PR by @sriedel, merged 2016-01-15"
2168
+ [#850]:https://github.com/puma/puma/pull/850 "PR by @deepj, merged 2016-01-15"
2169
+ [#853]:https://github.com/puma/puma/pull/853 "PR by @Jeffrey6052, merged 2016-01-28"
2170
+ [#857]:https://github.com/puma/puma/pull/857 "PR by @osheroff, merged 2016-01-15"
2171
+ [#858]:https://github.com/puma/puma/pull/858 "PR by @mlarraz, merged 2016-01-28"
2172
+ [#860]:https://github.com/puma/puma/pull/860 "PR by @osheroff, merged 2016-01-15"
2173
+ [#861]:https://github.com/puma/puma/pull/861 "PR by @osheroff, merged 2016-01-15"
2174
+ [#818]:https://github.com/puma/puma/pull/818 "PR by @unleashed, merged 2015-11-06"
2175
+ [#819]:https://github.com/puma/puma/pull/819 "PR by @VictorLowther, merged 2015-11-06"
2176
+ [#563]:https://github.com/puma/puma/issues/563 "Issue by @deathbob, closed 2015-11-06"
2177
+ [#803]:https://github.com/puma/puma/issues/803 "Issue by @burningTyger, closed 2016-04-07"
2178
+ [#768]:https://github.com/puma/puma/pull/768 "PR by @nathansamson, merged 2015-11-06"
2179
+ [#773]:https://github.com/puma/puma/pull/773 "PR by @rossta, merged 2015-11-06"
2180
+ [#774]:https://github.com/puma/puma/pull/774 "PR by @snow, merged 2015-11-06"
2181
+ [#781]:https://github.com/puma/puma/pull/781 "PR by @sunsations, merged 2015-11-06"
2182
+ [#791]:https://github.com/puma/puma/pull/791 "PR by @unleashed, merged 2015-10-01"
2183
+ [#793]:https://github.com/puma/puma/pull/793 "PR by @robdimarco, merged 2015-11-06"
2184
+ [#794]:https://github.com/puma/puma/pull/794 "PR by @peterkeen, merged 2015-11-06"
2185
+ [#795]:https://github.com/puma/puma/pull/795 "PR by @unleashed, merged 2015-11-06"
2186
+ [#796]:https://github.com/puma/puma/pull/796 "PR by @cschneid, merged 2015-10-13"
2187
+ [#799]:https://github.com/puma/puma/pull/799 "PR by @annawinkler, merged 2015-11-06"
2188
+ [#800]:https://github.com/puma/puma/pull/800 "PR by @liamseanbrady, merged 2015-11-06"
2189
+ [#801]:https://github.com/puma/puma/pull/801 "PR by @scottjg, merged 2015-11-06"
2190
+ [#802]:https://github.com/puma/puma/pull/802 "PR by @scottjg, merged 2015-11-06"
2191
+ [#804]:https://github.com/puma/puma/pull/804 "PR by @burningTyger, merged 2015-11-06"
2192
+ [#809]:https://github.com/puma/puma/pull/809 "PR by @unleashed, merged 2015-11-06"
2193
+ [#810]:https://github.com/puma/puma/pull/810 "PR by @vlmonk, merged 2015-11-06"
2194
+ [#814]:https://github.com/puma/puma/pull/814 "PR by @schneems, merged 2015-11-04"
2195
+ [#817]:https://github.com/puma/puma/pull/817 "PR by @unleashed, merged 2015-11-06"
2196
+ [#735]:https://github.com/puma/puma/issues/735 "Issue by @trekr5, closed 2015-08-04"
2197
+ [#769]:https://github.com/puma/puma/issues/769 "Issue by @dovestyle, closed 2015-08-16"
2198
+ [#767]:https://github.com/puma/puma/issues/767 "Issue by @kapso, closed 2015-08-15"
2199
+ [#765]:https://github.com/puma/puma/issues/765 "Issue by @monfresh, closed 2015-08-15"
2200
+ [#764]:https://github.com/puma/puma/issues/764 "Issue by @keithpitt, closed 2015-08-15"
2201
+ [#669]:https://github.com/puma/puma/pull/669 "PR by @chulkilee, closed 2015-08-14"
2202
+ [#673]:https://github.com/puma/puma/pull/673 "PR by @chulkilee, closed 2015-08-14"
2203
+ [#668]:https://github.com/puma/puma/pull/668 "PR by @kcollignon, merged 2015-08-14"
2204
+ [#754]:https://github.com/puma/puma/pull/754 "PR by @nathansamson, merged 2015-08-14"
2205
+ [#759]:https://github.com/puma/puma/pull/759 "PR by @BenV, merged 2015-08-14"
2206
+ [#761]:https://github.com/puma/puma/pull/761 "PR by @dmarcotte, merged 2015-08-14"
2207
+ [#742]:https://github.com/puma/puma/pull/742 "PR by @deivid-rodriguez, merged 2015-07-17"
2208
+ [#743]:https://github.com/puma/puma/pull/743 "PR by @matthewd, merged 2015-07-18"
2209
+ [#749]:https://github.com/puma/puma/pull/749 "PR by @huacnlee, merged 2015-08-04"
2210
+ [#751]:https://github.com/puma/puma/pull/751 "PR by @costi, merged 2015-07-31"
2211
+ [#741]:https://github.com/puma/puma/issues/741 "Issue by @GUI, closed 2015-07-17"
2212
+ [#739]:https://github.com/puma/puma/issues/739 "Issue by @hab278, closed 2015-07-17"
2213
+ [#737]:https://github.com/puma/puma/issues/737 "Issue by @dmill, closed 2015-07-16"
2214
+ [#733]:https://github.com/puma/puma/issues/733 "Issue by @Eric-Guo, closed 2015-07-15"
2215
+ [#736]:https://github.com/puma/puma/pull/736 "PR by @paulanunda, merged 2015-07-15"
2216
+ [#722]:https://github.com/puma/puma/issues/722 "Issue by @mikeki, closed 2015-07-14"
2217
+ [#694]:https://github.com/puma/puma/issues/694 "Issue by @yld, closed 2015-06-10"
2218
+ [#705]:https://github.com/puma/puma/issues/705 "Issue by @TheTeaNerd, closed 2015-07-14"
2219
+ [#686]:https://github.com/puma/puma/pull/686 "PR by @jjb, merged 2015-06-10"
2220
+ [#693]:https://github.com/puma/puma/pull/693 "PR by @rob-murray, merged 2015-06-10"
2221
+ [#697]:https://github.com/puma/puma/pull/697 "PR by @spk, merged 2015-06-10"
2222
+ [#699]:https://github.com/puma/puma/pull/699 "PR by @deees, merged 2015-05-19"
2223
+ [#701]:https://github.com/puma/puma/pull/701 "PR by @deepj, merged 2015-05-19"
2224
+ [#702]:https://github.com/puma/puma/pull/702 "PR by @OleMchls, merged 2015-06-10"
2225
+ [#703]:https://github.com/puma/puma/pull/703 "PR by @deepj, merged 2015-06-10"
2226
+ [#704]:https://github.com/puma/puma/pull/704 "PR by @grega, merged 2015-06-10"
2227
+ [#709]:https://github.com/puma/puma/pull/709 "PR by @lian, merged 2015-06-10"
2228
+ [#711]:https://github.com/puma/puma/pull/711 "PR by @julik, merged 2015-06-10"
2229
+ [#712]:https://github.com/puma/puma/pull/712 "PR by @chewi, merged 2015-07-14"
2230
+ [#715]:https://github.com/puma/puma/pull/715 "PR by @0RaymondJiang0, merged 2015-07-14"
2231
+ [#725]:https://github.com/puma/puma/pull/725 "PR by @rwz, merged 2015-07-14"
2232
+ [#726]:https://github.com/puma/puma/pull/726 "PR by @jshafton, merged 2015-07-14"
2233
+ [#729]:https://github.com/puma/puma/pull/729 "PR by @allaire, merged 2015-07-14"
2234
+ [#730]:https://github.com/puma/puma/pull/730 "PR by @iamjarvo, merged 2015-07-14"
2235
+ [#690]:https://github.com/puma/puma/issues/690 "Issue by @bachue, closed 2015-04-21"
2236
+ [#684]:https://github.com/puma/puma/issues/684 "Issue by @tomquas, closed 2015-04-13"
2237
+ [#698]:https://github.com/puma/puma/pull/698 "PR by @dmarcotte, merged 2015-05-04"
2238
+ [#683]:https://github.com/puma/puma/issues/683 "Issue by @indirect, closed 2015-04-11"
2239
+ [#657]:https://github.com/puma/puma/pull/657 "PR by @schneems, merged 2015-02-19"
2240
+ [#658]:https://github.com/puma/puma/pull/658 "PR by @tomohiro, merged 2015-02-23"
2241
+ [#662]:https://github.com/puma/puma/pull/662 "PR by @iaintshine, merged 2015-03-06"
2242
+ [#664]:https://github.com/puma/puma/pull/664 "PR by @fxposter, merged 2015-03-09"
2243
+ [#667]:https://github.com/puma/puma/pull/667 "PR by @JuanitoFatas, merged 2015-03-12"
2244
+ [#672]:https://github.com/puma/puma/pull/672 "PR by @chulkilee, merged 2015-03-15"
2245
+ [#653]:https://github.com/puma/puma/issues/653 "Issue by @dvrensk, closed 2015-02-11"
2246
+ [#644]:https://github.com/puma/puma/pull/644 "PR by @bpaquet, merged 2015-01-29"
2247
+ [#646]:https://github.com/puma/puma/pull/646 "PR by @mkonecny, merged 2015-02-05"
2248
+ [#630]:https://github.com/puma/puma/issues/630 "Issue by @jelmd, closed 2015-01-20"
2249
+ [#622]:https://github.com/puma/puma/issues/622 "Issue by @sabamotto, closed 2015-01-20"
2250
+ [#583]:https://github.com/puma/puma/issues/583 "Issue by @rwojsznis, closed 2015-01-20"
2251
+ [#586]:https://github.com/puma/puma/issues/586 "Issue by @ponchik, closed 2015-01-20"
2252
+ [#359]:https://github.com/puma/puma/issues/359 "Issue by @natew, closed 2014-12-13"
2253
+ [#633]:https://github.com/puma/puma/issues/633 "Issue by @joevandyk, closed 2015-01-20"
2254
+ [#478]:https://github.com/puma/puma/pull/478 "PR by @rubencaro, merged 2015-01-20"
2255
+ [#610]:https://github.com/puma/puma/pull/610 "PR by @kwilczynski, merged 2014-11-27"
2256
+ [#611]:https://github.com/puma/puma/pull/611 "PR by @jasonl, merged 2015-01-20"
2257
+ [#616]:https://github.com/puma/puma/pull/616 "PR by @jc00ke, merged 2014-12-10"
2258
+ [#623]:https://github.com/puma/puma/pull/623 "PR by @raldred, merged 2015-01-20"
2259
+ [#628]:https://github.com/puma/puma/pull/628 "PR by @rdpoor, merged 2015-01-20"
2260
+ [#634]:https://github.com/puma/puma/pull/634 "PR by @deepj, merged 2015-01-20"
2261
+ [#637]:https://github.com/puma/puma/pull/637 "PR by @raskhadafi, merged 2015-01-20"
2262
+ [#639]:https://github.com/puma/puma/pull/639 "PR by @ebeigarts, merged 2015-01-20"
2263
+ [#640]:https://github.com/puma/puma/pull/640 "PR by @bailsman, merged 2015-01-20"
2264
+ [#591]:https://github.com/puma/puma/issues/591 "Issue by @renier, closed 2014-11-24"
2265
+ [#606]:https://github.com/puma/puma/issues/606 "Issue by @, closed 2014-11-24"
2266
+ [#560]:https://github.com/puma/puma/pull/560 "PR by @raskhadafi, merged 2014-11-24"
2267
+ [#566]:https://github.com/puma/puma/pull/566 "PR by @sheltond, merged 2014-11-24"
2268
+ [#593]:https://github.com/puma/puma/pull/593 "PR by @andruby, merged 2014-10-30"
2269
+ [#594]:https://github.com/puma/puma/pull/594 "PR by @hassox, merged 2014-10-31"
2270
+ [#596]:https://github.com/puma/puma/pull/596 "PR by @burningTyger, merged 2014-11-01"
2271
+ [#601]:https://github.com/puma/puma/pull/601 "PR by @sorentwo, merged 2014-11-24"
2272
+ [#602]:https://github.com/puma/puma/pull/602 "PR by @1334, merged 2014-11-24"
2273
+ [#608]:https://github.com/puma/puma/pull/608 "PR by @Gu1, merged 2014-11-24"
2274
+ [#538]:https://github.com/puma/puma/pull/538 "PR by @memiux, merged 2014-11-24"
2275
+ [#550]:https://github.com/puma/puma/issues/550 "Issue by @, closed 2014-10-30"
2276
+ [#549]:https://github.com/puma/puma/pull/549 "PR by @bsnape, merged 2014-10-16"
2277
+ [#553]:https://github.com/puma/puma/pull/553 "PR by @lowjoel, merged 2014-10-16"
2278
+ [#568]:https://github.com/puma/puma/pull/568 "PR by @mariuz, merged 2014-10-16"
2279
+ [#578]:https://github.com/puma/puma/pull/578 "PR by @danielbuechele, merged 2014-10-16"
2280
+ [#581]:https://github.com/puma/puma/pull/581 "PR by @alexch, merged 2014-10-16"
2281
+ [#590]:https://github.com/puma/puma/pull/590 "PR by @dmarcotte, merged 2014-10-16"
2282
+ [#574]:https://github.com/puma/puma/issues/574 "Issue by @minasmart, closed 2014-09-05"
2283
+ [#561]:https://github.com/puma/puma/pull/561 "PR by @krasnoukhov, merged 2014-08-04"
2284
+ [#570]:https://github.com/puma/puma/pull/570 "PR by @havenwood, merged 2014-08-20"
2285
+ [#520]:https://github.com/puma/puma/pull/520 "PR by @misfo, merged 2014-06-16"
2286
+ [#530]:https://github.com/puma/puma/pull/530 "PR by @dmarcotte, merged 2014-06-16"
2287
+ [#537]:https://github.com/puma/puma/pull/537 "PR by @vlmonk, merged 2014-06-16"
2288
+ [#540]:https://github.com/puma/puma/pull/540 "PR by @allaire, merged 2014-05-27"
2289
+ [#544]:https://github.com/puma/puma/pull/544 "PR by @chulkilee, merged 2014-06-03"
2290
+ [#551]:https://github.com/puma/puma/pull/551 "PR by @jcxplorer, merged 2014-07-02"
2291
+ [#487]:https://github.com/puma/puma/pull/487 "PR by @, merged 2014-03-06"
2292
+ [#492]:https://github.com/puma/puma/pull/492 "PR by @, merged 2014-03-06"
2293
+ [#493]:https://github.com/puma/puma/pull/493 "PR by @alepore, merged 2014-03-07"
2294
+ [#503]:https://github.com/puma/puma/pull/503 "PR by @mariuz, merged 2014-04-12"
2295
+ [#505]:https://github.com/puma/puma/pull/505 "PR by @sammcj, merged 2014-04-12"
2296
+ [#506]:https://github.com/puma/puma/pull/506 "PR by @dsander, merged 2014-04-12"
2297
+ [#510]:https://github.com/puma/puma/pull/510 "PR by @momer, merged 2014-04-12"
2298
+ [#511]:https://github.com/puma/puma/pull/511 "PR by @macool, merged 2014-04-12"
2299
+ [#514]:https://github.com/puma/puma/pull/514 "PR by @nanaya, merged 2014-04-12"
2300
+ [#517]:https://github.com/puma/puma/pull/517 "PR by @misfo, merged 2014-04-12"
2301
+ [#518]:https://github.com/puma/puma/pull/518 "PR by @alxgsv, merged 2014-04-12"
2302
+ [#471]:https://github.com/puma/puma/pull/471 "PR by @arthurnn, merged 2014-02-28"
2303
+ [#485]:https://github.com/puma/puma/pull/485 "PR by @runlevel5, merged 2014-03-01"
2304
+ [#486]:https://github.com/puma/puma/pull/486 "PR by @joshwlewis, merged 2014-03-02"
2305
+ [#490]:https://github.com/puma/puma/pull/490 "PR by @tobinibot, merged 2014-03-06"
2306
+ [#491]:https://github.com/puma/puma/pull/491 "PR by @brianknight10, merged 2014-03-06"
2307
+ [#438]:https://github.com/puma/puma/issues/438 "Issue by @mperham, closed 2014-01-25"
2308
+ [#333]:https://github.com/puma/puma/issues/333 "Issue by @SamSaffron, closed 2014-01-26"
2309
+ [#440]:https://github.com/puma/puma/issues/440 "Issue by @sudara, closed 2014-01-25"
2310
+ [#449]:https://github.com/puma/puma/issues/449 "Issue by @cezarsa, closed 2014-02-04"
2311
+ [#444]:https://github.com/puma/puma/issues/444 "Issue by @le0pard, closed 2014-01-25"
2312
+ [#370]:https://github.com/puma/puma/issues/370 "Issue by @pelcasandra, closed 2014-01-26"
2313
+ [#377]:https://github.com/puma/puma/issues/377 "Issue by @mrbrdo, closed 2014-01-26"
2314
+ [#406]:https://github.com/puma/puma/issues/406 "Issue by @simonrussell, closed 2014-01-25"
2315
+ [#425]:https://github.com/puma/puma/issues/425 "Issue by @jhass, closed 2014-01-26"
2316
+ [#432]:https://github.com/puma/puma/pull/432 "PR by @anatol, closed 2014-01-25"
2317
+ [#428]:https://github.com/puma/puma/pull/428 "PR by @alexeyfrank, merged 2014-01-25"
2318
+ [#429]:https://github.com/puma/puma/pull/429 "PR by @namusyaka, merged 2013-12-16"
2319
+ [#431]:https://github.com/puma/puma/pull/431 "PR by @mrb, merged 2014-01-25"
2320
+ [#433]:https://github.com/puma/puma/pull/433 "PR by @alepore, merged 2014-02-28"
2321
+ [#437]:https://github.com/puma/puma/pull/437 "PR by @ibrahima, merged 2014-01-25"
2322
+ [#446]:https://github.com/puma/puma/pull/446 "PR by @sudara, merged 2014-01-27"
2323
+ [#451]:https://github.com/puma/puma/pull/451 "PR by @pwiebe, merged 2014-02-04"
2324
+ [#453]:https://github.com/puma/puma/pull/453 "PR by @joevandyk, merged 2014-02-28"
2325
+ [#470]:https://github.com/puma/puma/pull/470 "PR by @arthurnn, merged 2014-02-28"
2326
+ [#472]:https://github.com/puma/puma/pull/472 "PR by @rubencaro, merged 2014-02-21"
2327
+ [#480]:https://github.com/puma/puma/pull/480 "PR by @jjb, merged 2014-02-26"
2328
+ [#481]:https://github.com/puma/puma/pull/481 "PR by @schneems, merged 2014-02-25"
2329
+ [#482]:https://github.com/puma/puma/pull/482 "PR by @prathamesh-sonpatki, merged 2014-02-26"
2330
+ [#483]:https://github.com/puma/puma/pull/483 "PR by @maxilev, merged 2014-02-26"
2331
+ [#422]:https://github.com/puma/puma/issues/422 "Issue by @alexandru-calinoiu, closed 2013-12-05"
2332
+ [#334]:https://github.com/puma/puma/issues/334 "Issue by @srgpqt, closed 2013-07-18"
2333
+ [#179]:https://github.com/puma/puma/issues/179 "Issue by @betelgeuse, closed 2013-07-18"
2334
+ [#332]:https://github.com/puma/puma/issues/332 "Issue by @SamSaffron, closed 2013-07-18"
2335
+ [#317]:https://github.com/puma/puma/issues/317 "Issue by @masterkain, closed 2013-07-11"
2336
+ [#309]:https://github.com/puma/puma/issues/309 "Issue by @masterkain, closed 2013-07-09"
2337
+ [#166]:https://github.com/puma/puma/issues/166 "Issue by @emassip, closed 2013-07-06"
2338
+ [#292]:https://github.com/puma/puma/issues/292 "Issue by @pulse00, closed 2013-07-06"
2339
+ [#274]:https://github.com/puma/puma/issues/274 "Issue by @mrbrdo, closed 2013-07-06"
2340
+ [#304]:https://github.com/puma/puma/issues/304 "Issue by @nandosola, closed 2013-07-06"
2341
+ [#287]:https://github.com/puma/puma/issues/287 "Issue by @runlevel5, closed 2013-07-06"
2342
+ [#256]:https://github.com/puma/puma/issues/256 "Issue by @rkh, closed 2013-07-01"
2343
+ [#285]:https://github.com/puma/puma/issues/285 "Issue by @mkwiatkowski, closed 2013-06-20"
2344
+ [#270]:https://github.com/puma/puma/issues/270 "Issue by @iamroody, closed 2013-06-01"
2345
+ [#246]:https://github.com/puma/puma/issues/246 "Issue by @amencarini, closed 2013-06-01"
2346
+ [#278]:https://github.com/puma/puma/issues/278 "Issue by @titanous, closed 2013-06-18"
2347
+ [#251]:https://github.com/puma/puma/issues/251 "Issue by @cure, closed 2013-06-18"
2348
+ [#252]:https://github.com/puma/puma/issues/252 "Issue by @vixns, closed 2013-06-01"
2349
+ [#234]:https://github.com/puma/puma/issues/234 "Issue by @jgarber, closed 2013-04-08"
2350
+ [#228]:https://github.com/puma/puma/issues/228 "Issue by @joelmats, closed 2013-04-29"
2351
+ [#192]:https://github.com/puma/puma/issues/192 "Issue by @steverandy, closed 2013-02-09"
2352
+ [#206]:https://github.com/puma/puma/issues/206 "Issue by @moll, closed 2013-03-19"
2353
+ [#154]:https://github.com/puma/puma/issues/154 "Issue by @trevor, closed 2013-03-19"
2354
+ [#208]:https://github.com/puma/puma/issues/208 "Issue by @ochronus, closed 2013-03-18"
2355
+ [#189]:https://github.com/puma/puma/issues/189 "Issue by @tolot27, closed 2013-02-09"
2356
+ [#185]:https://github.com/puma/puma/issues/185 "Issue by @nicolai86, closed 2013-02-06"
2357
+ [#182]:https://github.com/puma/puma/issues/182 "Issue by @sriedel, closed 2013-02-05"
2358
+ [#183]:https://github.com/puma/puma/issues/183 "Issue by @concept47, closed 2013-02-05"
2359
+ [#176]:https://github.com/puma/puma/issues/176 "Issue by @cryo28, closed 2013-02-05"
2360
+ [#180]:https://github.com/puma/puma/issues/180 "Issue by @tscolari, closed 2013-02-05"
2361
+ [#170]:https://github.com/puma/puma/issues/170 "Issue by @nixme, closed 2012-11-29"
2362
+ [#148]:https://github.com/puma/puma/issues/148 "Issue by @rafaelss, closed 2012-11-18"
2363
+ [#128]:https://github.com/puma/puma/issues/128 "Issue by @fbjork, closed 2012-10-20"
2364
+ [#155]:https://github.com/puma/puma/issues/155 "Issue by @ehlertij, closed 2012-10-13"
2365
+ [#123]:https://github.com/puma/puma/pull/123 "PR by @jcoene, closed 2012-07-19"
2366
+ [#111]:https://github.com/puma/puma/pull/111 "PR by @kenkeiter, closed 2012-07-19"
2367
+ [#98]:https://github.com/puma/puma/pull/98 "PR by @Flink, closed 2012-05-15"
2368
+ [#94]:https://github.com/puma/puma/issues/94 "Issue by @ender672, closed 2012-05-08"
2369
+ [#84]:https://github.com/puma/puma/issues/84 "Issue by @sigursoft, closed 2012-04-29"
2370
+ [#78]:https://github.com/puma/puma/issues/78 "Issue by @dstrelau, closed 2012-04-28"
2371
+ [#79]:https://github.com/puma/puma/issues/79 "Issue by @jammi, closed 2012-04-28"
2372
+ [#65]:https://github.com/puma/puma/issues/65 "Issue by @bporterfield, closed 2012-04-11"
2373
+ [#54]:https://github.com/puma/puma/issues/54 "Issue by @masterkain, closed 2012-04-10"
2374
+ [#58]:https://github.com/puma/puma/pull/58 "PR by @paneq, closed 2012-04-10"
2375
+ [#61]:https://github.com/puma/puma/issues/61 "Issue by @dustalov, closed 2012-04-10"
2376
+ [#63]:https://github.com/puma/puma/issues/63 "Issue by @seamusabshere, closed 2012-04-11"
2377
+ [#60]:https://github.com/puma/puma/issues/60 "Issue by @paneq, closed 2012-04-11"
2378
+ [#53]:https://github.com/puma/puma/pull/53 "PR by @sxua, closed 2012-04-11"