)]}'
{
  "log": [
    {
      "commit": "645467e9b57cf150bd1f455f6b7c97c09033b0b9",
      "tree": "703e3cd69d4185bfa83ade51feafc435e56799b3",
      "parents": [
        "2c29c5665bc442e703480bb0ee60fe925ffe02e8"
      ],
      "author": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Fri Dec 13 23:58:01 2024 +0100"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Fri Dec 13 23:58:01 2024 +0100"
      },
      "message": "Fix documentation to match implementation\nPatch: Manuel Pöter \u0026 Jens Geyer\n\nThis closes #3076\n"
    },
    {
      "commit": "2c29c5665bc442e703480bb0ee60fe925ffe02e8",
      "tree": "031e2b110e87d6c948140ab9d870e7beb821386c",
      "parents": [
        "917149175c4d2181b7548820cb6f28ae172f1d26"
      ],
      "author": {
        "name": "Manuel Pöter",
        "email": "manuel@manuel-poeter.at",
        "time": "Fri Dec 13 09:34:44 2024 +0100"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Fri Dec 13 23:55:26 2024 +0100"
      },
      "message": "Fix documentation to match implementation\nPatch: Manuel Pöter \u0026 Jens Geyer\n\nThis closes #3076\n"
    },
    {
      "commit": "2bbaaa8714d729187d1542f225fe1027ecffac6c",
      "tree": "1f3a1bd1221b8ca3c68e1736f420ba38bcdf6a61",
      "parents": [
        "5c580072dadb43c52c3e7a32ea12c78228de3ef1"
      ],
      "author": {
        "name": "Alkis Evlogimenos",
        "email": "alkis.evlogimenos@databricks.com",
        "time": "Mon May 27 16:16:02 2024 +0000"
      },
      "committer": {
        "name": "Yuxuan \u0027fishy\u0027 Wang",
        "email": "fishywang@gmail.com",
        "time": "Wed Jun 05 08:25:06 2024 -0700"
      },
      "message": "Update compact-protocol docs\nThis updates the compact protocol documentation to simplify the explanation of Zigzag and ULEB128 encoding, along with links to wikipedia. In addition it uses varing instead of var int since the former is more common.\n"
    },
    {
      "commit": "4959a92385e2a6d7a4b8419784f85e5762c714cf",
      "tree": "acbd227d292a6b87b2b4e65930e36412cf6bfeb5",
      "parents": [
        "c7d2e3b244f18b0030f305fa3f13c4d3047d5b29"
      ],
      "author": {
        "name": "Triton Circonflexe",
        "email": "triton@kumal.info",
        "time": "Tue Jun 07 21:40:41 2022 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Wed Jun 08 18:43:20 2022 +0200"
      },
      "message": "THRIFT-5592 Add uuid type documentation\nPatch: Triton Circonflexe \u003ctriton@kumal.info\u003e\n\nAlso includes followup-patch for THRIFT-5588 Remove references to slist and senum from docs\n\nThis closes #2618\n"
    },
    {
      "commit": "ace8613f0f21601296744eedc1ce80dd1ca0fdae",
      "tree": "2dfb0fed1e144192f13c5593496b7c3723114f16",
      "parents": [
        "77afa017ce625449435f43481e2839957a409beb"
      ],
      "author": {
        "name": "Triton",
        "email": "19377203+EnigmaTriton@users.noreply.github.com",
        "time": "Tue Jul 20 08:01:19 2021 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "Jens-G@users.noreply.github.com",
        "time": "Sun Aug 22 19:00:10 2021 +0200"
      },
      "message": "Fix specification to match implementation\n\nAs stated in THRIFT-5300, the specification was wrong and type identifiers for collections DO match the field types (except for the obvious boolean type which is then represented as only `BOOL_TRUE`).\n\nAlso replaced `BYTE` name with `I8` as the former is documented as a compatibility name only (especially since some languages have an unsigned byte type).\n\n[skip ci] Trivial documentation changes only.\n"
    },
    {
      "commit": "2e7f39f6b69d98fccba714266f3fa92bbce934cd",
      "tree": "fb7847bbfa04b1eb5dd86efd7681eedba1e4e815",
      "parents": [
        "47b3d3b148c5181c02f4f871444fe93ad4ec65f2"
      ],
      "author": {
        "name": "Juan Cruz Viotti",
        "email": "jv@jviotti.com",
        "time": "Wed Jan 20 17:05:19 2021 -0400"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Sun Feb 14 11:40:14 2021 +0100"
      },
      "message": "Clarify Compact Protocol var int encoding definition\nPatch: Juan Cruz Viotti\n\nThis closes #2312\n\nI\u0027m having problems following the var int explanation from the Compact\nProtocol spec. Here is an attempt to clarify it with more precise\nencoding steps and with an example.\n\nI\u0027m also mentioning, for completeness, that the formal name of such\nvariable-length integer encoding is Unsigned LEB128 (Unsigned Little\nEndian Base-128).\n\nSigned-off-by: Juan Cruz Viotti \u003cjv@jviotti.com\u003e\n"
    },
    {
      "commit": "47b3d3b148c5181c02f4f871444fe93ad4ec65f2",
      "tree": "ce81c216e9f74fadf0910e85694716f685465fb4",
      "parents": [
        "b04e39a7e91d7828cce9168c4660b89400930ee5"
      ],
      "author": {
        "name": "Juan Cruz Viotti",
        "email": "jv@jviotti.com",
        "time": "Thu Jan 21 12:22:47 2021 -0400"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Sun Feb 14 11:38:54 2021 +0100"
      },
      "message": "Make it clear that strings are not NUL-delimited\nPatch: Juan Cruz Viotti\n\nThis closes #2313\n\nIt might not be obvious from the existing description. I had to run some\nexperiments to double-check it and this might save some time to the next\ninterested reader.\n\nSigned-off-by: Juan Cruz Viotti \u003cjv@jviotti.com\u003e\n"
    },
    {
      "commit": "450bc69248043f0ea5ca336d786583ebf3e9d826",
      "tree": "92183d2c6a558e2db71afc83190e2c5aad3d3353",
      "parents": [
        "1e049101c580fd2dfd044cb00e2489090199cf0a"
      ],
      "author": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Tue Dec 03 23:28:03 2019 +0100"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Tue Dec 03 23:28:18 2019 +0100"
      },
      "message": "THRIFT-4915 Deserializing double into OrderedFloat always returns zero when using TCompactProtocol\nDocumentation fix\nPatch: Jens Geyer\n"
    },
    {
      "commit": "e41e47c2b4b2407bac525d203b281c63fb253978",
      "tree": "48cf53a5f8a28733a0cb250dc682c46b75b06dec",
      "parents": [
        "a576896398f03d1854f128479d31659446c51027"
      ],
      "author": {
        "name": "Klaus Trainer",
        "email": "klaus_trainer@apache.org",
        "time": "Wed May 17 11:11:19 2017 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Thu May 18 23:39:09 2017 +0200"
      },
      "message": "THRIFT-4204 typo in compact spec\nClient: Documentaion\nPatch: Klaus Trainer\n\nThis closes #1270\n"
    },
    {
      "commit": "5767901e791f80924ceee71b3981d8a330dcb875",
      "tree": "3000dda2187d500d2ec56d308103597e7402df20",
      "parents": [
        "3f5fa5fa43e5d83f6b3ab7d441ffaa7e578340c6"
      ],
      "author": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Wed Sep 21 22:18:44 2016 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Wed Sep 21 22:21:36 2016 +0200"
      },
      "message": "THRIFT-3867 Specify BinaryProtocol and CompactProtocol\nPatch: Jens Geyer\n\nPut ASF license header into HTML comments\n"
    },
    {
      "commit": "3f5fa5fa43e5d83f6b3ab7d441ffaa7e578340c6",
      "tree": "c4b2b9b05ff7562a903f3371c24ee86e5eb0c9f6",
      "parents": [
        "04e6f62c8fc68a1e846544c45943aad76934ce56"
      ],
      "author": {
        "name": "Erik van Oosten",
        "email": "e.vanoosten@grons.nl",
        "time": "Wed Jun 29 13:24:00 2016 +0200"
      },
      "committer": {
        "name": "Jens Geyer",
        "email": "jensg@apache.org",
        "time": "Wed Sep 21 22:21:34 2016 +0200"
      },
      "message": "THRIFT-3867 Specify BinaryProtocol and CompactProtocol\nComponent: Documentation\nPatch: Erik van Oosten \u003ce.vanoosten@grons.nl\u003e\n\nThis closes #1036\n"
    }
  ]
}
