<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go Release Notes on ᕕ( ᐛ )ᕗ Jimyag&#39;s Blog</title>
    <link>https://jimyag.com/blog/go-release-notes/</link>
    <description>专注于 Kubernetes、KubeVirt、OVN 和 Firecracker 的后端开发工程师</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>Copyright © 2019, jimyag.</copyright>
    <lastBuildDate>Sat, 16 May 2026 22:49:44 +0800</lastBuildDate>
    <atom:link href="https://jimyag.com/blog/go-release-notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go 1.26 新特性解析：new 表达式、现代化 go fix 与新 GC</title>
      <link>https://jimyag.com/posts/go-1-26-release-notes/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-26-release-notes/</guid>
      <description>梳理 Go 1.26 的主要变化，包括 new 表达式、泛型自引用约束、go fix modernizers、Green Tea GC、crypto/hpke 和实验性 SIMD。</description>
    </item>
    <item>
      <title>Go 1.25 新特性解析：容器感知 GOMAXPROCS 与 json/v2</title>
      <link>https://jimyag.com/posts/go-1-25-release-notes/</link>
      <pubDate>Tue, 12 Aug 2025 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-25-release-notes/</guid>
      <description>梳理 Go 1.25 的主要变化，包括容器感知 GOMAXPROCS、实验性 Green Tea GC、trace flight recorder、encoding/json/v2 和 testing/synctest。</description>
    </item>
    <item>
      <title>Go 1.24 新特性解析：泛型别名、tool 指令与弱指针</title>
      <link>https://jimyag.com/posts/go-1-24-release-notes/</link>
      <pubDate>Tue, 11 Feb 2025 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-24-release-notes/</guid>
      <description>梳理 Go 1.24 的核心变化，包括泛型类型别名、go.mod tool 指令、GOAUTH、weak、crypto/mlkem、crypto/sha3 和 testing/synctest。</description>
    </item>
    <item>
      <title>Go 1.23 新特性解析：函数迭代器与遥测</title>
      <link>https://jimyag.com/posts/go-1-23-release-notes/</link>
      <pubDate>Tue, 13 Aug 2024 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-23-release-notes/</guid>
      <description>梳理 Go 1.23 的主要变化，包括 range-over-function、generic type aliases 预览、telemetry、unique、structs 和 timer 行为更新。</description>
    </item>
    <item>
      <title>Go 1.22 新特性解析：循环变量语义与 ServeMux 路由</title>
      <link>https://jimyag.com/posts/go-1-22-release-notes/</link>
      <pubDate>Tue, 06 Feb 2024 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-22-release-notes/</guid>
      <description>梳理 Go 1.22 的主要变化，包括 for 循环变量新语义、range over integer、math/rand/v2、go/version 和 net/http 路由增强。</description>
    </item>
    <item>
      <title>Go 1.21 新特性解析：内置函数、slog 与工具链管理</title>
      <link>https://jimyag.com/posts/go-1-21-release-notes/</link>
      <pubDate>Tue, 08 Aug 2023 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-21-release-notes/</guid>
      <description>梳理 Go 1.21 的主要变化，包括 min/max/clear、log/slog、slices、maps、cmp、工具链管理和 PGO。</description>
    </item>
    <item>
      <title>Go 1.20 新特性解析：多错误、ECDH 与覆盖率工具</title>
      <link>https://jimyag.com/posts/go-1-20-release-notes/</link>
      <pubDate>Wed, 01 Feb 2023 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-20-release-notes/</guid>
      <description>梳理 Go 1.20 的语言、工具链和标准库变化，包括 comparable、errors.Join、crypto/ecdh、ResponseController 和 runtime/coverage。</description>
    </item>
    <item>
      <title>Go 1.19 新特性解析：内存模型更新与 GOMEMLIMIT</title>
      <link>https://jimyag.com/posts/go-1-19-release-notes/</link>
      <pubDate>Tue, 02 Aug 2022 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-19-release-notes/</guid>
      <description>梳理 Go 1.19 的主要变化，包括内存模型修订、GOMEMLIMIT、sync/atomic 类型、go/doc/comment 和平台支持。</description>
    </item>
    <item>
      <title>Go 1.18 新特性解析：泛型、Fuzzing 与 Workspace</title>
      <link>https://jimyag.com/posts/go-1-18-release-notes/</link>
      <pubDate>Tue, 15 Mar 2022 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-18-release-notes/</guid>
      <description>梳理 Go 1.18 的核心变化，包括泛型、模糊测试、go work、net/netip、debug/buildinfo 和 ASAN 支持。</description>
    </item>
    <item>
      <title>Go 1.17 新特性解析：模块图裁剪与新调用规约</title>
      <link>https://jimyag.com/posts/go-1-17-release-notes/</link>
      <pubDate>Mon, 16 Aug 2021 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-17-release-notes/</guid>
      <description>梳理 Go 1.17 的主要变化，包括模块图裁剪、//go:build、寄存器调用规约、URL 查询解析收紧和标准库更新。</description>
    </item>
    <item>
      <title>Go 1.16 新特性解析：embed 与 io/fs</title>
      <link>https://jimyag.com/posts/go-1-16-release-notes/</link>
      <pubDate>Tue, 16 Feb 2021 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-16-release-notes/</guid>
      <description>梳理 Go 1.16 的核心变化，包括 go:embed、io/fs、模块默认启用、GOVCS、runtime/metrics 和 io/ioutil 废弃。</description>
    </item>
    <item>
      <title>Go 1.15 新特性解析：链接器瘦身与时区数据包</title>
      <link>https://jimyag.com/posts/go-1-15-release-notes/</link>
      <pubDate>Tue, 11 Aug 2020 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-15-release-notes/</guid>
      <description>梳理 Go 1.15 的主要变化，包括链接器改进、time/tzdata、X.509 CommonName 废弃和 vet 新检查。</description>
    </item>
    <item>
      <title>Go 1.14 新特性解析：可抢占调度与模块 vendoring</title>
      <link>https://jimyag.com/posts/go-1-14-release-notes/</link>
      <pubDate>Tue, 25 Feb 2020 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-14-release-notes/</guid>
      <description>梳理 Go 1.14 的核心变化，包括异步抢占、模块 vendoring、hash/maphash、defer 优化和运行时改进。</description>
    </item>
    <item>
      <title>Go 1.13 新特性解析：错误包装与数字字面量</title>
      <link>https://jimyag.com/posts/go-1-13-release-notes/</link>
      <pubDate>Tue, 03 Sep 2019 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-13-release-notes/</guid>
      <description>梳理 Go 1.13 的语言变化、错误包装、模块改进、crypto/ed25519 和标准库新增 API。</description>
    </item>
    <item>
      <title>Go 1.12 新特性解析：模块继续打磨，TLS 1.3 到来</title>
      <link>https://jimyag.com/posts/go-1-12-release-notes/</link>
      <pubDate>Mon, 25 Feb 2019 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-12-release-notes/</guid>
      <description>梳理 Go 1.12 的主要变化，包括模块体验、TLS 1.3、运行时内存归还、端口支持和标准库更新。</description>
    </item>
    <item>
      <title>Go 1.11 新特性解析：模块化时代的起点</title>
      <link>https://jimyag.com/posts/go-1-11-release-notes/</link>
      <pubDate>Fri, 24 Aug 2018 00:00:00 +0800</pubDate>
      <guid>https://jimyag.com/posts/go-1-11-release-notes/</guid>
      <description>梳理 Go 1.11 的语言、工具链、运行时、标准库和新增包变化，重点是 Go Modules、WebAssembly 与源码 API 差异。</description>
    </item>
  </channel>
</rss>
