diff --git a/blog/2020-03-13-announcing-gnet-v1.md b/blog/2020-03-13-announcing-gnet-v1.md index d04a265ef..8d9d9d3ac 100644 --- a/blog/2020-03-13-announcing-gnet-v1.md +++ b/blog/2020-03-13-announcing-gnet-v1.md @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000 tags: ["type: announcement", "domain: presentation"] --- +![](/img/gnet-v1-0-0.jpg) + ## Today, we are release gnet v1.0.0, enjoy this ultra-fast framework of networking!
diff --git a/blog/2020-03-14-announcing-gnet-v1-zh.md b/blog/2020-03-14-announcing-gnet-v1-zh.md index 0d1062ce3..6584c7b6b 100644 --- a/blog/2020-03-14-announcing-gnet-v1-zh.md +++ b/blog/2020-03-14-announcing-gnet-v1-zh.md @@ -13,6 +13,8 @@ tags: ["type: 官宣", "domain: 展示"]
+![](/img/gnet-v1-0-0.jpg) + # 📖 简介 `gnet` 是一个基于事件驱动的高性能和轻量级网络框架。它直接使用 [epoll](https://en.wikipedia.org/wiki/Epoll) 和 [kqueue](https://en.wikipedia.org/wiki/Kqueue) 系统调用而非标准 Go 网络包:[net](https://golang.org/pkg/net/) 来构建网络应用,它的工作原理类似两个开源的网络库:[netty](https://github.com/netty/netty) 和 [libuv](https://github.com/libuv/libuv),这也使得 `gnet` 达到了一个远超 Go [net](https://golang.org/pkg/net/) 的性能表现。 diff --git a/blog/2022-02-27-announcing-gnet-v2.md b/blog/2022-02-27-announcing-gnet-v2.md index 4d4f4ef4b..5322d6371 100644 --- a/blog/2022-02-27-announcing-gnet-v2.md +++ b/blog/2022-02-27-announcing-gnet-v2.md @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000 tags: ["type: announcement", "domain: presentation"] --- +![](/img/gnet-v2-0-0.jpg) + Today, I'm thrilled to announce the release of [gnet v2.0.0](https://github.com/panjf2000/gnet/releases/tag/v2.0.0), in which we've made plenty of significant improvements and optimizations: added and removed some APIs, redesigned and reimplemented the buffer, optimized the memory pool, etc. In this blog post, we'll go through the most notable changes to gnet 2.0. diff --git a/blog/2023-07-01-announcing-gnet-v2-3-0.md b/blog/2023-07-01-announcing-gnet-v2-3-0.md index c6e3442e0..72cee360d 100644 --- a/blog/2023-07-01-announcing-gnet-v2-3-0.md +++ b/blog/2023-07-01-announcing-gnet-v2-3-0.md @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000 tags: ["type: announcement", "domain: presentation"] --- +![](/img/gnet-v2-3-0.jpg) + Today, I'm thrilled to announce the official release of [gnet v2.3.0](https://github.com/panjf2000/gnet/releases/tag/v2.3.0). P.S. Follow me on Twitter [@panjf2000](https://twitter.com/panjf2000) to get the latest updates about gnet! diff --git a/blog/2024-04-22-announcing-gnet-v2-5-0.md b/blog/2024-04-22-announcing-gnet-v2-5-0.md index ff9850e77..83a354308 100644 --- a/blog/2024-04-22-announcing-gnet-v2-5-0.md +++ b/blog/2024-04-22-announcing-gnet-v2-5-0.md @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000 tags: ["type: announcement", "domain: presentation"] --- +![](/img/gnet-v2-5-0.jpg) + The v2.5.0 for `gnet` is officially released! The two major updates in this release are [feat: support edge-triggered I/O](https://github.com/panjf2000/gnet/pull/576) and [feat: support multiple network addresses binding](https://github.com/panjf2000/gnet/pull/578). diff --git a/blog/2024-11-09-announcing-gnet-v2-6-0.md b/blog/2024-11-09-announcing-gnet-v2-6-0.md index f36c1c98f..c15433362 100644 --- a/blog/2024-11-09-announcing-gnet-v2-6-0.md +++ b/blog/2024-11-09-announcing-gnet-v2-6-0.md @@ -7,6 +7,8 @@ author_github: https://github.com/panjf2000 tags: ["type: announcement", "domain: presentation"] --- +![](/img/gnet-v2-6-0.webp) + The `gnet` v2.6.0 is officially released! The two major updates in this release are [feat: support configurable I/O chunk to drain at a time in edge-triggered mode](https://github.com/panjf2000/gnet/pull/646) and [feat: support SO_BINDTODEVICE on Linux](https://github.com/panjf2000/gnet/pull/650). diff --git a/highlights/2023-07-01-release-of-gnet-v2-3-0.md b/highlights/2023-07-01-release-of-gnet-v2-3-0.md index c56d776bf..5f9dc49ed 100644 --- a/highlights/2023-07-01-release-of-gnet-v2-3-0.md +++ b/highlights/2023-07-01-release-of-gnet-v2-3-0.md @@ -10,6 +10,8 @@ hide_on_release_notes: false tags: ["type: tag", "domain: v2.3.0"] --- +![](/img/gnet-v2-3-0.jpg) + ## Intro The two major updates in this official release are [#460](https://github.com/panjf2000/gnet/pull/460) and [#461](https://github.com/panjf2000/gnet/pull/461). diff --git a/static/img/gnet-v2-3-0.jpg b/static/img/gnet-v2-3-0.jpg new file mode 100644 index 000000000..e636c31be Binary files /dev/null and b/static/img/gnet-v2-3-0.jpg differ