puma 4.3.8 → 5.4.0

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