diff options
Diffstat (limited to 'articles/index.html')
-rw-r--r-- | articles/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html index a1ff85bc..a6e2b17f 100644 --- a/articles/index.html +++ b/articles/index.html @@ -65,6 +65,25 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/ranch-2.2.0/">Ranch 2.2</a></h2> + <p class="date"> + <span class="year">2025</span> + <span class="day-month">17 Feb</span> + </p> + </header> + + <p>Ranch 2.2.0 has been released! +Ranch 2.2 is a maintenance release containing a small number of fixes and improvements. +The key addition in this release is the support for DTLS which has been added to the test suites. +Ranch 2.2 is tested with Erlang/OTP 24.0 onward, although it should be compatible with Erlang/OTP 22.0 and above. It is tested and supported on Linux, macOS and Windows, but should also work on BSD.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/ranch-2.2.0/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/cowboy-2.13.0-performance/">Performance improvements in Cowboy 2.13</a></h2> <p class="date"> <span class="year">2025</span> @@ -406,25 +425,6 @@ In Ranch 1.x, there is only one supervisor per Ranch listener to start and manag </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/joe_the_rubber_duck/">Joe Armstrong the rubber duck</a></h2> - <p class="date"> - <span class="year">2019</span> - <span class="day-month">11 Jun</span> - </p> - </header> - - <p>Joe Armstrong passed away a couple months ago. This was a sad day, completely unexpected to me, and he will be sorely missed. -Great eulogies were written. -My most striking memory of Joe was during dinner at his place after a conference in Stockholm many years ago. Joe was describing his rubber duck debugging method and introduced us to his famous rubber duck. -"When you can't figure it out, ask the duck!</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/joe_the_rubber_duck/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |