mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add thanks to @wjordan and @MSP-Greg
This commit is contained in:
parent
00bc855abb
commit
c1963c0dcf
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Welcome to Puma 5: Spoony Bard.
|
# Welcome to Puma 5: Spoony Bard.
|
||||||
|
|
||||||
![https://i1.kym-cdn.com/entries/icons/original/000/006/385/Spoony_Bard.jpg](https://i1.kym-cdn.com/entries/icons/original/000/006/385/Spoony_Bard.jpg)
|
![https://i1.kym-cdn.com/entries/icons/original/000/006/385/Spoony_Bard.jpg](https://i1.kym-cdn.com/entries/icons/original/000/006/385/Spoony_Bard.jpg)
|
||||||
|
|
||||||
Puma 5 brings new experimental performance features, a few quality-of-life features and loads of bugfixes. Here's what you should do:
|
Puma 5 brings new experimental performance features, a few quality-of-life features and loads of bugfixes. Here's what you should do:
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@ Puma 5 brings new experimental performance features, a few quality-of-life featu
|
||||||
2. Upgrade to version 5.0 in your Gemfile and deploy.
|
2. Upgrade to version 5.0 in your Gemfile and deploy.
|
||||||
3. Try the new performance experiments outlined below and report your results back to the Puma issue tracker.
|
3. Try the new performance experiments outlined below and report your results back to the Puma issue tracker.
|
||||||
|
|
||||||
|
Puma 5 was named Spoony Bard by our newest supercontributor, [@wjordan](https://github.com/puma/puma/commits?author=wjordan). Will brought you one of our new perf features for this release, as well as [many other fixes and refactors.](https://github.com/puma/puma/commits?author=wjordan) If you'd like to name a Puma release in the future, take a look at [CONTRIBUTING.md](https://github.com/puma/puma/blob/master/CONTRIBUTING.md) and get started helping us out :)
|
||||||
|
|
||||||
|
Puma 5 also welcomes [@MSP-Greg](https://github.com/puma/puma/commits?author=MSP-Greg) as our newest committer. Greg has been instrumental in improving our CI setup and SSL features. Greg also [named our 4.3.0 release](https://github.com/puma/puma/releases/tag/v4.3.0): Mysterious Traveller.
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
Puma 5 contains three new "experimental" performance features for cluster-mode Pumas running on MRI.
|
Puma 5 contains three new "experimental" performance features for cluster-mode Pumas running on MRI.
|
||||||
|
|
Loading…
Reference in a new issue