)]}'
{
  "log": [
    {
      "commit": "e463cd1c0db2582865a310ad8053653b74ce1f22",
      "tree": "f16b5c570b70f65925ae407c8037621de4196028",
      "parents": [
        "6b701ff49ede1b172c3f0042b21d7556f29eddd1"
      ],
      "author": {
        "name": "Abhisar Sinha",
        "email": "63767682+abh1sar@users.noreply.github.com",
        "time": "Wed Aug 12 11:14:16 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 12 11:14:16 2026 +0530"
      },
      "message": "Fix list response keys derived from the API name (#162)\n\nCloudStack keys a list response\u0027s items by the response object name, not by the\nAPI name the generator derived the tag from, so 16 list APIs decoded as a\npermanently empty slice while count parsed from the same body and no error was\nreturned. The keys are now data in a documented listResponseKeys map rather than\n24 hand-written switch arms, each one observed on a real server and pinned by a\ntest, leaving only genuine shape differences in the switch; listCaCertificate and\nlistUsageServerMetrics also become pointers, since they return a single object\nwith no count. Also moves the getRawValue empty-array guard from #154 into the\ngenerator, where it had been edited into the generated file only and so was\nreverted by every `make code`."
    },
    {
      "commit": "6b701ff49ede1b172c3f0042b21d7556f29eddd1",
      "tree": "bfe973520cf713b06b1cd35db9985c2505d66b30",
      "parents": [
        "37d668c751c41e8d67cff6f8e9907fc2420b1a19"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Mon Aug 10 22:19:46 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 11 07:49:46 2026 +0530"
      },
      "message": "Fix the servicecapabilitylist type for create VPC \u0026 Network Offerings (#158)\n\nCo-authored-by: Pearl Dsilva \u003cpearl1954@gmail.com\u003e"
    },
    {
      "commit": "37d668c751c41e8d67cff6f8e9907fc2420b1a19",
      "tree": "084b1c7340c8b4bf7895b6585b31e60f6e66fe67",
      "parents": [
        "35cbeda03077a3a7bcb1aa5b4ea0662770145e25"
      ],
      "author": {
        "name": "Wei Zhou",
        "email": "weizhou@apache.org",
        "time": "Mon Aug 10 16:50:10 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 10 20:20:10 2026 +0530"
      },
      "message": "Fix listing virtual machines with vnfnics (#161)\n\n* Fix listing virtual machines with vnfnics\n\n* Fix response key for ListVnfTemplates and ListVnfAppliances\n\nBoth list structs took their json tag from the API name, so they looked for\n\"vnftemplate\" and \"vnfappliance\". Neither key exists in the server response:\nListVnfTemplatesCmd is an empty subclass of ListTemplatesCmd and returns its\nitems under \"template\", and ListVnfAppliancesCmd inherits execute() from\nListVMsCmd and returns its items under \"virtualmachine\". Both calls therefore\nreturned a correct Count with an always-empty slice, which also made\nGetVnfTemplateByName/ByID and GetVnfApplianceByName/ByID always report that\nthe resource was not found.\n\nAdds both to the existing switch of APIs whose response key differs from the\nAPI name, alongside cases like listVirtualMachinesUsageHistory, and\nregenerates. Verified against a 4.22.1.0 server response that returns one VNF\ntemplate: it decodes to one element instead of zero.\n\n---------"
    },
    {
      "commit": "35cbeda03077a3a7bcb1aa5b4ea0662770145e25",
      "tree": "c175ca5e5e970dab1d76ab4591f82fdd59dc62de",
      "parents": [
        "a2e753b2432fcb5c1d2b485b0b57f55c0d0bdbb1"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Fri Aug 07 00:40:50 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 07 10:10:50 2026 +0530"
      },
      "message": "Add support for 4.22.1.0 release (#143)\n\n* Add support for 4.22.1.0 release\n\n* Add support for managing guest OS category - create, delete, update (#144)\n\n---------\n\nCo-authored-by: Pearl Dsilva \u003cpearl1954@gmail.com\u003e\n\n* Adds support to upload k8s ISO from local (#147)\n\n* update nested response\n\n---------\n\nCo-authored-by: Pearl Dsilva \u003cpearl1954@gmail.com\u003e\n\n* Support the returned response for getUploadParamsForKubernetesSupportedVersion\n\n* Add support for managing Storage access groups (#146)\n\nCo-authored-by: Pearl Dsilva \u003cpearl1954@gmail.com\u003e\n\n---------\n\nCo-authored-by: Pearl Dsilva \u003cpearl1954@gmail.com\u003e"
    },
    {
      "commit": "a2e753b2432fcb5c1d2b485b0b57f55c0d0bdbb1",
      "tree": "62a10cb296116477b69c094d331045c65a302b33",
      "parents": [
        "0b7f2054a5ca840114b75f1d32a708fe61b793c4"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Thu Aug 06 17:25:12 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 06 17:25:12 2026 +0530"
      },
      "message": "Updated MS maintenance APIs (#134)\n\n* Updated MS maintenance APIs\n\n* Apply suggestions from code review\n\nCo-authored-by: Abhisar Sinha \u003c63767682+abh1sar@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Abhisar Sinha \u003c63767682+abh1sar@users.noreply.github.com\u003e"
    },
    {
      "commit": "0b7f2054a5ca840114b75f1d32a708fe61b793c4",
      "tree": "454b1f16d2532c74666615aaa96cd459c6aafb49",
      "parents": [
        "340f0b17b9e212ca40a0f11ac2e17a1d7b948597"
      ],
      "author": {
        "name": "Wei Zhou",
        "email": "weizhou@apache.org",
        "time": "Wed Aug 05 18:08:41 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 21:38:41 2026 +0530"
      },
      "message": "Fix datadisksdetails (#141)\n\n* Fix datadisksdetails\n\n* Fix deployVnfAppliance and createVMFromBackup"
    },
    {
      "commit": "340f0b17b9e212ca40a0f11ac2e17a1d7b948597",
      "tree": "297caa0fed03d426e2250fec4770a11fcbf10844",
      "parents": [
        "2b126aea2151bcac4023467acfc22ce74da63b2d"
      ],
      "author": {
        "name": "James Peru Mmbono",
        "email": "jmsperu@gmail.com",
        "time": "Wed Aug 05 19:08:00 2026 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 21:38:00 2026 +0530"
      },
      "message": "Fix list-response JSON tags and guard getRawValue against empty arrays (#154)\n\nSeveral List\u003cX\u003eResponse structs use a json tag that does not match the key\nCloudStack actually returns (the generator derives it from parseSingular()),\nso Count parses but the slice stays nil — silent data loss. Verified against\nthe CloudStack source object names (setObjectName):\n\n- listHypervisorCapabilities: hypervisorcapability -\u003e hypervisorCapabilities\n- listGuestNetworkIpv6Prefixes: guestnetworkipv6prefixe -\u003e guestnetworkipv6prefix\n- listLBHealthCheckPolicies: lbhealthcheckpolicy -\u003e healthcheckpolicies\n- listLBStickinessPolicies: lbstickinesspolicy -\u003e stickinesspolicies\n\nFixed via explicit cases in the generator\u0027s override switch (alongside the\nexisting metrics cases) and the regenerated tags.\n\nAlso guards getRawValue() against a count-wrapped response carrying an empty\ndata array, which previously panicked on resp[0] (index out of range); it now\nreturns a descriptive error.\n\nAdds regression tests for both.\n\nSigned-off-by: James Peru \u003cjames@xcobean.com\u003e\nCo-authored-by: James Peru \u003cjames@xcobean.com\u003e"
    },
    {
      "commit": "2b126aea2151bcac4023467acfc22ce74da63b2d",
      "tree": "78c206db72e22f367246ff1cbceff698beb04792",
      "parents": [
        "2e70b7968de414c870e3a62c7bfedf793c4574bd"
      ],
      "author": {
        "name": "Gusmew",
        "email": "66300292+Gusmew@users.noreply.github.com",
        "time": "Wed Aug 05 17:51:35 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 21:21:35 2026 +0530"
      },
      "message": "fix: add importVm to detailsRequireZeroIndex and regenerate (#148)\n\nCo-authored-by: Francesco Gusmeroli \u003cfrancesco.gusmeroli@staff.aruba.it\u003e"
    },
    {
      "commit": "2e70b7968de414c870e3a62c7bfedf793c4574bd",
      "tree": "f9d70d4b286d6d12e803f698f61d8df678f9bc05",
      "parents": [
        "e2d30721b069355d5de6b130397a24efc7e713b9"
      ],
      "author": {
        "name": "Lars Lehtonen",
        "email": "lars.lehtonen@gmail.com",
        "time": "Wed Aug 05 08:50:40 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 21:20:40 2026 +0530"
      },
      "message": "Fix dropped generate error (#138)"
    },
    {
      "commit": "e2d30721b069355d5de6b130397a24efc7e713b9",
      "tree": "248bc8961e93e9f873f3da2eafc2b4f8b2d59565",
      "parents": [
        "70fb49a01b425d6f7c6590980ca11c9e2b83f3d8"
      ],
      "author": {
        "name": "Abhisar Sinha",
        "email": "63767682+abh1sar@users.noreply.github.com",
        "time": "Wed Aug 05 20:55:30 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 20:55:30 2026 +0530"
      },
      "message": "Fix panic when serializing UUID-typed request parameters (#160)\n\ngenerateConvertCode treated the generated \"UUID\" Go type the same as\n\"string\" when building toURLValues(), emitting v.(string) for a value\nthat is actually stored as cloudstack.UUID. That type assertion panics\nat runtime since Go requires an exact dynamic type match.\n\nAffects managementserverid, currently the only parameter routed\nthrough the UUID type, on listAsyncJobs, listHosts, listHostsMetrics,\ntriggerShutdown, cancelShutdown, prepareForShutdown,\nlistWebhookDeliveries, and deleteWebhookDelivery. It was previously\ndormant since the parameter is optional on all of them and the setter\nwas never exercised by the standard generated tests.\n\nAssert the value as UUID and convert to string, instead of asserting\nit as string."
    },
    {
      "commit": "70fb49a01b425d6f7c6590980ca11c9e2b83f3d8",
      "tree": "fbfeffc1a2bbbfbf80b5958f9117d478e9a6c1bb",
      "parents": [
        "d8a7439fdc7eb412d0773832b4c385bfd9e90f2a"
      ],
      "author": {
        "name": "James Peru Mmbono",
        "email": "jmsperu@gmail.com",
        "time": "Wed Aug 05 11:09:42 2026 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 13:39:42 2026 +0530"
      },
      "message": "Scope GetTemplateByName/GetIsoByName by-ID lookup to the zone (#87) (#153)\n\nGetTemplateByName (and GetIsoByName) resolve the id with the zoneid\nconstraint via GetTemplateID, then call GetTemplateByID/GetIsoByID WITHOUT\nthe zone. A template/ISO registered in multiple zones lists one row per\nzone for the same UUID, so the helper fails with \u0027There is more then one\nresult for Template UUID: ...!\u0027 (#87).\n\nFix the generator to pass the zone into the by-ID lookup via the existing\nWithZone option for Template/Iso, and apply it to the two generated helpers.\nWithZone is a no-op on empty zoneid and uses the id directly for a UUID.\nAdds a regression test reproducing #87.\n\nSigned-off-by: James Peru \u003cjames@xcobean.com\u003e\nCo-authored-by: James Peru \u003cjames@xcobean.com\u003e"
    },
    {
      "commit": "d8a7439fdc7eb412d0773832b4c385bfd9e90f2a",
      "tree": "99e8578312a73668f181f7547bb1dcacbcc5ba8a",
      "parents": [
        "e4f810bc8b12ddefa8445ba0bcd4ce0170a0c21e"
      ],
      "author": {
        "name": "Vishesh",
        "email": "8760112+vishesh92@users.noreply.github.com",
        "time": "Mon Aug 03 21:37:47 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 03 21:37:47 2026 +0530"
      },
      "message": "Fix param in create LB Stickyness policy command (#133)\n\n* Fix param in create LB Sticky policy command\n\n* Fix list stickyness policy response"
    },
    {
      "commit": "e4f810bc8b12ddefa8445ba0bcd4ce0170a0c21e",
      "tree": "b3dc4c8a9865ecc2083b90ff9e6d10f0eeaceee0",
      "parents": [
        "58d84b2dbc5303fc1ddd6e3c1202ceb9472256e0"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Mon Jul 13 10:10:25 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 13 13:40:25 2026 +0530"
      },
      "message": "Add security-model discoverability pointer to the project-wide CloudStack threat model (#149)\n\n* Add draft project security threat-model document\n\nAdds a draft project-level security threat-model document\n(draft-THREAT-MODEL.md) at repo root, improving discoverability\nfor automated security scanners running against this repository.\nThe file follows the rubric format used by several other ASF\nprojects piloting security-model discoverability.\n\nThe \"draft-\" prefix signals this is a proposal for the PMC to\nreview, correct, or reject — not a finalised maintainer-blessed\nmodel. Every claim carries a provenance tag (documented /\ninferred / maintainer) so reviewers can see where each claim\noriginates; §14 collects open questions for the maintainers.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n\n* Point to the project-wide CloudStack threat model instead of a per-repo copy\n\nDrop the standalone draft-THREAT-MODEL.md and wire the discoverability chain\nAGENTS.md -\u003e SECURITY.md -\u003e the project-wide model in apache/cloudstack\n(apache/cloudstack#13293), so scanners find one canonical model and this repo\ninherits it rather than duplicating it.\n\nGenerated-by: Claude Code\n\n* Exclude SECURITY.md + AGENTS.md from RAT\n\nThese scaffold files carry an SPDX license header, but this repo\u0027s Apache RAT\ncheck doesn\u0027t scan headers embedded in Markdown, so list them in .rat-excludes.\n\nGenerated-by: Claude Code\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\nCo-authored-by: dahn \u003cdaan.hoogland@gmail.com\u003e\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e"
    },
    {
      "commit": "58d84b2dbc5303fc1ddd6e3c1202ceb9472256e0",
      "tree": "3cba5b3a55ece106bfc2ba7259daef512c7d5414",
      "parents": [
        "06f105c913c56924436b67006f3ad4a473c8995a"
      ],
      "author": {
        "name": "Vishesh",
        "email": "8760112+vishesh92@users.noreply.github.com",
        "time": "Thu Jul 09 18:33:00 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 09 18:33:00 2026 +0530"
      },
      "message": "Enable copilot code review (#157)"
    },
    {
      "commit": "06f105c913c56924436b67006f3ad4a473c8995a",
      "tree": "362edede5ae10723ba4f7431c3f7bd5a28229203",
      "parents": [
        "358fe85e335928dc8ff70220d165853b087a99b7"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Fri Jun 12 08:51:37 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 12 08:51:37 2026 +0200"
      },
      "message": "Upgrade Apache RAT from version 0.17 to 0.18 (#139)"
    },
    {
      "commit": "358fe85e335928dc8ff70220d165853b087a99b7",
      "tree": "17673954ebf976b6e222faa331a8fe6d16bdf381",
      "parents": [
        "1b6b293a6c80b018c1e97470babb270b1ec757bd",
        "44288022c1459f90a71b6df9c8c6f23e8adcbbe2"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Fri Nov 28 18:15:36 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 28 18:15:36 2025 +0530"
      },
      "message": "Fix VM Usage history response\n\n"
    },
    {
      "commit": "44288022c1459f90a71b6df9c8c6f23e8adcbbe2",
      "tree": "17673954ebf976b6e222faa331a8fe6d16bdf381",
      "parents": [
        "3a9d03858c37d051844d3f98e93a732149ff15a6"
      ],
      "author": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 13:29:09 2025 +0100"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 13:29:09 2025 +0100"
      },
      "message": "generate code again after rebase\n"
    },
    {
      "commit": "3a9d03858c37d051844d3f98e93a732149ff15a6",
      "tree": "7b76d1c5b66514963ce4fa075923093ce23a5ca4",
      "parents": [
        "d9394b2af9e929976cbe825b170d3845a8bef546"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Fri Jan 03 08:30:03 2025 -0500"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 13:27:26 2025 +0100"
      },
      "message": "linting issue\n"
    },
    {
      "commit": "d9394b2af9e929976cbe825b170d3845a8bef546",
      "tree": "696ff20f8db999e5f1bb3c43c34ec384dc6d963a",
      "parents": [
        "1b6b293a6c80b018c1e97470babb270b1ec757bd"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 31 11:26:26 2024 -0500"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 13:27:23 2025 +0100"
      },
      "message": "Fix VM Usage histroy response\n"
    },
    {
      "commit": "1b6b293a6c80b018c1e97470babb270b1ec757bd",
      "tree": "2a169c557162666d10f5a2b62a34e6f8019b420c",
      "parents": [
        "161e2227936415bb8af4a27dc6937ec70cbd188c",
        "3aaf3aa31e862e0cf80f789529640bbd17ce3359"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Fri Nov 28 17:51:50 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 28 17:51:50 2025 +0530"
      },
      "message": "Fix userdatadetails\n\n"
    },
    {
      "commit": "161e2227936415bb8af4a27dc6937ec70cbd188c",
      "tree": "e147267bd2c4541cfd794cbfe02f7fea74c6e072",
      "parents": [
        "ce263521dd0b3fa82fa6b94a127fc8ce2e06b613"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Fri Nov 28 17:47:37 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 28 13:17:37 2025 +0100"
      },
      "message": "Updated SDK with 4.22.0 APIs (#130)\n\n"
    },
    {
      "commit": "3aaf3aa31e862e0cf80f789529640bbd17ce3359",
      "tree": "acde72fb1bed0ab4dfa51a1a668f486bceded859",
      "parents": [
        "9a71f69296dc923b05c16f6afe5840ac141bd727"
      ],
      "author": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 10:50:09 2025 +0100"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Fri Nov 28 10:50:09 2025 +0100"
      },
      "message": "Fix userdatadetails\n"
    },
    {
      "commit": "ce263521dd0b3fa82fa6b94a127fc8ce2e06b613",
      "tree": "9c31ddfa4ecd75dcce4f4ea0082c452e7304e86f",
      "parents": [
        "3a1384d8bb88f2d1befdae979b3772f449492e6e"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue Oct 21 15:15:49 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 21 15:15:49 2025 +0200"
      },
      "message": "rat update (#128)\n\nCo-authored-by: Daan Hoogland \u003cdahn@apache.org\u003e"
    },
    {
      "commit": "3a1384d8bb88f2d1befdae979b3772f449492e6e",
      "tree": "ca4ba02e2b7792952409051b28a505a05adb80cc",
      "parents": [
        "cff4f1b1db2a06a6747d1d19b23087ef222087d6"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Fri Sep 26 06:54:43 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 26 16:24:43 2025 +0530"
      },
      "message": "Fix CNI Configuration as it internally uses UserData (#125)\n\n"
    },
    {
      "commit": "cff4f1b1db2a06a6747d1d19b23087ef222087d6",
      "tree": "8d1df6ef21a9c52b496221c323411249c92e5c2d",
      "parents": [
        "ab2a5ffd0f9e750bdc362037b8e05783e140da11"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Sep 23 09:27:55 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 23 09:27:55 2025 -0400"
      },
      "message": "Update listApis with 4.21.0 APIs (#120)\n\n* Update listApis with 4.21 APIs\n\n* add template_id to required params for backward compatability\n\n* Add support for GPU apis (#121)\n\n* Add support to Cni config, Nsx, Netris service management and add additional k8s APIs support (#123)\n\n* Add support for extension APIs (#124)\n\n* Add support for backup \u0026 recovery service (#122)\n\n* Add support for backup \u0026 recovery service\n\n* add additional apis to the vm service"
    },
    {
      "commit": "ab2a5ffd0f9e750bdc362037b8e05783e140da11",
      "tree": "6b5d73888a6be6d45bee73d73bda31d14d2fa5f7",
      "parents": [
        "cf004e9be8485b4e3db7c39901695a3e13912677"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Thu Sep 18 08:59:25 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 18 08:59:25 2025 -0400"
      },
      "message": "Update counter, condition and autoscale policies type in responses (#119)\n\n"
    },
    {
      "commit": "cf004e9be8485b4e3db7c39901695a3e13912677",
      "tree": "bcdf1918e47cec33fa51d363816f3d419937f89d",
      "parents": [
        "9a71f69296dc923b05c16f6afe5840ac141bd727"
      ],
      "author": {
        "name": "Vishesh",
        "email": "vishesh92@gmail.com",
        "time": "Tue Sep 09 15:28:53 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 09 11:58:53 2025 +0200"
      },
      "message": "Fix format of details map for update VM (#118)\n\n"
    },
    {
      "commit": "9a71f69296dc923b05c16f6afe5840ac141bd727",
      "tree": "ec632bcce33bb5b8fde760e19646d716d2f1867b",
      "parents": [
        "10ff80df022b4a8154a3032a79cb34cd3278b46b",
        "a5b2c6a712284b47c86833a283cc25e86fd9624e"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Wed Aug 27 14:15:05 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 27 14:15:05 2025 +0200"
      },
      "message": "rat cli check and exclude list (#116)\n\n"
    },
    {
      "commit": "10ff80df022b4a8154a3032a79cb34cd3278b46b",
      "tree": "a4c0df0894527fd2f94ee9fec86b705be263b7cc",
      "parents": [
        "306411a980f8b8b53f2db9d3385c16359c114286"
      ],
      "author": {
        "name": "Ben Sandberg",
        "email": "pdxfixit@users.noreply.github.com",
        "time": "Wed Aug 27 04:21:48 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 27 16:51:48 2025 +0530"
      },
      "message": "Zone and Pod update responses aren\u0027t being processed correctly\n\n"
    },
    {
      "commit": "306411a980f8b8b53f2db9d3385c16359c114286",
      "tree": "f1fbe6f7678a752369aad090bbf04805019e7e2a",
      "parents": [
        "16260d4551b5cb84e7d24da59bb4882ebc44d296",
        "f678fc183d5ac9a3e185cc6efaa94746186d2252"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Wed Aug 27 08:53:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 27 08:53:36 2025 +0200"
      },
      "message": "Fix generation of otherdeployparams\u0027s setters #117\n\n"
    },
    {
      "commit": "f678fc183d5ac9a3e185cc6efaa94746186d2252",
      "tree": "daae0de0d605f98d21d887e253fa8a2ff7ca2735",
      "parents": [
        "0bc11ec87ff4f2c7aa0b13fa364c9b80a48fa465"
      ],
      "author": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Mon Aug 25 15:47:38 2025 +0530"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Mon Aug 25 15:47:45 2025 +0530"
      },
      "message": "Fix generation of otherdeployparams\u0027s setters\n"
    },
    {
      "commit": "a5b2c6a712284b47c86833a283cc25e86fd9624e",
      "tree": "4c4f149ff7b7fa8c144376ccece655f45a62b7da",
      "parents": [
        "fa91611b4496446329d7f3da316360b06b63c832"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue Aug 12 15:07:35 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 12 15:07:35 2025 +0200"
      },
      "message": "Update .rat-excludes"
    },
    {
      "commit": "fa91611b4496446329d7f3da316360b06b63c832",
      "tree": "cede45302175dd3a469dc922d643a33ff4429ae0",
      "parents": [
        "e2852031a7e8be3ee9e6fcf6abede5eee3199aaa",
        "16260d4551b5cb84e7d24da59bb4882ebc44d296"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue Aug 12 15:03:26 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 12 15:03:26 2025 +0200"
      },
      "message": "Merge branch \u0027main\u0027 into rat"
    },
    {
      "commit": "e2852031a7e8be3ee9e6fcf6abede5eee3199aaa",
      "tree": "3d7992c6559e7f5ae41428203f3c1a2d40611fb7",
      "parents": [
        "bfc6c0cc51d3cb3846af4b94239944c76c2264bf"
      ],
      "author": {
        "name": "Daan Hoogland",
        "email": "dahn@apache.org",
        "time": "Tue Aug 12 15:01:03 2025 +0200"
      },
      "committer": {
        "name": "Daan Hoogland",
        "email": "dahn@apache.org",
        "time": "Tue Aug 12 15:01:03 2025 +0200"
      },
      "message": "rat cli check and exclude list\n"
    },
    {
      "commit": "16260d4551b5cb84e7d24da59bb4882ebc44d296",
      "tree": "198a5a672d8d04c03f3dc6535f275cebc1d95229",
      "parents": [
        "e21875177c36fb7d78f7df1443ad52c97729d0fe",
        "3dba7ac5534d203f6abaaeafab7ab9e9ff948a45"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Fri Jun 20 11:58:27 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 20 11:58:27 2025 +0530"
      },
      "message": "Merge pull request #112 from apache/update-sdk-4.20.1\n\nUpdated SDK with 4.20.1 APIs"
    },
    {
      "commit": "3dba7ac5534d203f6abaaeafab7ab9e9ff948a45",
      "tree": "198a5a672d8d04c03f3dc6535f275cebc1d95229",
      "parents": [
        "8ebe78da320eeffb24367a7e82ecd2f9f2474604"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Thu Jun 19 17:24:17 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Fri Jun 20 11:36:23 2025 +0530"
      },
      "message": "fix memoryallocated type in testdata\n"
    },
    {
      "commit": "8ebe78da320eeffb24367a7e82ecd2f9f2474604",
      "tree": "a60509d2f497bdeb8fbcb4c911aaac33de0fdb6e",
      "parents": [
        "e21875177c36fb7d78f7df1443ad52c97729d0fe"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Thu Jun 19 16:45:24 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Fri Jun 20 11:36:19 2025 +0530"
      },
      "message": "Updated SDK with 4.20.1 APIs\n"
    },
    {
      "commit": "e21875177c36fb7d78f7df1443ad52c97729d0fe",
      "tree": "0622258b001a405fc3929cb76de941b9e6fb6d7a",
      "parents": [
        "0bc11ec87ff4f2c7aa0b13fa364c9b80a48fa465",
        "13f5cce745190e4e4e9563e4afecbf75e3dd04b3"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Fri Jun 20 11:34:56 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 20 11:34:56 2025 +0530"
      },
      "message": "Merge pull request #108 from apache/dependabot/go_modules/golang.org/x/net-0.38.0\n\nBump golang.org/x/net from 0.26.0 to 0.38.0"
    },
    {
      "commit": "13f5cce745190e4e4e9563e4afecbf75e3dd04b3",
      "tree": "0622258b001a405fc3929cb76de941b9e6fb6d7a",
      "parents": [
        "0bc11ec87ff4f2c7aa0b13fa364c9b80a48fa465"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 19 12:07:21 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 19 12:07:21 2025 +0000"
      },
      "message": "Bump golang.org/x/net from 0.26.0 to 0.38.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.38.0.\n- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n  dependency-version: 0.38.0\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0bc11ec87ff4f2c7aa0b13fa364c9b80a48fa465",
      "tree": "e95550451d4f5221d20ae2c98ed9cfdb8a495a90",
      "parents": [
        "2298ed5ae3d484fb438ceab2432a18aed5984539",
        "5ba605db050b294ada4090dda33efe414817d71c"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Thu Jun 19 15:00:42 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 19 15:00:42 2025 +0530"
      },
      "message": "Merge pull request #107 from kevin-lii/modify_post_request\n\nModify State Changing Requests to Utilize POST Request\n\nCo-authored-by: Suresh Kumar Anaparti \u003csureshkumar.anaparti@gmail.com\u003e"
    },
    {
      "commit": "2298ed5ae3d484fb438ceab2432a18aed5984539",
      "tree": "250dae7ddbb3736fd0d785de378ee604f9799b18",
      "parents": [
        "f4febd1e638e10e098010558ed5726cb77c6be06",
        "b2094d463aeb0443ba7b8519e55c85d7a9fd746f"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "sureshkumar.anaparti@gmail.com",
        "time": "Thu Jun 19 14:55:44 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 19 14:55:44 2025 +0530"
      },
      "message": "Merge pull request #109 from shwstppr/updateguestos-420compat\n\ncompatibility: restore updateGuestOs params for \u003c\u003d 4.20.0"
    },
    {
      "commit": "5ba605db050b294ada4090dda33efe414817d71c",
      "tree": "2216f536a7b3d84eda8cd7a4fe7dc18e6238d0d6",
      "parents": [
        "2584bd3278c2b6d2b82756eb1380f66eba05c042"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Thu Jun 19 14:45:51 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Thu Jun 19 14:45:51 2025 +0530"
      },
      "message": "review change\n"
    },
    {
      "commit": "2584bd3278c2b6d2b82756eb1380f66eba05c042",
      "tree": "4f9b63c42ec2a77750d4b7cc91d6bfe60571e1df",
      "parents": [
        "9164e3c2cfa50a1ac5a7f8bc8d909dc91f726f88"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 16 15:57:16 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 16 15:57:16 2025 +0530"
      },
      "message": "Updated required params for create VPC, and generate changes\n"
    },
    {
      "commit": "9164e3c2cfa50a1ac5a7f8bc8d909dc91f726f88",
      "tree": "cc68c760a7dfd9c9b9c14590547ed7c6ce9886c3",
      "parents": [
        "1b92154bd23c24f393e8e15c9bf6c8c2f4096e43"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 16 15:55:49 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 16 15:55:49 2025 +0530"
      },
      "message": "Updated generate.go with get api call check\n"
    },
    {
      "commit": "1b92154bd23c24f393e8e15c9bf6c8c2f4096e43",
      "tree": "6471979b816b6d9f1a6311b16af2d4e1b5598b9a",
      "parents": [
        "496e0ebd5df935f892c36c44f4169faa353ff834"
      ],
      "author": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 02 17:56:00 2025 +0530"
      },
      "committer": {
        "name": "Suresh Kumar Anaparti",
        "email": "suresh.anaparti@shapeblue.com",
        "time": "Mon Jun 02 17:56:00 2025 +0530"
      },
      "message": "added signatureversion and expires params to api request\n"
    },
    {
      "commit": "496e0ebd5df935f892c36c44f4169faa353ff834",
      "tree": "aa465511a40090bf0aaff8f823b613e5080fff4f",
      "parents": [
        "bfde559658c4c44a1c7929516432f81a9e272d96",
        "f4febd1e638e10e098010558ed5726cb77c6be06"
      ],
      "author": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Fri May 30 19:44:14 2025 -0700"
      },
      "committer": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Fri May 30 19:44:14 2025 -0700"
      },
      "message": "Merge branch \u0027main\u0027 of github.com:apache/cloudstack-go into modify_post_request\n"
    },
    {
      "commit": "f4febd1e638e10e098010558ed5726cb77c6be06",
      "tree": "2e83b3fd7464211722f9216c0ba087d1c6590c82",
      "parents": [
        "bfc6c0cc51d3cb3846af4b94239944c76c2264bf",
        "740a8c1fd7df32cbb76e0aaed781d28f1f4a3573"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue May 27 12:41:27 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 27 12:41:27 2025 +0200"
      },
      "message": "Add github actions for verifying different type input params with go sdk\n\n"
    },
    {
      "commit": "740a8c1fd7df32cbb76e0aaed781d28f1f4a3573",
      "tree": "2e83b3fd7464211722f9216c0ba087d1c6590c82",
      "parents": [
        "bfc6c0cc51d3cb3846af4b94239944c76c2264bf"
      ],
      "author": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Tue May 27 02:38:19 2025 +0530"
      },
      "committer": {
        "name": "vishesh92",
        "email": "vishesh92@gmail.com",
        "time": "Tue May 27 15:53:06 2025 +0530"
      },
      "message": "Add github actions for verifying different type input params with go sdk\n"
    },
    {
      "commit": "b2094d463aeb0443ba7b8519e55c85d7a9fd746f",
      "tree": "c4bea44778de7548917ec568e128702d67c769a7",
      "parents": [
        "bfc6c0cc51d3cb3846af4b94239944c76c2264bf"
      ],
      "author": {
        "name": "Abhishek Kumar",
        "email": "abhishek.mrt22@gmail.com",
        "time": "Mon May 05 13:21:03 2025 +0530"
      },
      "committer": {
        "name": "Abhishek Kumar",
        "email": "abhishek.mrt22@gmail.com",
        "time": "Mon May 05 13:23:53 2025 +0530"
      },
      "message": "compatibility: restore updateGuestOs params for \u003c\u003d 4.20.0\n\nRelated to https://github.com/apache/cloudstack/pull/10773\n\nSigned-off-by: Abhishek Kumar \u003cabhishek.mrt22@gmail.com\u003e\n"
    },
    {
      "commit": "bfde559658c4c44a1c7929516432f81a9e272d96",
      "tree": "a9fbbec346a2964bab554a5b6961ee44a23b11aa",
      "parents": [
        "58c02d160214e64c752040720255a27951547a94"
      ],
      "author": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Wed Apr 23 11:57:46 2025 -0700"
      },
      "committer": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Wed Apr 23 11:57:46 2025 -0700"
      },
      "message": "Reverting some commands back to GET requests\n"
    },
    {
      "commit": "58c02d160214e64c752040720255a27951547a94",
      "tree": "311f9a02749599392b08ceb58017bfbf367c6a51",
      "parents": [
        "5d1507e175c961858884d81c33c00b153920dcf8"
      ],
      "author": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Wed Apr 16 14:22:22 2025 -0700"
      },
      "committer": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Wed Apr 16 14:22:22 2025 -0700"
      },
      "message": "Reverting changes to newRequest\n"
    },
    {
      "commit": "5d1507e175c961858884d81c33c00b153920dcf8",
      "tree": "ff92da282b454c9b13def99470d326641d2a3888",
      "parents": [
        "bfc6c0cc51d3cb3846af4b94239944c76c2264bf"
      ],
      "author": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Tue Apr 15 15:08:06 2025 -0700"
      },
      "committer": {
        "name": "Kevin Li",
        "email": "kli74@apple.com",
        "time": "Tue Apr 15 15:08:06 2025 -0700"
      },
      "message": "State changing request using POST request\n"
    },
    {
      "commit": "bfc6c0cc51d3cb3846af4b94239944c76c2264bf",
      "tree": "6fcda688ce956ea9257a6b7222d93572f87da3d6",
      "parents": [
        "b8e58e9b60dea68433c760fab35ff1669da25566"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 31 11:40:10 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 31 11:40:10 2024 -0500"
      },
      "message": "Add test data for register userkeys (#99)\n\n* Add test data for register userkeys\r\n\r\n* add newline"
    },
    {
      "commit": "b8e58e9b60dea68433c760fab35ff1669da25566",
      "tree": "0016588e86bc5e4d2868fd4fb15368c4d552c324",
      "parents": [
        "f28c8b7e80b08e92dc4b520a16b881f6459082ca"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue Dec 31 12:25:06 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 31 06:25:06 2024 -0500"
      },
      "message": "update listApis.json, Quota API, and fixed double url value handling (based on #90) (#98)\n\n* listApis.json update\r\n\r\n* add initial comments for expanding Quota api\r\n\r\n* implement QuotaBalance\r\n\r\n* implement QuotaCredits\r\n\r\n* implement QuotaStatement\r\n\r\n* implement QuotaSummary\r\n\r\n* implement QuotaTariffCreate\r\n\r\n* implement QuotaTariffDelete\r\n\r\n* implement QuotaTariffList\r\n\r\n* implemented QuotaTariffUpdate\r\n\r\n* implemented QuotaUpdate\r\n\r\n* fix url values\r\n\r\n* add NewQuotaUpdateParams for QuotaUpdate\r\n\r\n* add missing quota api functions to layout.go\r\n\r\n* ran make and it auto updated manual changes to QuotaService.go\r\n\r\n* fix url value generation for double/float64 types\r\n\r\n* update generated files\r\n\r\n* ensure that quotaTariffCreate uses POST\r\n\r\n* fix types for QuotaService\r\n\r\n* fix quotaTariffList\r\n\r\n* add custom quotaStatement response type to match actual cloudstack api response\r\n\r\n* add custom response type for QuotaBalance\r\n\r\n* double API definition fixed\r\n\r\n* add quotaTariffList\r\n\r\n* regenerate mocks\r\n\r\n* Update cloudstack/cloudstack.go\r\n\r\n---------\r\n\r\nCo-authored-by: tonymmm1 \u003ctony@mail.magnatox.com\u003e"
    },
    {
      "commit": "f28c8b7e80b08e92dc4b520a16b881f6459082ca",
      "tree": "74b508a9fdaef8959e02bdc0cf69f1ee748208de",
      "parents": [
        "d654fcc23c230c876eaf0774de3da40e37277d25",
        "e570e06be2e208693fd040190b0db12832b9f8ae"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Thu Dec 19 16:50:34 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 19 16:50:34 2024 +0100"
      },
      "message": "Merge pull request #95 from apache/DaanHoogland-patch-1\n\nUpdate README.md"
    },
    {
      "commit": "e570e06be2e208693fd040190b0db12832b9f8ae",
      "tree": "74b508a9fdaef8959e02bdc0cf69f1ee748208de",
      "parents": [
        "73eb42d06ef7913d34b486ebd4813ba546c0f6ad"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Thu Dec 19 16:50:24 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 19 16:50:24 2024 +0100"
      },
      "message": "Update README.md\n\nCo-authored-by: Pearl Dsilva \u003cpearl1594@gmail.com\u003e"
    },
    {
      "commit": "73eb42d06ef7913d34b486ebd4813ba546c0f6ad",
      "tree": "656d5f0270f34eb7c97bf76da962e4103837ca37",
      "parents": [
        "d654fcc23c230c876eaf0774de3da40e37277d25"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Thu Dec 19 16:11:04 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 19 16:11:04 2024 +0100"
      },
      "message": "Update README.md"
    },
    {
      "commit": "d654fcc23c230c876eaf0774de3da40e37277d25",
      "tree": "499b70fe1f4402850cc491b7563af74620dafaf8",
      "parents": [
        "75d368f7738cf188234cc88ddcbf63311704e1e2",
        "f184c7c60271a47f5053564a6aa5de5d89af3e3a"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Tue Dec 17 08:33:14 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 17 08:33:14 2024 +0100"
      },
      "message": "Add missing API calls for Cloudstack 4.20 #91\n\nAdd missing API calls for Cloudstack 4.20"
    },
    {
      "commit": "f184c7c60271a47f5053564a6aa5de5d89af3e3a",
      "tree": "499b70fe1f4402850cc491b7563af74620dafaf8",
      "parents": [
        "25d94b9175b1b5500c7413c5a1fd1160f9d47747"
      ],
      "author": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 16:40:59 2024 +0100"
      },
      "committer": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 16:40:59 2024 +0100"
      },
      "message": "Remove ShutdownService_test.go\nbecause ReadyForShutdown() is a part of ManagementService\n"
    },
    {
      "commit": "25d94b9175b1b5500c7413c5a1fd1160f9d47747",
      "tree": "69549ac45d80f47ad90fd4e8b9fc6bafbc442926",
      "parents": [
        "f8d42b4e931f57eafca90af5d3d34f4ab9ab55b1"
      ],
      "author": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 16:40:00 2024 +0100"
      },
      "committer": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 16:40:00 2024 +0100"
      },
      "message": "replace deprecated github.com/golang/mock package\n"
    },
    {
      "commit": "f8d42b4e931f57eafca90af5d3d34f4ab9ab55b1",
      "tree": "e6be261693fb565fed3f1e8e74398f460496f643",
      "parents": [
        "fd3145e514ad3465ba1f661c08a982c839f84a7d"
      ],
      "author": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 13:47:46 2024 +0100"
      },
      "committer": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 13:47:46 2024 +0100"
      },
      "message": "Add generated 4.20 code\n"
    },
    {
      "commit": "fd3145e514ad3465ba1f661c08a982c839f84a7d",
      "tree": "96eb6a6d829f0b0c9feaf536535b9a8ae794154c",
      "parents": [
        "75d368f7738cf188234cc88ddcbf63311704e1e2"
      ],
      "author": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 08:43:09 2024 +0100"
      },
      "committer": {
        "name": "Phsm Qwerty",
        "email": "me@nek0.net",
        "time": "Mon Dec 16 13:43:56 2024 +0100"
      },
      "message": "update listApis to Cloudstack 4.20\n"
    },
    {
      "commit": "75d368f7738cf188234cc88ddcbf63311704e1e2",
      "tree": "4fb8da9c84bdff7dbf55cc7ce429b74ee00cd86e",
      "parents": [
        "b9fa85f6d0e8195222f070c4a241b9e6cae25338",
        "d4d7f16d1d7daaff917b672cc0a40ed3c24d7e92"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Fri Dec 13 11:45:49 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 13 11:45:49 2024 +0100"
      },
      "message": "Merge pull request #93 from apache/sdk-4.20\n\nUpdate SDK with 4.20 APIs"
    },
    {
      "commit": "b9fa85f6d0e8195222f070c4a241b9e6cae25338",
      "tree": "fdc21ef3d18ab08872dddcfb631aef5e8ca60f6b",
      "parents": [
        "4f01bd9209556a1f2742f3c359faae80cd8bbd21",
        "d7cc5d0c5f9db764066512e3848e488b33be5e1d"
      ],
      "author": {
        "name": "dahn",
        "email": "daan@onecht.net",
        "time": "Fri Dec 13 11:41:17 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 13 11:41:17 2024 +0100"
      },
      "message": "Update go version #94\n\n"
    },
    {
      "commit": "4f01bd9209556a1f2742f3c359faae80cd8bbd21",
      "tree": "9ba1926c6e37e77b690ea17553a012af08a749cf",
      "parents": [
        "2b212407d8bd5fa033dd1fc06d19c922a150ae4c",
        "9994d406e39c8197f7372c52378b0e64e1745a25"
      ],
      "author": {
        "name": "dahn",
        "email": "daan.hoogland@gmail.com",
        "time": "Fri Dec 13 11:28:42 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 13 11:28:42 2024 +0100"
      },
      "message": "Merge pull request #89 from suecodelabs/feature_add_more_apis\n\nadd +30 more apis"
    },
    {
      "commit": "d7cc5d0c5f9db764066512e3848e488b33be5e1d",
      "tree": "b2b79538aaf5bd828f2e27d3580a259cb90e921d",
      "parents": [
        "2b212407d8bd5fa033dd1fc06d19c922a150ae4c"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 03 10:16:14 2024 -0500"
      },
      "committer": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 03 10:17:59 2024 -0500"
      },
      "message": "Update go version\n"
    },
    {
      "commit": "d4d7f16d1d7daaff917b672cc0a40ed3c24d7e92",
      "tree": "5ea4181bdd9975b02dc116d92e79adbfcf237ef0",
      "parents": [
        "2b212407d8bd5fa033dd1fc06d19c922a150ae4c"
      ],
      "author": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 03 09:22:03 2024 -0500"
      },
      "committer": {
        "name": "Pearl Dsilva",
        "email": "pearl1594@gmail.com",
        "time": "Tue Dec 03 09:22:03 2024 -0500"
      },
      "message": "Update SDK with 4.20 APIs\n"
    },
    {
      "commit": "9994d406e39c8197f7372c52378b0e64e1745a25",
      "tree": "9ba1926c6e37e77b690ea17553a012af08a749cf",
      "parents": [
        "2b212407d8bd5fa033dd1fc06d19c922a150ae4c"
      ],
      "author": {
        "name": "Ahmed Awlaqi",
        "email": "ahmed.awlaqi@sue.nl",
        "time": "Fri Jun 14 14:26:53 2024 +0200"
      },
      "committer": {
        "name": "Ahmed Awlaqi",
        "email": "ahmed.awlaqi@sue.nl",
        "time": "Fri Jun 14 14:26:53 2024 +0200"
      },
      "message": "add +30 more apis\n"
    },
    {
      "commit": "2b212407d8bd5fa033dd1fc06d19c922a150ae4c",
      "tree": "a77831bc399685b5779f2b3ce4f317a36574ce5a",
      "parents": [
        "bc95c2548142bc987a6f0161215cb60aea10e8a8",
        "0b2d6ba879cad605e86ba71f73e1a992bba9f4ee"
      ],
      "author": {
        "name": "Marcus Sorensen",
        "email": "marcus_sorensen@apple.com",
        "time": "Thu May 09 09:00:40 2024 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 09 09:00:40 2024 -0600"
      },
      "message": "Merge pull request #86 from apache/post\n\nUse POST for user sensitive calls"
    },
    {
      "commit": "bc95c2548142bc987a6f0161215cb60aea10e8a8",
      "tree": "cbb668e65607729215fbdbdf47a6d9515a0b3062",
      "parents": [
        "0d335efa7425b204db7a8030522493f829fad6f0"
      ],
      "author": {
        "name": "Vishesh",
        "email": "vishesh92@gmail.com",
        "time": "Thu May 09 17:32:53 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 09 17:32:53 2024 +0530"
      },
      "message": "Generate methods to reset params (#84)\n\nAfter merging PR #80, optional params always needs to be set.\r\nIn case of the optional parameter of type UUID, the only option is to set the value to an empty string. This results in a request to ACS with the optional parameter in the request with an empty string. ACS throws an error because it can\u0027t find the associated id in the database.\r\n\r\nActual change is only in generate.go. Rest of the changes are in generated code.\r\n"
    },
    {
      "commit": "0b2d6ba879cad605e86ba71f73e1a992bba9f4ee",
      "tree": "bcce0b27a13481f2ffb09a315cfd13fcf32d8c79",
      "parents": [
        "0d335efa7425b204db7a8030522493f829fad6f0"
      ],
      "author": {
        "name": "Marcus Sorensen",
        "email": "mls@apple.com",
        "time": "Tue May 07 09:05:44 2024 -0600"
      },
      "committer": {
        "name": "Marcus Sorensen",
        "email": "mls@apple.com",
        "time": "Tue May 07 09:05:44 2024 -0600"
      },
      "message": "Use POST for user sensitive calls\n"
    },
    {
      "commit": "0d335efa7425b204db7a8030522493f829fad6f0",
      "tree": "054ac83f6453464cdb3aa94cb448f8ba748be54f",
      "parents": [
        "cfcbcba8e4bfb3e855daa248ce2dc324a25c6e05",
        "34549b822f245bace940b403b9b0c7488dff0b94"
      ],
      "author": {
        "name": "dahn",
        "email": "daan.hoogland@gmail.com",
        "time": "Tue Apr 23 15:26:05 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 23 15:26:05 2024 +0200"
      },
      "message": "make mockgen for modern versions #83\n\n"
    },
    {
      "commit": "cfcbcba8e4bfb3e855daa248ce2dc324a25c6e05",
      "tree": "fa3989feddc66f463ca671e81b63dbff60b6eab6",
      "parents": [
        "9ebea3b44acd8e7e6d59687206844c3d0c64fa86",
        "1af512437ea88dca5a46270ee318982a3c2dfd22"
      ],
      "author": {
        "name": "dahn",
        "email": "daan.hoogland@gmail.com",
        "time": "Mon Apr 22 15:56:27 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 22 15:56:27 2024 +0200"
      },
      "message": "Merge pull request #82 from apache/dependabot/go_modules/golang.org/x/net-0.23.0\n\nBump golang.org/x/net from 0.17.0 to 0.23.0"
    },
    {
      "commit": "34549b822f245bace940b403b9b0c7488dff0b94",
      "tree": "34fb88750dc6dc54f58192814956623738bf98a2",
      "parents": [
        "9ebea3b44acd8e7e6d59687206844c3d0c64fa86"
      ],
      "author": {
        "name": "Daan Hoogland",
        "email": "daan@onecht.net",
        "time": "Mon Apr 22 15:37:24 2024 +0200"
      },
      "committer": {
        "name": "Daan Hoogland",
        "email": "daan@onecht.net",
        "time": "Mon Apr 22 15:37:24 2024 +0200"
      },
      "message": "just install the thing\n"
    },
    {
      "commit": "9ebea3b44acd8e7e6d59687206844c3d0c64fa86",
      "tree": "517fe0b4c32cad15a97b12f0730a932b24b51f86",
      "parents": [
        "f763951b2b9681fde025643a9d20816ed2377793",
        "ddff1974f9b66cd30247fdc52635d7d2f13b8eba"
      ],
      "author": {
        "name": "dahn",
        "email": "daan.hoogland@gmail.com",
        "time": "Mon Apr 22 13:54:34 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 22 13:54:34 2024 +0200"
      },
      "message": "Merge pull request #81 from step-security-bot/stepsecurity_remediation_1711185908\n\n[StepSecurity] ci: Harden GitHub Actions"
    },
    {
      "commit": "1af512437ea88dca5a46270ee318982a3c2dfd22",
      "tree": "11c5b2e29805678a7b6d9646d7c75e3cc719940e",
      "parents": [
        "f763951b2b9681fde025643a9d20816ed2377793"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 19 12:35:08 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 19 12:35:08 2024 +0000"
      },
      "message": "Bump golang.org/x/net from 0.17.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ddff1974f9b66cd30247fdc52635d7d2f13b8eba",
      "tree": "517fe0b4c32cad15a97b12f0730a932b24b51f86",
      "parents": [
        "f763951b2b9681fde025643a9d20816ed2377793"
      ],
      "author": {
        "name": "StepSecurity Bot",
        "email": "bot@stepsecurity.io",
        "time": "Sat Mar 23 09:25:10 2024 +0000"
      },
      "committer": {
        "name": "StepSecurity Bot",
        "email": "bot@stepsecurity.io",
        "time": "Sat Mar 23 09:25:10 2024 +0000"
      },
      "message": "[StepSecurity] ci: Harden GitHub Actions\n\nSigned-off-by: StepSecurity Bot \u003cbot@stepsecurity.io\u003e"
    },
    {
      "commit": "f763951b2b9681fde025643a9d20816ed2377793",
      "tree": "068c13696cf935430c7a512d6411fea4b757c1da",
      "parents": [
        "26f79396e13883868f8537df4629be6ca1748ad7"
      ],
      "author": {
        "name": "Vishesh",
        "email": "vishesh92@gmail.com",
        "time": "Thu Mar 14 17:20:19 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 14 17:20:19 2024 +0530"
      },
      "message": "Restore methods with optional params for 4.19 compatability (#80)\n\nAdd optional params from #77 to the requiredParams.go."
    },
    {
      "commit": "26f79396e13883868f8537df4629be6ca1748ad7",
      "tree": "f6654db181117fc4529ba201aa9366b35a642b83",
      "parents": [
        "dd1ad5375c8831a6a43c49615e6360fa14ae0475",
        "66a28622e83cd4eb0bb37c6587190d44295dc329"
      ],
      "author": {
        "name": "Vishesh",
        "email": "vishesh92@gmail.com",
        "time": "Wed Mar 13 14:45:38 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 13 14:45:38 2024 +0530"
      },
      "message": "add api call createConsoleEndpoint (#78)\n\n"
    },
    {
      "commit": "dd1ad5375c8831a6a43c49615e6360fa14ae0475",
      "tree": "b3928bef05a157a780d4f6f187818e7caf722612",
      "parents": [
        "afbda39b38baaa1e8774b3ca6e867c73cc4376b1"
      ],
      "author": {
        "name": "Vishesh",
        "email": "vishesh92@gmail.com",
        "time": "Tue Mar 12 11:58:47 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 12 11:58:47 2024 +0530"
      },
      "message": "Force some param to be required (#79)\n\nForce parameters to be required to maintain backward compatability"
    },
    {
      "commit": "66a28622e83cd4eb0bb37c6587190d44295dc329",
      "tree": "001cf63a048b130ee8fe6257ef68a9eed495d66e",
      "parents": [
        "8ae8a08ae0e7e063cd834ee85113aa39571d4f8f"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Fri Mar 01 10:46:09 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 01 10:46:09 2024 +0100"
      },
      "message": "spelling"
    },
    {
      "commit": "8ae8a08ae0e7e063cd834ee85113aa39571d4f8f",
      "tree": "4ff9e1f8fc2d50ac4b2bc6ed36d23b50d1d698bc",
      "parents": [
        "8a483420c1f28d4b8bf2e95e665ab3a1f1a6e217"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Fri Mar 01 10:43:27 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 01 10:43:27 2024 +0100"
      },
      "message": "spelling"
    },
    {
      "commit": "8a483420c1f28d4b8bf2e95e665ab3a1f1a6e217",
      "tree": "d2b0d029836ecd2a766e38727f6abc2ac532d41d",
      "parents": [
        "5244813aeafc66a724a72a33e8b4ad672e65a500",
        "2587ea09e29ee3b3d1f94c53abebfcc7cc2a4aba"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Thu Feb 29 18:24:49 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 29 18:24:49 2024 +0100"
      },
      "message": "Merge pull request #5 from sbrueseke/preparations_for_pr\n\nPreparations for pr"
    },
    {
      "commit": "2587ea09e29ee3b3d1f94c53abebfcc7cc2a4aba",
      "tree": "d2b0d029836ecd2a766e38727f6abc2ac532d41d",
      "parents": [
        "a0bbfde3729d21a7ba401558306c3c82c530db36"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 29 18:21:03 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 29 18:21:03 2024 +0100"
      },
      "message": "revert internal links\n"
    },
    {
      "commit": "a0bbfde3729d21a7ba401558306c3c82c530db36",
      "tree": "212095be699bd6c6d837be99353009f297b744fc",
      "parents": [
        "5244813aeafc66a724a72a33e8b4ad672e65a500"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 29 18:19:05 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 29 18:19:05 2024 +0100"
      },
      "message": "revert internal links\n"
    },
    {
      "commit": "5244813aeafc66a724a72a33e8b4ad672e65a500",
      "tree": "596d37eb4bbb8217dbbb6c67539bdbd710baea63",
      "parents": [
        "d35ff05c7f25ac55d1fd05fbb53375a1968b6215",
        "e94fc6d170af0f66401b11034daba1a5c8308c65"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Mon Feb 26 17:15:23 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 26 17:15:23 2024 +0100"
      },
      "message": "Merge pull request #4 from sbrueseke/fix_console_endpoint_wrapper\n\nadd wrapper object"
    },
    {
      "commit": "e94fc6d170af0f66401b11034daba1a5c8308c65",
      "tree": "596d37eb4bbb8217dbbb6c67539bdbd710baea63",
      "parents": [
        "d35ff05c7f25ac55d1fd05fbb53375a1968b6215"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Mon Feb 26 17:04:03 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Mon Feb 26 17:04:03 2024 +0100"
      },
      "message": "add wrapper object\n"
    },
    {
      "commit": "d35ff05c7f25ac55d1fd05fbb53375a1968b6215",
      "tree": "09d291e1c7b0f51430e6f674f545f7e1f9653167",
      "parents": [
        "290c62677998bebd64a5f36b4cc88f6c9483d5ac",
        "0c00638d985e8f494104d0a61fe3f7da48c15760"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Fri Feb 23 09:46:09 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 23 09:46:09 2024 +0100"
      },
      "message": "Merge pull request #3 from sbrueseke/fix_websocket_object\n\nfix websocket generation"
    },
    {
      "commit": "0c00638d985e8f494104d0a61fe3f7da48c15760",
      "tree": "09d291e1c7b0f51430e6f674f545f7e1f9653167",
      "parents": [
        "290c62677998bebd64a5f36b4cc88f6c9483d5ac"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Wed Feb 21 18:05:34 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Wed Feb 21 18:05:34 2024 +0100"
      },
      "message": "fix websocket generation\n"
    },
    {
      "commit": "290c62677998bebd64a5f36b4cc88f6c9483d5ac",
      "tree": "e1141e187d896ce8c79febc9bb1d635f05f9c6f8",
      "parents": [
        "74e8f2e9afce48ae55ed5f9d7a6fc6b7de9a805e",
        "afbda39b38baaa1e8774b3ca6e867c73cc4376b1"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Mon Feb 19 11:09:18 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 11:09:18 2024 +0100"
      },
      "message": "Merge branch \u0027apache:main\u0027 into main\n"
    },
    {
      "commit": "74e8f2e9afce48ae55ed5f9d7a6fc6b7de9a805e",
      "tree": "f94e1692fcc555045af6a48f4ce7d17e40b5ac80",
      "parents": [
        "aafb382d5c245f22158af7668e6db51f96703598",
        "b9fe84ca164831f7958f6dfce08c1f5c32521b02"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Mon Feb 19 11:05:45 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 19 11:05:45 2024 +0100"
      },
      "message": "Merge pull request #2 from sbrueseke/change_module_name\n\nchange module name"
    },
    {
      "commit": "b9fe84ca164831f7958f6dfce08c1f5c32521b02",
      "tree": "f94e1692fcc555045af6a48f4ce7d17e40b5ac80",
      "parents": [
        "aafb382d5c245f22158af7668e6db51f96703598"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 15 19:13:01 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Thu Feb 15 19:13:01 2024 +0100"
      },
      "message": "change module name\n"
    },
    {
      "commit": "afbda39b38baaa1e8774b3ca6e867c73cc4376b1",
      "tree": "5d82ca34d63ff6d6cd8a1dde7ae6fe1cbc951bf3",
      "parents": [
        "02d3d4dba648eb87a3585845c9d4008013447c4e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 09 11:35:58 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 09 11:35:58 2024 +0530"
      },
      "message": "Bump golang.org/x/net from 0.8.0 to 0.17.0 (#72)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n  dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "02d3d4dba648eb87a3585845c9d4008013447c4e",
      "tree": "25c58ad957f64b67f5d454f7710034ebdab85f1f",
      "parents": [
        "7291ac40950d1ddc7c394fdc685765d0515a4907"
      ],
      "author": {
        "name": "John Bampton",
        "email": "jbampton@users.noreply.github.com",
        "time": "Fri Feb 09 16:03:57 2024 +1000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 09 11:33:57 2024 +0530"
      },
      "message": "Fix spelling (#74)\n\n"
    },
    {
      "commit": "7291ac40950d1ddc7c394fdc685765d0515a4907",
      "tree": "1e51260364b03a9509b5cb1443f469a46940d835",
      "parents": [
        "bfefb5b32116cba1a5c69f4247a9e4679321254e"
      ],
      "author": {
        "name": "Abhishek Kumar",
        "email": "abhishek.mrt22@gmail.com",
        "time": "Fri Feb 09 11:32:57 2024 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 09 11:32:57 2024 +0530"
      },
      "message": "4.19 support changes (#76)\n\n"
    },
    {
      "commit": "aafb382d5c245f22158af7668e6db51f96703598",
      "tree": "264286b809e30aa7b01c914950c7a573fae712f0",
      "parents": [
        "ee1e92ccccda089d947b00a3f0824f21fe06b3ea"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Wed Feb 07 11:23:10 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 07 11:23:10 2024 +0100"
      },
      "message": "Delete TODO.md"
    },
    {
      "commit": "ee1e92ccccda089d947b00a3f0824f21fe06b3ea",
      "tree": "c36efc4b14ea7670bec18bc71e086c0a77fc7dc6",
      "parents": [
        "af15478f217d9b0fab34dcda13fe55b0f320b91d",
        "5b786690edca9ea42c93445becae00588043ce8a"
      ],
      "author": {
        "name": "sbrueseke",
        "email": "s.brueseke@proio.com",
        "time": "Wed Feb 07 11:22:05 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 07 11:22:05 2024 +0100"
      },
      "message": "Merge pull request #1 from sbrueseke/add_create_console_endpoint\n\nadd console endpoint to layout"
    },
    {
      "commit": "5b786690edca9ea42c93445becae00588043ce8a",
      "tree": "c36efc4b14ea7670bec18bc71e086c0a77fc7dc6",
      "parents": [
        "af15478f217d9b0fab34dcda13fe55b0f320b91d"
      ],
      "author": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Mon Feb 05 17:41:56 2024 +0100"
      },
      "committer": {
        "name": "matiaschapresto",
        "email": "matiaschapresto@gmail.com",
        "time": "Mon Feb 05 17:41:56 2024 +0100"
      },
      "message": "add console endpoint to layout\n"
    },
    {
      "commit": "af15478f217d9b0fab34dcda13fe55b0f320b91d",
      "tree": "832eaa2bf3ecf7d2d70b1197182cdd2a7f4dc9da",
      "parents": [
        "bfefb5b32116cba1a5c69f4247a9e4679321254e"
      ],
      "author": {
        "name": "Swen Brüseke",
        "email": "s.brueseke@office-fra1.proio.local",
        "time": "Fri Jan 19 13:46:36 2024 +0100"
      },
      "committer": {
        "name": "Swen Brüseke",
        "email": "s.brueseke@office-fra1.proio.local",
        "time": "Fri Jan 19 13:46:36 2024 +0100"
      },
      "message": "add TODO\n"
    },
    {
      "commit": "bfefb5b32116cba1a5c69f4247a9e4679321254e",
      "tree": "81671ba4402ffc08304ecf103f0c8b72e59b819c",
      "parents": [
        "84fb8b584afa73d4a86cca62090ba5feecd35bbb",
        "8fa80826114ccac41ae75a9de25b92f298f91809"
      ],
      "author": {
        "name": "dahn",
        "email": "daan.hoogland@gmail.com",
        "time": "Fri Dec 01 15:58:10 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 01 15:58:10 2023 +0100"
      },
      "message": "adding updateVlanIpRange\n\n"
    }
  ],
  "next": "8fa80826114ccac41ae75a9de25b92f298f91809"
}
