You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 3.12.0 / 2018-07-13
2
+
3
+
* 5 features:
4
+
* You can now specify which SSL ciphers the server should support, default is unchanged (#1478)
5
+
* The setting for Puma's `max_threads` is now in `Puma.stats` (#1604)
6
+
* Pool capacity is now in `Puma.stats` (#1579)
7
+
* Installs restricted to Ruby 2.2+ (#1506)
8
+
*`--control` is now deprecated in favor of `--control-url` (#1487)
9
+
10
+
* 2 bugfixes:
11
+
* 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)
12
+
* In a test env puma now emits the stack on an exception (#1557)
0 commit comments