summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/articles/index.html b/articles/index.html
index 3130a7c8..304ca3aa 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/github-sponsors/">GitHub Sponsors</a></h2>
+ <p class="date">
+ <span class="year">2019</span>
+ <span class="day-month">28 Oct</span>
+ </p>
+ </header>
+
+ <p>You can now reward my work via GitHub Sponsors.
+GitHub will basically double the funds given to me for one year, so now&apos;s the best time to reward my work!
+I have replaced all BountySource links with GitHub Sponsors because GitHub Sponsors will make it easier for me to know who sponsors my work when responding to issues. We&apos;ll see how that goes.
+Head on to my GitHub Sponsors page now!</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/github-sponsors/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></h2>
<p class="date">
<span class="year">2019</span>
@@ -242,7 +261,7 @@ Two functions have been added: cowboy_req:stream_events/3 encodes and streams on
Gun is an HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
This release improves the CONNECT support introduced in the previous version and adds built-in Websocket protocol negotiation.
A complete list of changes can be found in the migration guide: Migrating from Gun 1.2 to 1.3.
-You can donate to this project via BountySource. These funds are used to pay for additional servers for testing. And healthy food.</p>
+You can donate to this project via GitHub Sponsors. These funds are used to pay for additional servers for testing. And healthy food.</p>
<p style="text-align:right">
<a class="read_more" href="https://ninenines.eu/articles/gun-1.3.0/">Read More</a>
@@ -372,7 +391,7 @@ Experimental support for Websocket over HTTP/2 was added. Note that browsers do
<p>Cowboy 2.3.0 has been released!
This release focused on adding support for the functions from the sys module for introspecting Cowboy processes.
Many bugs have also been fixed. A more complete list of changes can be found in the migration guide: Migrating from Cowboy 2.2 to 2.3.
-You can donate to this project via BountySource because I need to eat snacks when I write code. Thanks in advance!
+You can donate to this project via GitHub Sponsors because I need to eat snacks when I write code. Thanks in advance!
As usual, feedback is appreciated, and issues should be reported by opening a ticket.</p>
<p style="text-align:right">
@@ -416,25 +435,6 @@ The client TLS certificate can now be obtained. The 100 Continue response is no
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0/">Cowboy 2.0</a></h2>
- <p class="date">
- <span class="year">2017</span>
- <span class="day-month">04 Oct</span>
- </p>
- </header>
-
- <p>Cowboy 2.0.0 has been released!
-This is the new stable version of Cowboy. There are no new releases planned for the 1.x version of Cowboy.
-The highlights from the release are:
-HTTP/2 support! Websocket compression! Much simpler, cleaner interface. No more weird errors just because you discard the Req object. A new low-level interface that receives all events from every set of request and response. This replaces the awkward hooks from 1.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">