)]}'
{
  "log": [
    {
      "commit": "20b5fc68faf790bc59a78f18f4a13a3b2f94ecd7",
      "tree": "a0ad460d995c099dea8b03f2d14047ba1899573c",
      "parents": [
        "cf0a0e8048c6918682068a66ce8e771d3daebda2",
        "8012541c9db252ac7022add7338e8fcab21910e1"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 18 14:17:18 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 14:17:18 2026"
      },
      "message": "Merge pull request #2068 from shirou/fix/process_linux_trim_suffix\n\n[process][linux]: use TrimSuffix instead of Trim"
    },
    {
      "commit": "cf0a0e8048c6918682068a66ce8e771d3daebda2",
      "tree": "1717b0fa11e582558c9bde9687d37a499354456b",
      "parents": [
        "1a1eb1c8479b9bd31464dc020ff4f349223ab768",
        "b8ace4b8ab14dd16cbb940ca085ff1967829666d"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 18 10:23:16 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 10:23:16 2026"
      },
      "message": "Merge pull request #2037 from Dylan-M/dylanmyers/load-4a-misc-fix\n\nload: fix MiscWithContext process state parsing on AIX nocgo"
    },
    {
      "commit": "1a1eb1c8479b9bd31464dc020ff4f349223ab768",
      "tree": "0502fb7119e37acb05c54617b64d3547e0af663a",
      "parents": [
        "9da87c077775aa5955e79deedd7659fc917967ea",
        "96fb25fa641f8735550e2ed4cda9db33b1e19cc9"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 18 10:17:23 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 10:17:23 2026"
      },
      "message": "Merge pull request #2040 from Dylan-M/dylanmyers/host-1a-test-invoker\n\nhost: add testInvoker dependency injection for AIX"
    },
    {
      "commit": "9da87c077775aa5955e79deedd7659fc917967ea",
      "tree": "2e1b5f02353899d53b53dfeed26a8510893b52d7",
      "parents": [
        "d6a411120f860e4a221c2779c2838fcd2f7584ee",
        "9319640a5d183a99b7160e450e275e6a9eebd886"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 18 09:58:35 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 09:58:35 2026"
      },
      "message": "Merge pull request #2073 from Dylan-M/dylanmyers/net-entstat-test\n\nnet: add parseEntstat and parseNetstatI unit tests with AIX fixtures"
    },
    {
      "commit": "d6a411120f860e4a221c2779c2838fcd2f7584ee",
      "tree": "14c44c2bc209f255adb06b08aeeaf45ec442135d",
      "parents": [
        "7140284378483b1d6899ebffc4112c3fce1654f2",
        "dd2898f85e26d2b2a77f114dc034be495bf0ea7a"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 18 09:17:33 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 09:17:33 2026"
      },
      "message": "Merge pull request #2076 from Yanhu007/fix/process-stat-bounds-check\n\nfix: add bounds check for /proc/[pid]/stat fields in fillFromTIDStat"
    },
    {
      "commit": "7140284378483b1d6899ebffc4112c3fce1654f2",
      "tree": "a3acd95d7d867d0e713e039aa304de1ca4ed07ff",
      "parents": [
        "3aab859bd983de7cf4c220ca90445e7e35145639",
        "ccc2fd32f2b04e92822fafa1c5a8478e94e8ab87"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Apr 13 12:05:54 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 13 12:05:54 2026"
      },
      "message": "Merge pull request #2075 from Yanhu007/fix/net-linux-bounds-check\n\nfix: add bounds check for /proc/net/dev fields to prevent panic"
    },
    {
      "commit": "dd2898f85e26d2b2a77f114dc034be495bf0ea7a",
      "tree": "76bd2729c62bf84e867916a35c0bbfa8ca7bcc5e",
      "parents": [
        "3aab859bd983de7cf4c220ca90445e7e35145639"
      ],
      "author": {
        "name": "Yanhu007",
        "email": "huangfuyang900204@gmail.com",
        "time": "Mon Apr 13 07:04:57 2026"
      },
      "committer": {
        "name": "Yanhu007",
        "email": "huangfuyang900204@gmail.com",
        "time": "Mon Apr 13 07:04:57 2026"
      },
      "message": "fix: add bounds check for /proc/[pid]/stat fields to prevent panic\n\nfillFromTIDStatWithContext accesses fields up to index 22 without\nbounds checking. This causes an index-out-of-range panic when\n/proc/[pid]/stat has fewer than 23 fields, which can happen in\ncontainer environments or with non-standard kernels.\n\nThe function already guards fields[42] with a length check but\nis missing the same protection for lower-indexed fields.\n\nFixes #2070\n"
    },
    {
      "commit": "ccc2fd32f2b04e92822fafa1c5a8478e94e8ab87",
      "tree": "a3acd95d7d867d0e713e039aa304de1ca4ed07ff",
      "parents": [
        "3aab859bd983de7cf4c220ca90445e7e35145639"
      ],
      "author": {
        "name": "Yanhu007",
        "email": "huangfuyang900204@gmail.com",
        "time": "Mon Apr 13 05:38:48 2026"
      },
      "committer": {
        "name": "Yanhu007",
        "email": "huangfuyang900204@gmail.com",
        "time": "Mon Apr 13 05:38:48 2026"
      },
      "message": "fix: add bounds check for /proc/net/dev fields to prevent panic\n\nIOCountersByFileWithContext accesses fields[0] through fields[12]\nwithout checking the slice length first. This causes an index\nout of range panic when /proc/net/dev contains truncated lines,\nwhich can happen in container environments.\n\nAdd a len(fields) \u003c 13 guard, matching the existing pattern in\ndisk_linux.go.\n\nFixes #2069\n"
    },
    {
      "commit": "9319640a5d183a99b7160e450e275e6a9eebd886",
      "tree": "1d7a5e8df0daca3753f4f1e0478a6295197f8105",
      "parents": [
        "3aab859bd983de7cf4c220ca90445e7e35145639"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sun Apr 12 23:34:32 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sun Apr 12 23:47:11 2026"
      },
      "message": "net: add parseEntstat unit test with entstat fixture\n"
    },
    {
      "commit": "b8ace4b8ab14dd16cbb940ca085ff1967829666d",
      "tree": "1810addb0568e71c6bded5287a64a470f4c128e1",
      "parents": [
        "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sat Mar 21 12:15:42 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sun Apr 12 23:29:25 2026"
      },
      "message": "load: fix MiscWithContext process state parsing on AIX nocgo\n"
    },
    {
      "commit": "3aab859bd983de7cf4c220ca90445e7e35145639",
      "tree": "a3198232e59a904550ffaa180fe04528aba9440f",
      "parents": [
        "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870",
        "d6f3d9e6194983494b8bdf9d3af3809e259f937c"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 11 07:00:36 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 11 07:00:36 2026"
      },
      "message": "Merge pull request #2034 from Dylan-M/dylanmyers/net-5a-entstat\n\nnet: populate BytesSent/BytesRecv via entstat on AIX nocgo"
    },
    {
      "commit": "8012541c9db252ac7022add7338e8fcab21910e1",
      "tree": "4bf7f0e7cbef58c9c1b05bc86fe1a6eddcb1a69b",
      "parents": [
        "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 11 06:34:48 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 11 06:34:48 2026"
      },
      "message": "[process][linux]: use TrimSuffix instead of Trim\n\nfix #2004\n"
    },
    {
      "commit": "96fb25fa641f8735550e2ed4cda9db33b1e19cc9",
      "tree": "b25b3a4c89f36840b8fc2edf9389e1ed5fb62741",
      "parents": [
        "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sat Mar 21 12:07:21 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Thu Apr 09 22:52:21 2026"
      },
      "message": "host: add testInvoker dependency injection for AIX command testing\n"
    },
    {
      "commit": "d6f3d9e6194983494b8bdf9d3af3809e259f937c",
      "tree": "a3198232e59a904550ffaa180fe04528aba9440f",
      "parents": [
        "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sat Mar 21 12:15:34 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Thu Apr 09 22:52:21 2026"
      },
      "message": "net: populate BytesSent/BytesRecv via entstat on AIX nocgo\n"
    },
    {
      "commit": "0f7fa6ad14c0395c8dd232fc081815ba5ecdc870",
      "tree": "e2b4d19fda7e99c64dc9d624b9b924044e170fd2",
      "parents": [
        "c2a1624b9f3ed0b38ad67134b93397142ed67a23",
        "d3a1ff4650a3ce406a04d1d74006b3383d682f80"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Apr 04 07:00:01 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 04 07:00:01 2026"
      },
      "message": "Merge pull request #2066 from woct0rdho/fix-get-volume-paths\n\nFix infinite loop when failed to find path for volume on Windows"
    },
    {
      "commit": "d3a1ff4650a3ce406a04d1d74006b3383d682f80",
      "tree": "e2b4d19fda7e99c64dc9d624b9b924044e170fd2",
      "parents": [
        "a257800187a5d1bf211ed9fc73a39f31db3cd79d"
      ],
      "author": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Sat Apr 04 06:44:01 2026"
      },
      "committer": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Sat Apr 04 06:44:01 2026"
      },
      "message": "Revert \"Add test\"\n\nThis reverts commit a257800187a5d1bf211ed9fc73a39f31db3cd79d.\n"
    },
    {
      "commit": "a257800187a5d1bf211ed9fc73a39f31db3cd79d",
      "tree": "b3ec97f271e8aa7ef053b81e6e3c7b0f3ee55bb3",
      "parents": [
        "7781fa9ba146e2dd77bce7d37c5884be25e683a0"
      ],
      "author": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Thu Apr 02 15:43:03 2026"
      },
      "committer": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Thu Apr 02 15:43:03 2026"
      },
      "message": "Add test\n"
    },
    {
      "commit": "7781fa9ba146e2dd77bce7d37c5884be25e683a0",
      "tree": "e2b4d19fda7e99c64dc9d624b9b924044e170fd2",
      "parents": [
        "c2a1624b9f3ed0b38ad67134b93397142ed67a23"
      ],
      "author": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Tue Mar 31 18:44:57 2026"
      },
      "committer": {
        "name": "woctordho",
        "email": "woctordho@outlook.com",
        "time": "Tue Mar 31 18:44:57 2026"
      },
      "message": "Avoid loop when failed to find path for volume on Windows\n"
    },
    {
      "commit": "c2a1624b9f3ed0b38ad67134b93397142ed67a23",
      "tree": "2b2dfa37d13f61c36b62081a52637bbeba88d292",
      "parents": [
        "b32e3a1709f2f8c3cc7581b2aa0ef98f36779fa6",
        "be66821c93cd0e32ab0f262d513186d6a3327b42"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sun Mar 29 07:30:53 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 29 07:30:53 2026"
      },
      "message": "Merge pull request #2033 from Dylan-M/dylanmyers/disk-3b-iocounters\n\ndisk: implement IOCountersWithContext for AIX nocgo via iostat"
    },
    {
      "commit": "b32e3a1709f2f8c3cc7581b2aa0ef98f36779fa6",
      "tree": "32b47217d3ae0aab404d55f5db37349a5a4dc6f7",
      "parents": [
        "730f763fbc7769dd14c64574db7ddcda65be4712",
        "416f4ed03b0eab07b786162da97064d3276c7770"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sun Mar 29 07:14:19 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 29 07:14:19 2026"
      },
      "message": "Merge pull request #2032 from Dylan-M/dylanmyers/disk-3a-usage-fix\n\ndisk: fix UsageWithContext unit conversions on AIX nocgo"
    },
    {
      "commit": "730f763fbc7769dd14c64574db7ddcda65be4712",
      "tree": "a8ff1dd021710b7f1dc19dc008073381c255f9c7",
      "parents": [
        "7661a67fd1999d980e8928e4e8baa95aa581dbbd",
        "76137fe32da76dad5b79e9a0bbeec0f495acb7e0"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sun Mar 29 06:51:11 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 29 06:51:11 2026"
      },
      "message": "Merge pull request #2063 from lubeschanin/fix/sensors-darwin-arm64-crash\n\nFix SIGBUS/SIGSEGV crash in TemperaturesWithContext on macOS ARM64"
    },
    {
      "commit": "76137fe32da76dad5b79e9a0bbeec0f495acb7e0",
      "tree": "96130bdb9b368e50ea04ea345f3e721558681c68",
      "parents": [
        "30959634e7f4c52c2fa427a259de81ac1388a1ca"
      ],
      "author": {
        "name": "Vitalij Lubeschanin",
        "email": "vit@lij.de",
        "time": "Sun Mar 22 13:00:23 2026"
      },
      "committer": {
        "name": "Vitalij Lubeschanin",
        "email": "vit@lij.de",
        "time": "Fri Mar 27 16:50:22 2026"
      },
      "message": "Fix SIGBUS/SIGSEGV crash on macOS ARM64: keep libraries open, fix data race\n\nThree changes:\n\n1. sensors/sensors_darwin_arm64.go, cpu/cpu_darwin_arm64.go, disk/disk_darwin.go:\n   Initialize IOKit and CoreFoundation libraries once via sync.Once instead\n   of opening/closing them on every call. Dlclose invalidates library handles\n   that the Go runtime (GC, timers, finalizers) may still reference, causing\n   SIGBUS or SIGSEGV crashes.\n\n2. internal/common/common_darwin.go:\n   Make getFunc thread-safe via sync.RWMutex with double-checked locking.\n   With shared library handles, concurrent calls to getFunc race on fnMap\n   reads and writes. The fast path (read lock) avoids contention after\n   function pointers are resolved on first call.\n\nThe libraries are kept open for the process lifetime. They are small\n(~1 handle each) and macOS expects them to stay loaded.\n\nTested on Mac mini M2 Pro, macOS Tahoe 26.3.1. Without the fix, the agent\ncrashes within hours. With the fix, stable for 4+ days.\n\nFixes #1832\n\nCo-Authored-By: Claude Opus 4.6 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "be66821c93cd0e32ab0f262d513186d6a3327b42",
      "tree": "8fb8fa7375f22c2fd1b2465d6f2978f9de8b0dc6",
      "parents": [
        "416f4ed03b0eab07b786162da97064d3276c7770"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sat Mar 21 12:13:30 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Fri Mar 27 16:26:27 2026"
      },
      "message": "disk: implement IOCountersWithContext for AIX nocgo via iostat\n"
    },
    {
      "commit": "416f4ed03b0eab07b786162da97064d3276c7770",
      "tree": "eaab8481e00e8f9ba7a19392b48a9c0481670244",
      "parents": [
        "7661a67fd1999d980e8928e4e8baa95aa581dbbd"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Sat Mar 21 12:13:00 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Fri Mar 27 16:25:55 2026"
      },
      "message": "disk: use unix.Statfs for fstype in UsageWithContext on AIX nocgo\n"
    },
    {
      "commit": "7661a67fd1999d980e8928e4e8baa95aa581dbbd",
      "tree": "8117443face95a2bd65f8716ab4ffea85d2d5691",
      "parents": [
        "30959634e7f4c52c2fa427a259de81ac1388a1ca",
        "bf942de635868e9f71e165aba2c253f6789edf1e"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Mar 26 14:11:09 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 26 14:11:09 2026"
      },
      "message": "Merge pull request #2031 from shirou/fix/net_linux_connection_unix_socket_dedup\n\n[net][linux]: prevent incorrect deduplication of unnamed UNIX sockets"
    },
    {
      "commit": "30959634e7f4c52c2fa427a259de81ac1388a1ca",
      "tree": "ca26476642b33b3f886904d93fc72d1619532620",
      "parents": [
        "d7abb9a8b0ef96ef51bf7bf5b3af1f941e75dbc5",
        "866c9572039f79fef7efef0492ccaf03d6d3a580"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 21 09:53:08 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 21 09:53:08 2026"
      },
      "message": "Merge pull request #2012 from shirou/fix/revert_opt-outed_mem_used_calc\n\n[mem][linux]: Remove deprecated opt-out for MemAvailable-based Used"
    },
    {
      "commit": "bf942de635868e9f71e165aba2c253f6789edf1e",
      "tree": "d6739ad1dae98db2f65417576386ccb5d0260f92",
      "parents": [
        "d7abb9a8b0ef96ef51bf7bf5b3af1f941e75dbc5"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 21 09:21:52 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 21 09:43:23 2026"
      },
      "message": "[net][linux]: prevent incorrect deduplication of unnamed UNIX sockets\n\nThe existing dedup logic used only (sockType, src, dst, status) as the\nkey, which caused all unnamed UNIX sockets (empty address) to collapse\ninto a single entry when querying system-wide connections.\n\nInclude pid and fd in the dedup key for AF_UNIX sockets so that each\nsocket is correctly preserved. Inet socket dedup is unchanged.\n\nExtract connectionDedupKey() and add unit tests.\n\nFixes #2030\n"
    },
    {
      "commit": "d7abb9a8b0ef96ef51bf7bf5b3af1f941e75dbc5",
      "tree": "4777194b877e28ae58125a2934f2e93b68332495",
      "parents": [
        "f2a1528f7e15f2578c253beccdd80c2220d7bb98",
        "8437a453ea143296b813aca5189c2a4d30b19e77"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 21 07:24:46 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 21 07:24:46 2026"
      },
      "message": "Merge pull request #2029 from skartikey/fix/openbsd-mem-cached\n\nmem: populate Cached from bcachestats on OpenBSD"
    },
    {
      "commit": "8437a453ea143296b813aca5189c2a4d30b19e77",
      "tree": "ec81fbee661aaa28ac9ce483eca0ba7a91bfb4a3",
      "parents": [
        "fe3d443f8e134d6c06c967472d455c957c092b44"
      ],
      "author": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Fri Mar 20 12:23:11 2026"
      },
      "committer": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Fri Mar 20 12:23:11 2026"
      },
      "message": "mem: add comment explaining shared Cached/Buffers value on OpenBSD\n"
    },
    {
      "commit": "f2a1528f7e15f2578c253beccdd80c2220d7bb98",
      "tree": "e4890dbc11b768a3928b08d06db25c79ddc622d3",
      "parents": [
        "1ec4f5030b7e4b9a02d697978cca20e7ad074821",
        "e2f670ef45712160e9b4186784520c730e9665c5"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 20 08:11:02 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 20 08:11:02 2026"
      },
      "message": "Merge pull request #2025 from pgimalac/pgimalac/net-darwin-netstat-drop\n\nFix netstat drop column parsing when address is empty on darwin"
    },
    {
      "commit": "fe3d443f8e134d6c06c967472d455c957c092b44",
      "tree": "6d1afb9f28160d06a30293115ae659b8afb9b96f",
      "parents": [
        "1ec4f5030b7e4b9a02d697978cca20e7ad074821"
      ],
      "author": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Tue Mar 17 10:40:13 2026"
      },
      "committer": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Tue Mar 17 10:40:13 2026"
      },
      "message": "mem: populate Cached from bcachestats on OpenBSD\n\nOn OpenBSD, Cached was hardcoded to 0 with the comment \"not available\",\nwhile Buffers was populated from bcachestats.Numbufpages (buffer cache pages).\nSince the buffer cache is the closest OpenBSD equivalent to Linux cached memory,\npopulate Cached from the same source.\n\nThis fixes the Available memory calculation which includes Cached:\n  Available \u003d Inactive + Cached + Free\n\nPreviously, Available was understated because Cached was always 0.\n\nRef: https://github.com/influxdata/telegraf/pull/18469\n"
    },
    {
      "commit": "e2f670ef45712160e9b4186784520c730e9665c5",
      "tree": "c7b68962c6246c4324e78428d12c725b3f893f7a",
      "parents": [
        "46eb4f9839aeaf8c8aae0832784be01ae22d616b"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 14 21:59:10 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 14 21:59:10 2026"
      },
      "message": "fix: review comments\n"
    },
    {
      "commit": "1ec4f5030b7e4b9a02d697978cca20e7ad074821",
      "tree": "94d27f5c5b9531e0682a064659fb29403c221ba3",
      "parents": [
        "f2b937affbd899b5a67a5301159ad9fb3337ad50",
        "5050c5ec241c841d68c1a7758e2a0f5c64572a9b"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 14 12:26:45 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 12:26:45 2026"
      },
      "message": "Merge pull request #2011 from Dylan-M/dylanmyers/remove-orphaned-virtualization-sensors\n\nsensors(aix): remove orphaned VirtualizationWithContext"
    },
    {
      "commit": "f2b937affbd899b5a67a5301159ad9fb3337ad50",
      "tree": "48bd216c328ed13b5890877d301ff53e6517b809",
      "parents": [
        "424d3ac915dcaa958fef388f4f110a21c9543c23",
        "2cd6d1023389ee34fa0c7c2636eda1bb033b49a3"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 14 10:56:15 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 10:56:15 2026"
      },
      "message": "Merge pull request #2010 from shirou/dependabot/github_actions/actions/upload-artifact-7.0.0\n\nchore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0"
    },
    {
      "commit": "424d3ac915dcaa958fef388f4f110a21c9543c23",
      "tree": "419ce545d8572783b8ae965108ee15c347b014f1",
      "parents": [
        "ef8bfdf8fec4c825b3b01619c773fc461ac0ed87",
        "0d136edc3bb057b6474a99ae05fa306f1518656c"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 14 10:18:27 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 10:18:27 2026"
      },
      "message": "Merge pull request #2027 from pgimalac/pgimalac/darwin-skip-swap-process\n\nDo not set swap field to an incorrect value on darwin"
    },
    {
      "commit": "ef8bfdf8fec4c825b3b01619c773fc461ac0ed87",
      "tree": "94257ce3fc3bfd2ebf41aa09c1a64f0254ba9110",
      "parents": [
        "5475325290cbc218054b60371cdbc6de39fed944",
        "f85df635276368e38849211383feca5a54e7a7d7"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 13 14:27:30 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 14:27:30 2026"
      },
      "message": "Merge pull request #2026 from pgimalac/pgimalac/fix-macos-sensor-data-type\n\nFix macos sensor data type field"
    },
    {
      "commit": "5475325290cbc218054b60371cdbc6de39fed944",
      "tree": "e81a3433a22daa10e0a33ff6f3985313eb45ee7d",
      "parents": [
        "27be36816d98d8e71c566972d4170d8a0a74a1a7",
        "fe349426adbfd812c45b9b7618b1468ca98e8d3b"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 13 14:19:28 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 14:19:28 2026"
      },
      "message": "Merge pull request #2023 from pgimalac/pgimalac/fix-process-darwin-gid\n\nFix effective gid on darwin"
    },
    {
      "commit": "27be36816d98d8e71c566972d4170d8a0a74a1a7",
      "tree": "d5ded467a734b5a80b5e3aac51fed1282f7b2d98",
      "parents": [
        "e2c7b5bee47ba10e916f13376b85b25cb0c0c626",
        "7de3e84356578d503704559913a3749263a0ca6e"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 13 14:12:13 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 14:12:13 2026"
      },
      "message": "Merge pull request #2022 from pgimalac/pgimalac/host-add-missing-num-procs-aix\n\nAdd implementation of numProcs for AIX with cgo"
    },
    {
      "commit": "e2c7b5bee47ba10e916f13376b85b25cb0c0c626",
      "tree": "98e9b42e5a638ef4d05d8b96a13f26a2442b9197",
      "parents": [
        "924bd633a1cc454f3c440c1148581a378f5dc188",
        "cb10be06ed2571e32ef2cee5c454bfdd51a1b54f"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 13 14:08:04 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 14:08:04 2026"
      },
      "message": "Merge pull request #2017 from pgimalac/pgimalac/cpu-counts-aix-logical-fix\n\nFix logical cpu in CountsWithContext for AIX"
    },
    {
      "commit": "924bd633a1cc454f3c440c1148581a378f5dc188",
      "tree": "0713f0ff888a30fde1b8633a413056da3800aac7",
      "parents": [
        "2b09fc45803c7554c464ce3b9e520b88d1096147",
        "7713e55d366d9db94e298da00b4a4a351775a71d"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Mar 13 14:06:19 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 14:06:19 2026"
      },
      "message": "Merge pull request #2021 from pgimalac/pgimalac/aix-fix-hosts-user\n\nFix host user parsing on AIX"
    },
    {
      "commit": "cb10be06ed2571e32ef2cee5c454bfdd51a1b54f",
      "tree": "137855112d1112dd813a8c0fb20b7b1ec70cf8c6",
      "parents": [
        "75e406afc53cad39c0ff783e3d23e5efbe202920"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 12 17:08:01 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 12 17:08:01 2026"
      },
      "message": "fix: also update InfoWithContext for core count\n"
    },
    {
      "commit": "7de3e84356578d503704559913a3749263a0ca6e",
      "tree": "75260053bc1234a67cd5e04e1f86a91f6fc9af56",
      "parents": [
        "3d9685aa7a10751e5bab94003c10c830985aa2f9"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 12 17:01:33 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 12 17:01:33 2026"
      },
      "message": "refactor: use perfstat instead of custom count logic\n"
    },
    {
      "commit": "0d136edc3bb057b6474a99ae05fa306f1518656c",
      "tree": "a973e248909ec56f83804358a13a79f6223b0235",
      "parents": [
        "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Tue Mar 10 13:15:31 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Tue Mar 10 13:15:31 2026"
      },
      "message": "fix: do not set incorrect swap field on darwin\n"
    },
    {
      "commit": "2b09fc45803c7554c464ce3b9e520b88d1096147",
      "tree": "c0fe540b666120f3976202b8ec2b202dfc14eeab",
      "parents": [
        "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d",
        "83f6a40a369803b0c21f61adf09cd4b4089a2098"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Mar 09 14:53:23 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 09 14:53:23 2026"
      },
      "message": "Merge pull request #2020 from pgimalac/pgimalac/aix-net-io-counters-fix\n\nFix AIX net iocounters error fields and add dropin field"
    },
    {
      "commit": "f85df635276368e38849211383feca5a54e7a7d7",
      "tree": "308716afa224411598ce7531ae9ba9790d4fc472",
      "parents": [
        "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 12:18:30 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 12:18:30 2026"
      },
      "message": "fix: macos sensor data type\n"
    },
    {
      "commit": "46eb4f9839aeaf8c8aae0832784be01ae22d616b",
      "tree": "1c74aff0312bb896ff5531f67b09e75a5946e6af",
      "parents": [
        "d1a90f65d5cc10f8a152f02d8c2f7e4864497cf9"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 09:44:43 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 09:44:43 2026"
      },
      "message": "chore: format\n"
    },
    {
      "commit": "d1a90f65d5cc10f8a152f02d8c2f7e4864497cf9",
      "tree": "320024cba035ef8cb3bad2dce0e82774e09d280f",
      "parents": [
        "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 09:33:59 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 09:33:59 2026"
      },
      "message": "fix: get drop column from netstat output when address is empty\n"
    },
    {
      "commit": "7713e55d366d9db94e298da00b4a4a351775a71d",
      "tree": "4e95561bf519ce3f5501a02bd39e544f2e0ebc8c",
      "parents": [
        "87309c533d955a2808ff4a70679a72e21b5de162"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 00:01:45 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Mon Mar 09 00:01:45 2026"
      },
      "message": "fix: remove leftover strconv import\n"
    },
    {
      "commit": "fe349426adbfd812c45b9b7618b1468ca98e8d3b",
      "tree": "83a3409d058ee6b3129c900ad1d04d404a6c3a6f",
      "parents": [
        "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sun Mar 08 20:49:45 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sun Mar 08 20:49:45 2026"
      },
      "message": "fix: effective gid on darwin\n"
    },
    {
      "commit": "2bfc9b78e4e5ae2b22812c738bfe417d432e1f9d",
      "tree": "1cf7028c2da7839c163ea5a2237f04f50511ed3a",
      "parents": [
        "21650eb1de7e929874dde19a5c6410509cfce7e5",
        "6e4089a54e1e7fef4eab170b2514437948110454"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sun Mar 08 09:30:21 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 08 09:30:21 2026"
      },
      "message": "Merge pull request #2019 from pgimalac/pgimalac/aix-load-misc-procs-running\n\nFix running and blocked process count for AIX"
    },
    {
      "commit": "21650eb1de7e929874dde19a5c6410509cfce7e5",
      "tree": "ce715f35d0f9032bff65046ca2b6bf7830a9b768",
      "parents": [
        "de23ed3585c4a1a3beefa80fc2c2abace955097a",
        "89d0256087dde1f473d17c12c7ee69da3f0256ba"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sun Mar 08 08:35:25 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 08 08:35:25 2026"
      },
      "message": "Merge pull request #2016 from pgimalac/pgimalac/aix-disk-io-counters\n\nImplement IOCountersWithContext for AIX with CGO"
    },
    {
      "commit": "3d9685aa7a10751e5bab94003c10c830985aa2f9",
      "tree": "b50637381e0a29eb37e67bc34906cd0af9fcf737",
      "parents": [
        "264a878c4ffa5069791f2056d9fd3277b2b6b637",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:17:22 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:17:22 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/host-add-missing-num-procs-aix\n"
    },
    {
      "commit": "87309c533d955a2808ff4a70679a72e21b5de162",
      "tree": "b1f84ea1e89c0b8421dfd82f3fbad06f2351cf8e",
      "parents": [
        "172b566b47691d3b37032c385b0648402854e129",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:50 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:50 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/aix-fix-hosts-user\n"
    },
    {
      "commit": "83f6a40a369803b0c21f61adf09cd4b4089a2098",
      "tree": "c361cbf44d1c405799fbbc4dba82b51a243878fc",
      "parents": [
        "5d254ef8092ac264a6bd05861c349cde3c76792b",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:33 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:33 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/aix-net-io-counters-fix\n"
    },
    {
      "commit": "6e4089a54e1e7fef4eab170b2514437948110454",
      "tree": "19faee34675c340013d5c287d55cf71a2870cb7f",
      "parents": [
        "b1fac632427bc62a56ed4736d8ce2aff78146edb",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:12 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:16:12 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/aix-load-misc-procs-running\n"
    },
    {
      "commit": "75e406afc53cad39c0ff783e3d23e5efbe202920",
      "tree": "8a8784dee9f4aed0bf018f81ce7f1d0cfe8fda72",
      "parents": [
        "11b6baae49f0081927aed9a04e5074218b6154ca",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:15:46 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:15:46 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/cpu-counts-aix-logical-fix\n"
    },
    {
      "commit": "89d0256087dde1f473d17c12c7ee69da3f0256ba",
      "tree": "ce715f35d0f9032bff65046ca2b6bf7830a9b768",
      "parents": [
        "3dfd6de649b90d0aa54360861dca592500e6351b",
        "de23ed3585c4a1a3beefa80fc2c2abace955097a"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:13:46 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:13:46 2026"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:pgimalac/gopsutil into pgimalac/aix-disk-io-counters\n"
    },
    {
      "commit": "3dfd6de649b90d0aa54360861dca592500e6351b",
      "tree": "e1ff9f3e91e88c25737b04745141ef51a60c3ebb",
      "parents": [
        "e65013d44be714164376257e80b3323ca7653b92"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:06:49 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 19:06:49 2026"
      },
      "message": "feat: add IopsInProgress\n"
    },
    {
      "commit": "e65013d44be714164376257e80b3323ca7653b92",
      "tree": "9752d382a2d40b992c5a340409d6fac468ad54d3",
      "parents": [
        "d9e7201c9873a3d7ef536843c25ed1f756a52e26"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 17:16:12 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Sat Mar 07 17:16:12 2026"
      },
      "message": "fix: disk time unit is kernel clock\n"
    },
    {
      "commit": "de23ed3585c4a1a3beefa80fc2c2abace955097a",
      "tree": "5a71834d1738f80f3c19e3354f006cbf26264b4e",
      "parents": [
        "b63265a10d3e2a082c0fd15bdf0660076e813c3d",
        "487af6b411a809634daa7d75c81de7959d47a8c9"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 07 09:13:49 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 07 09:13:49 2026"
      },
      "message": "Merge pull request #2015 from pgimalac/pgimalac/cpu-info-model-name\n\nUse provided description for CPU model name on AIX"
    },
    {
      "commit": "b63265a10d3e2a082c0fd15bdf0660076e813c3d",
      "tree": "cc37df92571ae7c4da9124ad60ad76c8dceefeed",
      "parents": [
        "6fb595a984206aa1b0511746b2f9bc003c002fda",
        "ab0012bba42a98c38b4488de85012e679824c4c5"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 07 09:01:48 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 07 09:01:48 2026"
      },
      "message": "Merge pull request #2014 from pgimalac/pgimalac/aix-cpu-total-stats\n\nUse total stats for AIX CPU times"
    },
    {
      "commit": "6fb595a984206aa1b0511746b2f9bc003c002fda",
      "tree": "62b3bfb66052c5023648f24941fd589386d35456",
      "parents": [
        "32f7a64e790a9507dbe10522f99171718b89dad2",
        "be52e862dc73e2fe58cccd91763148e271476c16"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 07 08:44:58 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 07 08:44:58 2026"
      },
      "message": "Merge pull request #2013 from pgimalac/pgimalac/aix-fix-disk-partition\n\nFix PartitionsWithContext on AIX to avoid returning empty structs"
    },
    {
      "commit": "32f7a64e790a9507dbe10522f99171718b89dad2",
      "tree": "75a4eabd4b514f1dad4780e38c1fcaa76a9b80df",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063",
        "6cab831d088b53185aa22f41c3915f87c5b01130"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Sat Mar 07 08:41:47 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 07 08:41:47 2026"
      },
      "message": "Merge pull request #2018 from pgimalac/pgimalac/fix-linters\n\nFix golangci-lint linter jobs"
    },
    {
      "commit": "264a878c4ffa5069791f2056d9fd3277b2b6b637",
      "tree": "5fb270116f712adf7d863250d7bdcf3382346d4a",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 18:01:22 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 18:01:22 2026"
      },
      "message": "feat: add implementation of numProcs for AIX with cgo\n"
    },
    {
      "commit": "172b566b47691d3b37032c385b0648402854e129",
      "tree": "62031d785abe0abfb681a19d01e38f0d10e68ad5",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 17:47:09 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 17:47:09 2026"
      },
      "message": "fix: host user parsing on aix\n"
    },
    {
      "commit": "5d254ef8092ac264a6bd05861c349cde3c76792b",
      "tree": "0342c18e77488a42b787eeb61abd3bbc8ed68560",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 17:34:24 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 17:34:24 2026"
      },
      "message": "fix: net iocounters errors, add dropin\n"
    },
    {
      "commit": "b1fac632427bc62a56ed4736d8ce2aff78146edb",
      "tree": "8f5d7591646a9e3f22d35f56713ec0e17efecc6b",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 16:19:47 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 17:15:34 2026"
      },
      "message": "fix: load procs running on aix\n"
    },
    {
      "commit": "6cab831d088b53185aa22f41c3915f87c5b01130",
      "tree": "75a4eabd4b514f1dad4780e38c1fcaa76a9b80df",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 15:42:57 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 15:42:57 2026"
      },
      "message": "chore: fix linters\n"
    },
    {
      "commit": "11b6baae49f0081927aed9a04e5074218b6154ca",
      "tree": "ab8b3830e4b084d566431b025f4773981aa7a4ea",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 15:14:29 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Fri Mar 06 15:14:29 2026"
      },
      "message": "fix: logical cpu in CountsWithContext for AIX\n"
    },
    {
      "commit": "487af6b411a809634daa7d75c81de7959d47a8c9",
      "tree": "7fc83a79557244f11ec697c3543171bd88be1999",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:37:17 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:37:17 2026"
      },
      "message": "fix: use provided description for cpu model name\n"
    },
    {
      "commit": "ab0012bba42a98c38b4488de85012e679824c4c5",
      "tree": "9b8d004fa5abe055b6b00fe20683df0295ad81c2",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:34:56 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:34:56 2026"
      },
      "message": "fix: use total stats for aix cpu\n"
    },
    {
      "commit": "be52e862dc73e2fe58cccd91763148e271476c16",
      "tree": "8e41f0319fcc9111abcf5131d919559437e7ea71",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:29:35 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:29:35 2026"
      },
      "message": "fix: PartitionsWithContext on AIX\n"
    },
    {
      "commit": "d9e7201c9873a3d7ef536843c25ed1f756a52e26",
      "tree": "9eff7831461c0a146813f98e01b80af82d9f9e07",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:28:39 2026"
      },
      "committer": {
        "name": "Pierre Gimalac",
        "email": "pierre.gimalac@datadoghq.com",
        "time": "Thu Mar 05 23:28:39 2026"
      },
      "message": "feat: implement IOCountersWithContext for AIX with CGO\n"
    },
    {
      "commit": "866c9572039f79fef7efef0492ccaf03d6d3a580",
      "tree": "0ef3100e2ea151ffb57dfb3f8aa4793efe6e7963",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Wed Mar 04 13:47:03 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Wed Mar 04 13:47:03 2026"
      },
      "message": "[mem][linux]: Remove deprecated opt-out for MemAvailable-based Used calculation\n\nRemove WillBeDeletedOptOutMemAvailableCalc constant and the associated\nopt-out code path that was scheduled for removal in March 2026.\n\nThe old formula (Total - Free - Buffers - Cached) is no longer available.\nmem.Used is now always calculated as Total - Available, consistent with\nmodern procps-ng tools (free, top) since v4.0.1.\n\nCloses #1873\n"
    },
    {
      "commit": "5050c5ec241c841d68c1a7758e2a0f5c64572a9b",
      "tree": "d03fb038dec06e220dce294161848fc3bc1308a0",
      "parents": [
        "33fab7d6086dee35b566e8a36e0f21f2a68d0063"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Mon Mar 02 15:16:27 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Mon Mar 02 15:16:27 2026"
      },
      "message": "sensors(aix): remove orphaned VirtualizationWithContext\n"
    },
    {
      "commit": "33fab7d6086dee35b566e8a36e0f21f2a68d0063",
      "tree": "2598afd425dbfe2ba36cf69736dfbb36c996faf1",
      "parents": [
        "6320f9ee4b6a0d21196a2fcade84cdbc98494248",
        "a69a8e2112b510d23db0b39133d06b2c26e3cd05"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Feb 27 12:05:12 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 12:05:12 2026"
      },
      "message": "Merge pull request #2009 from shirou/dependabot/github_actions/actions/setup-go-6.3.0\n\nchore(deps): bump actions/setup-go from 6.2.0 to 6.3.0"
    },
    {
      "commit": "6320f9ee4b6a0d21196a2fcade84cdbc98494248",
      "tree": "f2a4aaf19ee1b672f1a9866ffbe66e6364056519",
      "parents": [
        "6a6e2157d2753fb578fcadd3f49c2cb1dc4ff401",
        "2ef7eb78356fd700ca4437df4126176dcaa347eb"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Feb 27 10:15:25 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 10:15:25 2026"
      },
      "message": "Merge pull request #2007 from shirou/fix/fix_disk_mountinfo_parsing_bugs\n\n[linux][disk]: fix disk mountinfo parsing bug"
    },
    {
      "commit": "2cd6d1023389ee34fa0c7c2636eda1bb033b49a3",
      "tree": "749dae7b1f54e17af116b89cda802d9bdc379055",
      "parents": [
        "6a6e2157d2753fb578fcadd3f49c2cb1dc4ff401"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 27 01:52:25 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 01:52:25 2026"
      },
      "message": "chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a69a8e2112b510d23db0b39133d06b2c26e3cd05",
      "tree": "ebaad8c4a81dc7348cea732a642382319c0d01ff",
      "parents": [
        "6a6e2157d2753fb578fcadd3f49c2cb1dc4ff401"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 27 01:52:20 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 01:52:20 2026"
      },
      "message": "chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.3.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5...4b73464bb391d4059bd26b0524d20df3927bd417)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n  dependency-version: 6.3.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6a6e2157d2753fb578fcadd3f49c2cb1dc4ff401",
      "tree": "cc5b9fa9ca2f03b5a8d778af42897c92a54d0e5b",
      "parents": [
        "962bfd89f4a8ff3540817e7fbfed3274719d5976",
        "e1404507265baa18a4134ffd13283e39a29addc2"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Tue Feb 24 09:09:43 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 24 09:09:43 2026"
      },
      "message": "Merge pull request #2008 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.10.0\n\nchore(deps): bump github.com/ebitengine/purego from 0.9.1 to 0.10.0"
    },
    {
      "commit": "e1404507265baa18a4134ffd13283e39a29addc2",
      "tree": "cc5b9fa9ca2f03b5a8d778af42897c92a54d0e5b",
      "parents": [
        "962bfd89f4a8ff3540817e7fbfed3274719d5976"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Feb 24 01:52:32 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 24 01:52:32 2026"
      },
      "message": "chore(deps): bump github.com/ebitengine/purego from 0.9.1 to 0.10.0\n\nBumps [github.com/ebitengine/purego](https://github.com/ebitengine/purego) from 0.9.1 to 0.10.0.\n- [Release notes](https://github.com/ebitengine/purego/releases)\n- [Commits](https://github.com/ebitengine/purego/compare/v0.9.1...v0.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/ebitengine/purego\n  dependency-version: 0.10.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "2ef7eb78356fd700ca4437df4126176dcaa347eb",
      "tree": "a92f2a80a244869f6f76e3405e99cf2909cfcfca",
      "parents": [
        "962bfd89f4a8ff3540817e7fbfed3274719d5976"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Feb 23 11:51:43 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Feb 23 11:51:43 2026"
      },
      "message": "[linux][disk]: fix disk mountinfo parsing bug\n"
    },
    {
      "commit": "962bfd89f4a8ff3540817e7fbfed3274719d5976",
      "tree": "80f6b66f76d1f87b8288ce134130d8a79c7b9a02",
      "parents": [
        "8de66e7a4f47567d2f453a1b4e9816a072f582de",
        "57bfd1e499eb6264829abc512eb0fd33133823dc"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 15:04:21 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 19 15:04:21 2026"
      },
      "message": "Merge pull request #2000 from shirou/dependabot/go_modules/golang.org/x/sys-0.41.0\n\nchore(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0"
    },
    {
      "commit": "8de66e7a4f47567d2f453a1b4e9816a072f582de",
      "tree": "35e3bce51d835bf84b0e2635066a6edff1eb6c77",
      "parents": [
        "09fc640e6e15d45d2ac5836f81efc6d38d2680f6",
        "a92742331b7663a474ed041e0cffeb6040a0b1c2"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 14:12:53 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 19 14:12:53 2026"
      },
      "message": "Merge pull request #2006 from shirou/fix/fix_gosec_lint\n\n[common][process]: fix gosec lint"
    },
    {
      "commit": "a92742331b7663a474ed041e0cffeb6040a0b1c2",
      "tree": "35e3bce51d835bf84b0e2635066a6edff1eb6c77",
      "parents": [
        "4e9a8de42715f9b06ceec8669847d4c49fd755a1"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 13:45:59 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 13:45:59 2026"
      },
      "message": "fix: ignore s390x golangci-lint due to becoming always fail\n"
    },
    {
      "commit": "4e9a8de42715f9b06ceec8669847d4c49fd755a1",
      "tree": "855661740a1e9ccba474977d9617d36d25af9d0a",
      "parents": [
        "09fc640e6e15d45d2ac5836f81efc6d38d2680f6"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 13:22:41 2026"
      },
      "committer": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 13:28:55 2026"
      },
      "message": "[common][process]: fix gosec lint\n"
    },
    {
      "commit": "09fc640e6e15d45d2ac5836f81efc6d38d2680f6",
      "tree": "ce32c2800299eba2f4632efa42dd13d3d80ef6b7",
      "parents": [
        "67304c33f246d9598551d61af85690d50b3e8606",
        "3f9bb0fe01fd7d07bd73d60f619812ff36610477"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Feb 19 12:25:36 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 19 12:25:36 2026"
      },
      "message": "Merge pull request #2003 from jose-manuel-almaza/fix/disk-iocounters-skip-unsupported-errors\n\nfix(disk): skip drives returning ERROR_INVALID_FUNCTION or ERROR_NOT_SUPPORTED in IOCounters on Windows"
    },
    {
      "commit": "67304c33f246d9598551d61af85690d50b3e8606",
      "tree": "cb0f11e923f5dcaefdeb18fe0546d9806aaad36a",
      "parents": [
        "ae93db03df5094e56ff194d6d85d67ca4a8a4928",
        "8f9d77faa09d8b116b77f21f390d865146c1c7ff"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Tue Feb 17 14:37:13 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 17 14:37:13 2026"
      },
      "message": "Merge pull request #1998 from Dylan-M/dylanmyers/aix_timesince\n\nrefactor: move timeSince and timeSinceMillis to common package"
    },
    {
      "commit": "3f9bb0fe01fd7d07bd73d60f619812ff36610477",
      "tree": "437b55e442f6a635f173d97513818fd3e963f52a",
      "parents": [
        "ae93db03df5094e56ff194d6d85d67ca4a8a4928"
      ],
      "author": {
        "name": "Jose Manuel Almaza",
        "email": "josemanuel.almaza@datadoghq.com",
        "time": "Mon Feb 16 16:22:16 2026"
      },
      "committer": {
        "name": "Jose Manuel Almaza",
        "email": "josemanuel.almaza@datadoghq.com",
        "time": "Mon Feb 16 16:22:16 2026"
      },
      "message": "fix(disk): skip drives returning ERROR_INVALID_FUNCTION or ERROR_NOT_SUPPORTED in IOCounters on Windows\n\nDeviceIoControl with IOCTL_DISK_PERFORMANCE may return ERROR_INVALID_FUNCTION\nor ERROR_NOT_SUPPORTED for drives that do not support disk performance counters\n(e.g. virtual drives like Google Drive, or Windows Server 2016 with disk\nperformance counters disabled). Previously this caused IOCountersWithContext to\nreturn a fatal error, discarding IO stats already collected for other drives.\n\nThis change skips the unsupported drive and continues iterating, matching the\nbehavior of Python psutil:\nhttps://github.com/giampaolo/psutil/blob/master/psutil/arch/windows/disk.c#L146-L163\n\nFixes #1461\n"
    },
    {
      "commit": "8f9d77faa09d8b116b77f21f390d865146c1c7ff",
      "tree": "cb0f11e923f5dcaefdeb18fe0546d9806aaad36a",
      "parents": [
        "ae93db03df5094e56ff194d6d85d67ca4a8a4928"
      ],
      "author": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Mon Jan 26 17:37:07 2026"
      },
      "committer": {
        "name": "Dylan Myers",
        "email": "dylan.myers@observiq.com",
        "time": "Mon Feb 16 14:33:04 2026"
      },
      "message": "refactor: move timeSince and timeSinceMillis to common package\n"
    },
    {
      "commit": "ae93db03df5094e56ff194d6d85d67ca4a8a4928",
      "tree": "5d48c7495635c73e723e0ec36f68d076952ca9ac",
      "parents": [
        "b71e1d92e90482e989a267f978f411066ce4becf",
        "55d73b48de3ebb83793f6b01838e9494dad46943"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Fri Feb 13 14:16:23 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 13 14:16:23 2026"
      },
      "message": "Merge pull request #2002 from skartikey/disk_linux\n\n[disk][linux]: fix Device set to \"none\" for virtual filesystems"
    },
    {
      "commit": "55d73b48de3ebb83793f6b01838e9494dad46943",
      "tree": "5d48c7495635c73e723e0ec36f68d076952ca9ac",
      "parents": [
        "b71e1d92e90482e989a267f978f411066ce4becf"
      ],
      "author": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Tue Feb 10 20:34:44 2026"
      },
      "committer": {
        "name": "skartikey",
        "email": "1942366+skartikey@users.noreply.github.com",
        "time": "Tue Feb 10 20:34:44 2026"
      },
      "message": "[disk][linux]: fix Device set to \"none\" for virtual filesystems\nFixes #2001\n"
    },
    {
      "commit": "b71e1d92e90482e989a267f978f411066ce4becf",
      "tree": "89cfec6c80aa73d1f1d400c0c424533d9c3c9b4f",
      "parents": [
        "6df6569b28c957d3bebbd5797393af68d086e82a",
        "70a4697a172c44dfbb04b904f0b8f287064567b2"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Tue Feb 10 11:37:07 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 10 11:37:07 2026"
      },
      "message": "Merge pull request #1966 from shirou/dependabot/github_actions/actions/upload-artifact-6.0.0\n\nchore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0"
    },
    {
      "commit": "6df6569b28c957d3bebbd5797393af68d086e82a",
      "tree": "1b94920935470caf629023230322bca59f618fcb",
      "parents": [
        "0191ceadd635920e18f258115c1987c1a71f7b79",
        "d220521ed6066ec833d510ffdcf77d31d3b2c637"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Feb 09 14:40:49 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:40:49 2026"
      },
      "message": "Merge pull request #1988 from shirou/dependabot/github_actions/actions/setup-go-6.2.0\n\nchore(deps): bump actions/setup-go from 6.0.0 to 6.2.0"
    },
    {
      "commit": "0191ceadd635920e18f258115c1987c1a71f7b79",
      "tree": "135d32c6cd5e105c4ab0f83ea24d42e159086276",
      "parents": [
        "b2abf6071008eeeb0370607811c6c32363f366d8",
        "ee620bf0b54a876cd252b7037a9ea95bdf98e751"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Mon Feb 09 14:40:23 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:40:23 2026"
      },
      "message": "Merge pull request #1993 from alexandear-org/docs/update-golang-go\n\n[doc]: Update \u0027golang\u0027 to \u0027Go\u0027 for consistency"
    },
    {
      "commit": "57bfd1e499eb6264829abc512eb0fd33133823dc",
      "tree": "64068cd2ce62f3bebfc1efab57fa42875d88c4df",
      "parents": [
        "b2abf6071008eeeb0370607811c6c32363f366d8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 09 01:52:28 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 01:52:28 2026"
      },
      "message": "chore(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.40.0 to 0.41.0.\n- [Commits](https://github.com/golang/sys/compare/v0.40.0...v0.41.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n  dependency-version: 0.41.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b2abf6071008eeeb0370607811c6c32363f366d8",
      "tree": "01c3129a5abef150b5262cea73c293f2b8cc00fd",
      "parents": [
        "20de7d542dce9321f468d28513931a0e9b930e00",
        "01bdbbaa6b1a078754d82d0dff404830af2ff963"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Jan 29 13:53:42 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 29 13:53:42 2026"
      },
      "message": "Merge pull request #1997 from Aoang/fix/kelvin-to-celsius\n\nfix(sensors): kelvin to Celsius"
    },
    {
      "commit": "20de7d542dce9321f468d28513931a0e9b930e00",
      "tree": "6f2947e2104a5f8eeddd802ad10e028cd31ea168",
      "parents": [
        "e699d490a1b7e105ad8dae2fb3ae5f6596d416db",
        "2f99176f8feaecca0826304560f067f8b18785be"
      ],
      "author": {
        "name": "shirou",
        "email": "shirou.faw@gmail.com",
        "time": "Thu Jan 29 12:29:11 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 29 12:29:11 2026"
      },
      "message": "Merge pull request #1994 from shirou/fix/get_terminal_map_bug\n\n[process][posix]: fix getTerminalMap path construction bug"
    },
    {
      "commit": "01bdbbaa6b1a078754d82d0dff404830af2ff963",
      "tree": "4193cab81d14e05f5caf98a731c23397376a6896",
      "parents": [
        "e699d490a1b7e105ad8dae2fb3ae5f6596d416db"
      ],
      "author": {
        "name": "Aoang",
        "email": "aoang@x2oe.com",
        "time": "Mon Jan 26 08:18:58 2026"
      },
      "committer": {
        "name": "Aoang",
        "email": "aoang@x2oe.com",
        "time": "Mon Jan 26 08:38:53 2026"
      },
      "message": "fix(sensors): kelvin to Celsius\n\nThe previous implementation was incorrect\nwhen temp \u003d 2732, expected 0.05, got -0.14\n"
    },
    {
      "commit": "d220521ed6066ec833d510ffdcf77d31d3b2c637",
      "tree": "9b0e692f89ab1f6756000d44643ce163267323b0",
      "parents": [
        "e699d490a1b7e105ad8dae2fb3ae5f6596d416db"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Jan 25 14:29:49 2026"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 25 14:29:49 2026"
      },
      "message": "chore(deps): bump actions/setup-go from 6.0.0 to 6.2.0\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.2.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/44694675825211faa026b3c33043df3e48a5fa00...7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n  dependency-version: 6.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    }
  ],
  "next": "e699d490a1b7e105ad8dae2fb3ae5f6596d416db"
}
