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