)]}'
{
  "log": [
    {
      "commit": "05153be193b7392245b0816a001e92f912d3bffe",
      "tree": "87b686a97277b646581ae1722785cb8c1bf9ca62",
      "parents": [
        "1c7e356f0095f741059f8af027d775a85cbdbc18"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sat Aug 15 11:29:32 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 15 11:29:32 2026 -0700"
      },
      "message": "PHOENIX-7982 Data corruption in UPSERT SELECT with VARBINARY_ENCODED (#2599)"
    },
    {
      "commit": "1c7e356f0095f741059f8af027d775a85cbdbc18",
      "tree": "8bd8e426c2a7e556bc2b01440cb610d3c3257c28",
      "parents": [
        "6d9ec471dae52ef39020bcafdeffecebbedd142d"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Fri Aug 14 15:11:01 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 15:11:01 2026 -0700"
      },
      "message": "PHOENIX-7986 : Replace IndexCDCConsumer\u0027s exponential idle backoff with a fixed poll interval (#2597)"
    },
    {
      "commit": "6d9ec471dae52ef39020bcafdeffecebbedd142d",
      "tree": "3509c4998a112edbed7e46ebf8a0dd55442ac468",
      "parents": [
        "77c478f1b0967ab61e75ae5c2a0bb3a29ae82d48"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Aug 04 17:23:46 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 04 17:23:46 2026 -0700"
      },
      "message": "PHOENIX-7980 Improve handling of test timeouts and resource loss (#2593)"
    },
    {
      "commit": "77c478f1b0967ab61e75ae5c2a0bb3a29ae82d48",
      "tree": "4ff0e479715c102d9291e8963ced65f1aed27717",
      "parents": [
        "e0289913b16c5c8a4339b2e72d8a7e823f804d0d"
      ],
      "author": {
        "name": "ishitadixit-dot",
        "email": "ishita.dixit@salesforce.com",
        "time": "Tue Aug 04 00:33:20 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 04 00:33:20 2026 +0530"
      },
      "message": "PHOENIX-7969 Update supported client versions in backward compatibility (#2584)"
    },
    {
      "commit": "e0289913b16c5c8a4339b2e72d8a7e823f804d0d",
      "tree": "f39b8ad1ce5e8feedf948d69d78468244117ef63",
      "parents": [
        "1b55fb4b330f53df464edc96074fef208bda1806"
      ],
      "author": {
        "name": "Lokesh Khurana",
        "email": "khuranalokesh07@gmail.com",
        "time": "Wed Jul 29 12:04:48 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 29 12:04:48 2026 -0700"
      },
      "message": "PHOENIX-7965 :- Guard ConnectionQueryServicesImpl.getMetaDataCache() against a closed connection (#2580)\n\ngetMetaDataCache() returned the volatile latestMetaData field directly, with no\nnull guard. When a connection is closed concurrently with query compilation\n(for example connection pool teardown or cluster failover), close() sets\nlatestMetaData \u003d null. An in-flight compile then reaches the cache via\nPhoenixConnection.getTableRef()/getFunction()/getSchema(), which call\ngetMetaDataCache().getTableRef(key) (and friends) on the null return, producing\na bare, causeless NullPointerException with no message.\n\nEvery other cache accessor/mutator on this class (addTable, removeTable,\npruneTables, the internal getTable path, etc.) already calls\nthrowConnectionClosedIfNullMetaData() first, which throws a descriptive\nIllegalStateException(\"Connection to the cluster is closed\"). getMetaDataCache()\nwas the one accessor missing that guard. This change adds the same guard so a\nclosed connection surfaces the descriptive exception instead of a bare NPE.\n\nNo caller relies on a null return: every production caller of\nConnectionQueryServices.getMetaDataCache() immediately dereferences the result,\nso this only upgrades the failure mode from an opaque NPE to a descriptive\nexception; it does not change behavior on an open connection.\n\nTests: added unit tests asserting getMetaDataCache() throws the descriptive\nIllegalStateException when the cache has been nulled (closed-connection state),\nand returns the cache unchanged when present.\n\nGenerated-by: Claude Code (Opus 4.8 (1M context))"
    },
    {
      "commit": "1b55fb4b330f53df464edc96074fef208bda1806",
      "tree": "5f52a6155b015085c8bcf8bf399853ffa7dd5282",
      "parents": [
        "2358c6b5e908e9c52b1ffa9b7117a9f3f5c03849"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Fri Jul 17 10:55:38 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:55:38 2026 -0700"
      },
      "message": "PHOENIX-7816 spotless addendum (#2578)"
    },
    {
      "commit": "2358c6b5e908e9c52b1ffa9b7117a9f3f5c03849",
      "tree": "0e5fbaa4e24ee53e294fda2d2ee9e41c33b4ae00",
      "parents": [
        "5ebeb2a91dab31fc2b475c93ae055a43a6e63bba"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Fri Jul 17 10:15:46 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:15:46 2026 -0700"
      },
      "message": "PHOENIX-7824 ConcurrentMutationsExtendedIT fix wrong TimeUnit on doneSignal.await (#2441)"
    },
    {
      "commit": "5ebeb2a91dab31fc2b475c93ae055a43a6e63bba",
      "tree": "ebb236b0198b30428e17a520a489d6a93881ce2f",
      "parents": [
        "948e033af5a0e42d08e8c0e634ca66e55ad3ffeb"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Fri Jul 17 10:15:04 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:15:04 2026 -0700"
      },
      "message": "PHOENIX-7828 De-flake UCFWithDisabledIndexIT (#2445)"
    },
    {
      "commit": "948e033af5a0e42d08e8c0e634ca66e55ad3ffeb",
      "tree": "9e67f93243624c502dc41c1a57a486044dc0cf5f",
      "parents": [
        "4542a04175a8460c621dd33f2cefd9d01b6124ec"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Fri Jul 17 10:14:51 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:14:51 2026 -0700"
      },
      "message": "PHOENIX-7840 UpdateCacheIT recategorize as NeedsOwnMiniClusterTest (#2457)"
    },
    {
      "commit": "4542a04175a8460c621dd33f2cefd9d01b6124ec",
      "tree": "127ffe98b8a95a87a1aa5ef2c75b0dec58de5e01",
      "parents": [
        "e317e2902460727372027e0b841a9b7bd0ba6ca0"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Fri Jul 17 10:13:47 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:13:47 2026 -0700"
      },
      "message": "PHOENIX-7834 CDCBaseIT do not force-delete a never-upserted row (#2451)"
    },
    {
      "commit": "e317e2902460727372027e0b841a9b7bd0ba6ca0",
      "tree": "8016874cdcbb8421b493fd0cc8aef609def2e9cc",
      "parents": [
        "f5383027b3b0fbd67c434274914d18c2c8cca723"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Fri Jul 17 10:13:21 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:13:21 2026 -0700"
      },
      "message": "PHOENIX-7833 CDCBaseIT/CDCQueryIT keep manual edge installed after applyMutations (#2450)"
    },
    {
      "commit": "f5383027b3b0fbd67c434274914d18c2c8cca723",
      "tree": "9b19a98b3951ecd70ca6256b186bb302d113a9aa",
      "parents": [
        "80c91255142dbb4cd7f58ea5c1ee8cedee6e97a7"
      ],
      "author": {
        "name": "Hari Krishna Dara",
        "email": "haridara@gmail.com",
        "time": "Fri Jul 17 22:43:06 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 10:13:06 2026 -0700"
      },
      "message": "PHOENIX-7855 Fix for flapper root cause: java.lang.IllegalArgumentException: bound must be positive (#2475)"
    },
    {
      "commit": "80c91255142dbb4cd7f58ea5c1ee8cedee6e97a7",
      "tree": "85de195f28fe934359ab14d5c23b09e72e231deb",
      "parents": [
        "f8c92e2d755a5e2db61531717f986d83d5a76df2"
      ],
      "author": {
        "name": "Ujjawal",
        "email": "ujjawal4046@gmail.com",
        "time": "Tue Jul 07 09:16:37 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 20:46:37 2026 -0700"
      },
      "message": "PHOENIX-7953 Add addPhoenixDependencyJars utility for MapReduce jobs (#2564)"
    },
    {
      "commit": "f8c92e2d755a5e2db61531717f986d83d5a76df2",
      "tree": "8cc620ce8bf4c40098b72ad9a91d296173ab3dbd",
      "parents": [
        "081991a90d40cdd1bb2d0b782683e070a0866973"
      ],
      "author": {
        "name": "Ujjawal",
        "email": "ujjawal4046@gmail.com",
        "time": "Sat Jul 04 05:30:41 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 17:00:41 2026 -0700"
      },
      "message": "PHOENIX-7945 Fix OrphanDeleteMarkerCompactionIT timeout on HBase 2.6 (addendum) (#2565)"
    },
    {
      "commit": "081991a90d40cdd1bb2d0b782683e070a0866973",
      "tree": "bfe588457aefcfff825ed9da4caabe0b00690ac5",
      "parents": [
        "2e28c72d758559c9564ef4e9854eba0097857e2c"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Wed Jul 01 12:41:19 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 01 12:41:19 2026 -0700"
      },
      "message": "PHOENIX-7820 ConnectionQueryServicesImpl.createSnapshot bounded retry on transient exception (#2438)"
    },
    {
      "commit": "2e28c72d758559c9564ef4e9854eba0097857e2c",
      "tree": "3557794a84ec13bb861f2a9cd6aab0ea550f2df1",
      "parents": [
        "1450981acd5d1a78410ca6e5d875cc643b9cc37c"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Wed Jul 01 12:40:52 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 01 12:40:52 2026 -0700"
      },
      "message": "PHOENIX-7823 AuditLoggingIT replace hardcoded table names with generateUniqueName() (#2440)"
    },
    {
      "commit": "1450981acd5d1a78410ca6e5d875cc643b9cc37c",
      "tree": "f5df9f3e5b56e208f4cfaf66df6dabb702f541ea",
      "parents": [
        "4e71d192328fbb9dedaa8aa23bde21eb852a5ac1"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Wed Jul 01 12:40:43 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 01 12:40:43 2026 -0700"
      },
      "message": "PHOENIX-7832 TenantViewOperationWorkloadIT add missing break in WEIGHTED switch case (#2449)"
    },
    {
      "commit": "4e71d192328fbb9dedaa8aa23bde21eb852a5ac1",
      "tree": "8d5d1338d2092976987e764b023a8f3778682bb6",
      "parents": [
        "f2d7e8545b1a4eb49bdd6c638882075cf4fb4177"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Wed Jul 01 12:40:31 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 01 12:40:31 2026 -0700"
      },
      "message": "PHOENIX-7839 MetaDataEndPointIT recategorize as NeedsOwnMiniClusterTest (#2456)"
    },
    {
      "commit": "f2d7e8545b1a4eb49bdd6c638882075cf4fb4177",
      "tree": "63b51e64255236aef04ffd42c0aca5c7dbefbc8b",
      "parents": [
        "6f5e8a908cd00b1677a026be7622a4b9ff710eb7"
      ],
      "author": {
        "name": "Ujjawal",
        "email": "ujjawal4046@gmail.com",
        "time": "Wed Jul 01 12:15:23 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 23:45:23 2026 -0700"
      },
      "message": "PHOENIX-7945 - Retain orphaned delete markers during Phoenix compaction (#2562)"
    },
    {
      "commit": "6f5e8a908cd00b1677a026be7622a4b9ff710eb7",
      "tree": "9ec7e99d6bceb7f879608f8da65b8e53e7c6f627",
      "parents": [
        "2d82a563ed28c3850b1e9f67310022d3ff09bfa8"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:57:39 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:57:39 2026 -0700"
      },
      "message": "PHOENIX-7952 UpsertSelectIT is flaky due to a connection leak check using a global counter (#2561)\n\nCo-authored-by: Claude Opus 4.8[1m] \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "2d82a563ed28c3850b1e9f67310022d3ff09bfa8",
      "tree": "a68694cebdee40e5eaf5b3dbaa8358468e410bdb",
      "parents": [
        "0524930c789f0654d3817cdd82fcbda05652cb05"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:55:29 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:55:29 2026 -0700"
      },
      "message": "PHOENIX-7831 PhoenixQueryTimeoutIT wait for DelayedRegionObserver to load (#2448)"
    },
    {
      "commit": "0524930c789f0654d3817cdd82fcbda05652cb05",
      "tree": "5155736010850daaa03cf41058e472758767547c",
      "parents": [
        "93941f5fd403cf6d8eb872c278aa03a3b1780f9f"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:54:57 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:54:57 2026 -0700"
      },
      "message": "PHOENIX-7830 De-flake MutableIndexFailureIT (#2447)"
    },
    {
      "commit": "93941f5fd403cf6d8eb872c278aa03a3b1780f9f",
      "tree": "15ea8f0b5da73e6ddd255a31f3bf19c03e5a2931",
      "parents": [
        "d77ee927d81b173559d9907514e917fa2996e53b"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:51:39 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:51:39 2026 -0700"
      },
      "message": "PHOENIX-7826 MetadataGetTableReadLockIT wait for coprocessor swap to land (#2443)"
    },
    {
      "commit": "d77ee927d81b173559d9907514e917fa2996e53b",
      "tree": "2e9bc72e396beb5be967319946a06c0e00662cc0",
      "parents": [
        "5b10f0233281b9e000b8b1a1b71a7ba21ceb898b"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:51:02 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:51:02 2026 -0700"
      },
      "message": "PHOENIX-7825 ConcurrentMutationsIT make MyClock.shouldAdvance volatile (#2442)"
    },
    {
      "commit": "5b10f0233281b9e000b8b1a1b71a7ba21ceb898b",
      "tree": "cf9cc8cecfd080a319e4d75061c1739c0d5c6d0d",
      "parents": [
        "57573fa9763e34d18058ada7fca7528a521194f9"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 15:48:27 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 15:48:27 2026 -0700"
      },
      "message": "PHOENIX-7822 MaxConcurrentConnectionsIT poll for async connection counts (#2439)"
    },
    {
      "commit": "57573fa9763e34d18058ada7fca7528a521194f9",
      "tree": "7c9ad83707be95b9ad1d85fd5bcde70ad0daf7c1",
      "parents": [
        "182fd1cbe29e8771ac4ad4bb8369af4e1cff3aff"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 10:51:42 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 10:51:42 2026 -0700"
      },
      "message": "PHOENIX-7947 GlobalConnectionTenantTableIT NPE when auto-unboxing (#2558)\n\nCo-authored-by: Claude Opus 4.8[1m] \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "182fd1cbe29e8771ac4ad4bb8369af4e1cff3aff",
      "tree": "fc5ac5c267b9862efc4f95535af92b08f8d3cf3c",
      "parents": [
        "132411c1d9dd1048bd349e16758853a582fcb509"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue Jun 30 10:08:53 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 10:08:53 2026 -0700"
      },
      "message": "PHOENIX-7827 TableSnapshotReadsMapReduceIT per-test unique snapshot name (#2444)"
    },
    {
      "commit": "132411c1d9dd1048bd349e16758853a582fcb509",
      "tree": "033cbacfd08649f49fd75c5a6ff7e57d91088286",
      "parents": [
        "7bc2f3fc344cb394137d1e30f9e33916b54e6a5f"
      ],
      "author": {
        "name": "Lokesh Khurana",
        "email": "khuranalokesh07@gmail.com",
        "time": "Sun Jun 28 17:54:56 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 28 17:54:56 2026 -0700"
      },
      "message": "PHOENIX-7944 (addendum) Move bcprov-jdk18on unused-declared ignore into phoenix-core pom (#2555)\n\nThe original fix added the ignore entries to the root pom\u0027s\nmaven-dependency-plugin config (under pluginManagement). However\nphoenix-core/pom.xml re-declares the plugin under build/plugins with its\nown non-empty \u003cignoredUnusedDeclaredDependencies\u003e list, which overrides\n(does not merge with) the parent\u0027s list. As a result the parent-level\nbcprov-jdk18on entry never applied to phoenix-core, and the 2.6.0 profile\nrelease still failed at analyze-only with:\n  Unused declared: org.bouncycastle:bcprov-jdk18on:jar:1.79:test\n\nThe companion bcprov-jdk15on used-undeclared ignore kept working because\nphoenix-core\u0027s \u003cignoredUsedUndeclaredDependencies/\u003e is empty, so the\nparent entry passed through.\n\nAdd the bcprov-jdk18on entry directly to phoenix-core\u0027s child list so the\nignore actually applies.\n\nCo-authored-by: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "7bc2f3fc344cb394137d1e30f9e33916b54e6a5f",
      "tree": "66f93f354c25da5e6502c94ef6a908d0e42b1c9d",
      "parents": [
        "08216f9c3172ffe9b77206ad756c7bb765ffa9d9"
      ],
      "author": {
        "name": "Lokesh Khurana",
        "email": "khuranalokesh07@gmail.com",
        "time": "Sun Jun 28 12:55:53 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 28 12:55:53 2026 -0700"
      },
      "message": "PHOENIX-7944 maven-dependency-plugin analyze-only fails on hbase-2.6.0 profile due to bouncycastle jdk15on/jdk18on mismatch (#2553)\n\nCo-authored-by: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "08216f9c3172ffe9b77206ad756c7bb765ffa9d9",
      "tree": "5cd730e99f9cb47fcc867260d5b5bb6dfb3bd0df",
      "parents": [
        "6442f2fbed9335b8e9759d8497850784fb028f0d"
      ],
      "author": {
        "name": "Lokesh Khurana",
        "email": "khuranalokesh07@gmail.com",
        "time": "Sat Jun 27 21:59:43 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 27 21:59:43 2026 -0700"
      },
      "message": "PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release (#2550)\n\nThe release script builds and stages a Maven artifact set per HBase\nprofile listed in hbase.profile.list. The 2.6.0 profile (and its\nphoenix-hbase-compat-2.6.0 module) already exists in the build but was\nnot included in the release profile list, so 2.6.0 client artifacts\nwere not published. Add 2.6.0 so they are staged with the other\nprofiles.\n\nCo-authored-by: Claude Fable 5 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "6442f2fbed9335b8e9759d8497850784fb028f0d",
      "tree": "b7faea801639752263b7b3a25a600ba0985cea2c",
      "parents": [
        "f4e88ed6f840c7e27b88adcbf75b7cd80a070336"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Thu Jun 25 13:56:52 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 25 13:56:52 2026 -0700"
      },
      "message": "PHOENIX-7883 : More metrics for EC index consumer (#2543)"
    },
    {
      "commit": "f4e88ed6f840c7e27b88adcbf75b7cd80a070336",
      "tree": "f86c00c97bd9ed3cfb9740374a624ddb1159c4e4",
      "parents": [
        "f9fc19fb85c70836510d1ddfff755ad270ae7fb4"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Tue Jun 23 12:35:52 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 23 12:35:52 2026 -0700"
      },
      "message": "PHOENIX-7884 : Refactor tracking of IndexCdcConsumer lag (#2506)"
    },
    {
      "commit": "f9fc19fb85c70836510d1ddfff755ad270ae7fb4",
      "tree": "5a0eb5901a882b8413c514e082a07cc6ffc28bdf",
      "parents": [
        "94421c7fc696a3841cb690d21856824d7ae7c2de"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sat Jun 20 17:24:11 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 20 17:24:11 2026 -0700"
      },
      "message": "PHOENIX-7933 Avoid using reflection to initialize ServerCacheFactory (#2539)"
    },
    {
      "commit": "94421c7fc696a3841cb690d21856824d7ae7c2de",
      "tree": "1ba5d50f04b31e4bac78e80783cec413244f691f",
      "parents": [
        "01526d3b3fed4b93083e997de1603f8996d36940"
      ],
      "author": {
        "name": "Xavier Fernandis",
        "email": "fernandisxavier8@gmail.com",
        "time": "Sat Jun 13 04:06:20 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 12 15:36:20 2026 -0700"
      },
      "message": "PHOENIX-7267 CsvBulkLoadTool fails job due to a bad record with \"(startline 1) EOF reached before encapsulated token finished\" (#2399)"
    },
    {
      "commit": "01526d3b3fed4b93083e997de1603f8996d36940",
      "tree": "dfef1147c91252eac971e11226e3e741324dd321",
      "parents": [
        "995cf716f111754b530553417341125ef1434025"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Wed Jun 10 14:51:45 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 10 14:51:45 2026 -0700"
      },
      "message": "PHOENIX-7878 CDC perf improvement - skip redundant cell versions on data table scans (#2493)"
    },
    {
      "commit": "995cf716f111754b530553417341125ef1434025",
      "tree": "a65fad11e91cf09d69378405e6ec96e9977b4489",
      "parents": [
        "9477645c97d4176706c1e6f2adc4c14022aca3d1"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Tue Jun 09 16:39:42 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 09 16:39:42 2026 -0700"
      },
      "message": "PHOENIX-7880 addendum (#2509)"
    },
    {
      "commit": "9477645c97d4176706c1e6f2adc4c14022aca3d1",
      "tree": "a990512a67f69a5d3456a1f5d72bfa2235ca6d26",
      "parents": [
        "36cdc2d5ac7e76485128fbf2cebc348acae2d4f9"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Mon Jun 08 08:47:23 2026 -0700"
      },
      "committer": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Mon Jun 08 08:47:53 2026 -0700"
      },
      "message": "Revert \"PHOENIX-7879 Tests for EXPLAIN text and ExplainPlanAttributes serialization compatibility (#2495)\"\n\nThis reverts commit 29fbbbcef084b15ef555d7b9674e92786eb97f88.\n"
    },
    {
      "commit": "36cdc2d5ac7e76485128fbf2cebc348acae2d4f9",
      "tree": "9bc8b41962c6410680e229f58bc791c51e8333a9",
      "parents": [
        "29fbbbcef084b15ef555d7b9674e92786eb97f88"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Fri Jun 05 12:24:27 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 05 12:24:27 2026 -0700"
      },
      "message": "PHOENIX-7880 Do not treat literal string SET values as arithmetic in BSON UpdateExpression (#2496)\n\nCo-authored-by: Cursor \u003ccursoragent@cursor.com\u003e"
    },
    {
      "commit": "29fbbbcef084b15ef555d7b9674e92786eb97f88",
      "tree": "237356ced23a3925e9601936ee399a281bcfd118",
      "parents": [
        "225cf0e51fa176e1e96df3a03cd50f0fb9ab9ae7"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Thu Jun 04 16:55:52 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 04 16:55:52 2026 -0700"
      },
      "message": "PHOENIX-7879 Tests for EXPLAIN text and ExplainPlanAttributes serialization compatibility (#2495)"
    },
    {
      "commit": "225cf0e51fa176e1e96df3a03cd50f0fb9ab9ae7",
      "tree": "c905f67dede0f58ca5e9e599e7be847150a5d4d3",
      "parents": [
        "19422a01472068392504b2105d2ec3ad5b62bde1"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Thu May 21 15:05:28 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 21 15:05:28 2026 -0700"
      },
      "message": "PHOENIX-7842 Reduce the shading contribution to build time (#2460)"
    },
    {
      "commit": "19422a01472068392504b2105d2ec3ad5b62bde1",
      "tree": "b3afc7fa7cb7ea13fb3eef89d5321cb9b9d16934",
      "parents": [
        "ae0e932df552576f020aa566008a227285ec7457"
      ],
      "author": {
        "name": "Andor Molnár",
        "email": "andor@cloudera.com",
        "time": "Mon May 18 04:24:16 2026 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 18 11:24:16 2026 +0200"
      },
      "message": "PHOENIX-7848: Use ZK TLS properties from HBase config if present (#2467)\n\nParse ZooKeeper TLS properties from hbase-site.xml and add them to sqlline command line args."
    },
    {
      "commit": "ae0e932df552576f020aa566008a227285ec7457",
      "tree": "0b565ba9b6cdb5a87a26990fed24edd740ad31a5",
      "parents": [
        "78d91e074b73314caef695ad88801c93e212be68"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Tue May 12 16:27:28 2026 -0700"
      },
      "committer": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Tue May 12 16:34:21 2026 -0700"
      },
      "message": "PHOENIX-7850 addendum (#2472)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "78d91e074b73314caef695ad88801c93e212be68",
      "tree": "c150cba2cf80c345f230266e488ce917039699d8",
      "parents": [
        "2019178b871e10b169e127c56cb16ef43ceaa1a1"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Wed May 13 01:28:08 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 12 12:58:08 2026 -0700"
      },
      "message": "PHOENIX-7850: Unblock Phoenix PR validation builds (#2471)"
    },
    {
      "commit": "2019178b871e10b169e127c56cb16ef43ceaa1a1",
      "tree": "84124b1f98fd50afa157b91f9e80569c9b9201f7",
      "parents": [
        "e8f1ba2ee06581ea6faf2512231c549116b6b578"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Tue May 12 10:35:33 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 12 10:35:33 2026 -0700"
      },
      "message": "PHOENIX-7849 : Support LIST_APPEND operator in BSON UpdateExpression SET (#2468)\n\nCo-authored-by: Cursor \u003ccursoragent@cursor.com\u003e"
    },
    {
      "commit": "e8f1ba2ee06581ea6faf2512231c549116b6b578",
      "tree": "6d368690ee919b75950cc4c4d549e041f58115cf",
      "parents": [
        "4e8472ce9bd73ff79eb6e1187276b73966ef7bf7"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Wed May 06 21:45:26 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 06 21:45:26 2026 +0530"
      },
      "message": "PHOENIX-7844: Add Pull Request template with guidelines for generative AI tools (#2462)\n\nCo-authored-by: Sanjeet Malhotra \u003csanjeetmalhotra@sanjeet-ltmkky6.internal.salesforce.com\u003e"
    },
    {
      "commit": "4e8472ce9bd73ff79eb6e1187276b73966ef7bf7",
      "tree": "4327ebb3e945b0d2ea3b2460dff689b9cb4b5f9b",
      "parents": [
        "078e29ae3e2ab18a7134e22e242af5ee65cc1842"
      ],
      "author": {
        "name": "Andrew Purtell",
        "email": "apurtell@apache.org",
        "time": "Tue May 05 13:21:08 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 05 13:21:08 2026 -0700"
      },
      "message": "PHOENIX-7841 Harden the phoenix-vote script (#2458)\n\nSigned-off-by: Viraj Jasani \u003cvjasani@apache.org\u003e"
    },
    {
      "commit": "078e29ae3e2ab18a7134e22e242af5ee65cc1842",
      "tree": "d77f77537837699831173f25de6333241ec7e1a2",
      "parents": [
        "391c1d22612cb1456dab33249a4b355a380fe883"
      ],
      "author": {
        "name": "Rahul Kumar",
        "email": "rkrahul324@gmail.com",
        "time": "Wed Apr 29 13:29:56 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 29 13:29:56 2026 +0530"
      },
      "message": "PHOENIX-7799 Coalesce splits by region server to avoid hotspotting from concurrent mappers (#2411)\n\n\n---------\n\nCo-authored-by: Rahul Kumar \u003crahul.kumar@salesforce.com\u003e"
    },
    {
      "commit": "391c1d22612cb1456dab33249a4b355a380fe883",
      "tree": "a17ac97848189fdfef58ac337ffffda76d850c7e",
      "parents": [
        "c46000aa7c67c5192f1061141b08e41499fac80a"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Mon Apr 27 21:57:50 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 27 21:57:50 2026 -0700"
      },
      "message": "PHOENIX-7811 : Create CDC should not drop user supplied table properties (#2426)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "c46000aa7c67c5192f1061141b08e41499fac80a",
      "tree": "778eadd5293e450b72ece953bd27c832389b9cf9",
      "parents": [
        "8f5daf5acb7f40482df1dd47145ffe28782afe94"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Mon Apr 27 10:27:39 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 27 10:27:39 2026 -0700"
      },
      "message": "PHOENIX-7806 Fix permission tests (ADDENDUM) (#2424)"
    },
    {
      "commit": "8f5daf5acb7f40482df1dd47145ffe28782afe94",
      "tree": "156be970455f04d19e7c7de8d9b2c8b99e24bb4a",
      "parents": [
        "5d14dec56959018b7c63bb7a0b9848392ed53e60"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sat Apr 25 09:54:05 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 25 09:54:05 2026 -0700"
      },
      "message": "PHOENIX-7806 Upgrade hbase versions to 2.5.14 and 2.6.5 (#2420)"
    },
    {
      "commit": "5d14dec56959018b7c63bb7a0b9848392ed53e60",
      "tree": "e5b82742be775bf3cf884cdc4d43a46244d8efdc",
      "parents": [
        "4398bc0583ec5691c45cd8245e4bee29c7bb50e7"
      ],
      "author": {
        "name": "Xavier Fernandis",
        "email": "fernandisxavier8@gmail.com",
        "time": "Thu Apr 23 10:34:20 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 22 22:04:20 2026 -0700"
      },
      "message": "PHOENIX-7276 Add REGEXP_LIKE built-in function (#2398)"
    },
    {
      "commit": "4398bc0583ec5691c45cd8245e4bee29c7bb50e7",
      "tree": "94b92d6800473fde2fd5c200b814c12030e02a28",
      "parents": [
        "606b261e502d5aa0aa8391987527bb9069c8c3b6"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sun Apr 19 21:04:03 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 19 21:04:03 2026 -0700"
      },
      "message": "PHOENIX-7794 Eventually Consistent Global Secondary Indexes (#2401)"
    },
    {
      "commit": "606b261e502d5aa0aa8391987527bb9069c8c3b6",
      "tree": "3e3917e910732f5ad755dfc257cc9b97a2b83cf5",
      "parents": [
        "f5f093e53b4b0aaf4b319e4f171ecab8fdbc1f28"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Wed Apr 15 08:53:27 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 14 20:23:27 2026 -0700"
      },
      "message": "PHOENIX-7729 Identify top N slowest parallel scans for metrics reporting (Addendum) (#2408)"
    },
    {
      "commit": "f5f093e53b4b0aaf4b319e4f171ecab8fdbc1f28",
      "tree": "aac6e96db75a7f688382e3bdc1c19a2d0a89b30a",
      "parents": [
        "f088fdeb28e1dea7dd156b5090f44439089ad074"
      ],
      "author": {
        "name": "Rahul Kumar",
        "email": "rkrahul324@gmail.com",
        "time": "Tue Apr 14 20:12:46 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 14 20:12:46 2026 +0530"
      },
      "message": "PHOENIX-7751: Feature to validate table data using PhoenixSyncTable tool b/w source and target cluster (#2379)"
    },
    {
      "commit": "f088fdeb28e1dea7dd156b5090f44439089ad074",
      "tree": "a497d00a2fb89a2210e5972ab36d375e6a2693d4",
      "parents": [
        "42dc7dba7fec406d2ed807e0f2aa2f96abc1d558"
      ],
      "author": {
        "name": "ritegarg",
        "email": "58840065+ritegarg@users.noreply.github.com",
        "time": "Fri Apr 10 12:46:24 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 10 12:46:24 2026 -0700"
      },
      "message": "PHOENIX-7797 Fixing flapper test HAGroupStoreClientIT.testHAGroupStoreClientWithMultiThreadedUpdates (#2402)"
    },
    {
      "commit": "42dc7dba7fec406d2ed807e0f2aa2f96abc1d558",
      "tree": "f8de2d229e84dcea7eb1eeff3c66598fcf6bdf30",
      "parents": [
        "6a0149a8edb79cf2cee8354bb081e0cbab1f9d64"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Wed Apr 01 16:12:57 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 01 16:12:57 2026 +0530"
      },
      "message": "PHOENIX-7789: Fix Flappers in SlowestScanMetricsIT (#2396)"
    },
    {
      "commit": "6a0149a8edb79cf2cee8354bb081e0cbab1f9d64",
      "tree": "b1cc6cf456eaeaf17ba9facbcd99c2f2d3b8cda9",
      "parents": [
        "4455038df71a8c383d1e59ae1b9a4e51f9d9d0f8"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Thu Mar 12 00:26:48 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 12 00:26:48 2026 +0530"
      },
      "message": "PHOENIX-7766: Generate point lookups while using IS NULL on trailing PK columns (#2377)"
    },
    {
      "commit": "4455038df71a8c383d1e59ae1b9a4e51f9d9d0f8",
      "tree": "c6b375f6a5f313506930ed23006dfe99da1fff78",
      "parents": [
        "4583671b9cd3d7147e5156f30221687a63a04d86"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Wed Mar 04 18:45:45 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 04 18:45:45 2026 -0800"
      },
      "message": "PHOENIX-7777 : Disable default configuration for View TTL (#2387)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "4583671b9cd3d7147e5156f30221687a63a04d86",
      "tree": "f5167e78a4ce6de8334db82e416db7b566d96ad1",
      "parents": [
        "fe50526f3305b2f2cf1ed326aaf9965dd1cf680d"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Thu Feb 26 16:09:09 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 26 16:09:09 2026 -0800"
      },
      "message": "PHOENIX-7774 : Increase default number of max indexes allowed per table (#2385)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "fe50526f3305b2f2cf1ed326aaf9965dd1cf680d",
      "tree": "e5c7304ddd83cb95c18a2f98e79107e023dccfed",
      "parents": [
        "d06e17e2da3495daf949d27cb190118cefd4aea9"
      ],
      "author": {
        "name": "tkhurana",
        "email": "khurana.tanuj@gmail.com",
        "time": "Wed Feb 25 14:45:22 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 25 14:45:22 2026 -0800"
      },
      "message": "PHOENIX-7758 Read repair with DistinctPrefixFilter can give incorrect results (#2365)\n\n"
    },
    {
      "commit": "d06e17e2da3495daf949d27cb190118cefd4aea9",
      "tree": "1a1ce66c28202923ec445ce114cc0c184575df22",
      "parents": [
        "9aa67a74b0de53b461d8a7a4917f364cf48c31b5"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Fri Feb 20 11:40:34 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 20 11:40:34 2026 -0800"
      },
      "message": "PHOENIX-7772 : Fix NPE in TOTAL_SEGMENTS query when table has index (#2382)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "9aa67a74b0de53b461d8a7a4917f364cf48c31b5",
      "tree": "9e63f1688f2f3c8e481b2300aeb54647629d584f",
      "parents": [
        "a7feb02eacb72361c7eca6ab9516f27ffc6bfd5c"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Thu Feb 19 12:05:40 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 19 12:05:40 2026 -0800"
      },
      "message": "PHOENIX-7770 Incorrect index scan range while using RVC on VARBINARY_ENCODED (#2380)\n\n"
    },
    {
      "commit": "a7feb02eacb72361c7eca6ab9516f27ffc6bfd5c",
      "tree": "673cbf1afa794f5a0ac2735470e7f21594a4598b",
      "parents": [
        "57b1f9f498d25f1737d3dc7c2fc5b9dc8069eb6c"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Wed Feb 18 18:22:30 2026 -0800"
      },
      "committer": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Wed Feb 18 18:22:30 2026 -0800"
      },
      "message": "spotless fix\n"
    },
    {
      "commit": "57b1f9f498d25f1737d3dc7c2fc5b9dc8069eb6c",
      "tree": "303c9ff1d7d6c0bbb4d422a9a6a0fc81fab62158",
      "parents": [
        "7d8cfe9714d969d8c20175ff12947a8a0764b8ce"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Tue Feb 17 21:34:01 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 17 21:34:01 2026 -0800"
      },
      "message": "PHOENIX-7762 Incorrect scan boundary when slot span exceeds actual bound in composite key (#2373)\n\n"
    },
    {
      "commit": "7d8cfe9714d969d8c20175ff12947a8a0764b8ce",
      "tree": "54a8ff701d293617258e5dad104de609bafd74a3",
      "parents": [
        "9006fafce5e21861aea70fceeb1e66fba631e3d5"
      ],
      "author": {
        "name": "Hari Krishna Dara",
        "email": "haridara@gmail.com",
        "time": "Mon Feb 16 11:06:19 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 16 11:06:19 2026 +0530"
      },
      "message": "PHOENIX-7759: Preserve buffered mutations when batch size limit is exceeded (#2371)\n\n- Adds new configuration property `phoenix.mutate.preserveOnLimitExceeded` that changes mutation limit behavior, which can be overridden at the connection level via connection properties.\n- When enabled, limit checks occur BEFORE state modification, preserving existing buffered mutations\n- Introduces `MutationLimitReachedException` (for executeUpdate) and `MutationLimitBatchException` (for executeBatch) to signal recoverable limit conditions\n- Allows applications to commit buffered mutations and continue processing instead of losing state, which facilitates **\"dynamic sizing\"** for the batch."
    },
    {
      "commit": "9006fafce5e21861aea70fceeb1e66fba631e3d5",
      "tree": "787318d0ce0ad3e0ee6b7442067440e5492059d1",
      "parents": [
        "8a9b299b2bbfccfeb760cea518e28bdda26b6482"
      ],
      "author": {
        "name": "richardantal",
        "email": "richardantal@apache.org",
        "time": "Tue Feb 10 10:26:46 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 10 10:26:46 2026 +0100"
      },
      "message": "PHOENIX-7198 support for multi row constructors in single upsert query (#2222)\n\n"
    },
    {
      "commit": "8a9b299b2bbfccfeb760cea518e28bdda26b6482",
      "tree": "23a4a80c8cba387e3c3dd9d882a08d0f3f1fe005",
      "parents": [
        "5cd2b7487ad40c510d9dc4c0a489bc466999d52a"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Mon Feb 09 21:37:04 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 21:37:04 2026 -0800"
      },
      "message": "PHOENIX-7760 Incorrect scan range for RVC with overlapping constraints (#2367)\n\n"
    },
    {
      "commit": "5cd2b7487ad40c510d9dc4c0a489bc466999d52a",
      "tree": "40fce98ce22862c58c996739f0bc7e07acffc5ba",
      "parents": [
        "3050049d30f70c50dc8e3782beab5246361828c4"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Sun Feb 08 23:58:54 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Feb 08 23:58:54 2026 +0530"
      },
      "message": "PHOENIX-7729: Identify top N slowest parallel scans for metrics reporting (#2337)\n\n"
    },
    {
      "commit": "3050049d30f70c50dc8e3782beab5246361828c4",
      "tree": "b1c7ea4b68f13355d2f545baa3ea55be95245897",
      "parents": [
        "aa44ae6dcb307ab9fd30f25dae7f58e4203b6d5b"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Thu Feb 05 16:20:03 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 05 16:20:03 2026 -0800"
      },
      "message": "PHOENIX-7753 : Allow uncovered index creation on tables with relaxed conditional TTL (#2357)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "aa44ae6dcb307ab9fd30f25dae7f58e4203b6d5b",
      "tree": "8e9d4744be4807ab4385431e108990e094d1a2dc",
      "parents": [
        "ba340dd31cd4bcc6aec5a69fabc5c5e58a078ce5"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Wed Feb 04 14:05:47 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 04 14:05:47 2026 -0800"
      },
      "message": "PHOENIX-7743 : Fix TNFE in IndexTool server side builds for case sensitive names (#2331)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "ba340dd31cd4bcc6aec5a69fabc5c5e58a078ce5",
      "tree": "b6f61fb1c92496423f3fe93f0cb8e1299febd521",
      "parents": [
        "5ed966711cec540e3a0c8160a083bb7c64f601fa"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Wed Feb 04 09:08:57 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 04 09:08:57 2026 -0800"
      },
      "message": "PHOENIX-7474 addendum (#2363)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "5ed966711cec540e3a0c8160a083bb7c64f601fa",
      "tree": "43817d6929f5d2a8796dc5f19dd998f0efb58f3c",
      "parents": [
        "137cca5734ebde3285ca455af708e90903603554"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Tue Feb 03 15:04:45 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 03 15:04:45 2026 -0800"
      },
      "message": "PHOENIX-7757 : Support arithmetic with if_not_exists in bson SET update expression (#2362)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "137cca5734ebde3285ca455af708e90903603554",
      "tree": "6c48a08b9d82a3015ab436ec7294d0badd5b64f6",
      "parents": [
        "1115c7c306e3981a8c14a1fdd26063e55bdf4b6e"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sun Feb 01 13:48:02 2026 -0800"
      },
      "committer": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Sun Feb 01 13:48:02 2026 -0800"
      },
      "message": "spotless fix\n"
    },
    {
      "commit": "1115c7c306e3981a8c14a1fdd26063e55bdf4b6e",
      "tree": "ee487c6daa337acc38a91774be3817bd77de1f10",
      "parents": [
        "27d6b1b251b2ea771b75f4b6d992e8fae97ec50d"
      ],
      "author": {
        "name": "Rahul Agarkar",
        "email": "ragarkar@cloudera.com",
        "time": "Sat Jan 31 00:17:29 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 30 10:47:29 2026 -0800"
      },
      "message": "PHOENIX-300 Add support for TRUNCATE TABLE (#1409)\n\nCo-authored-by: Abhishek Kothalikar \u003ckabhishek@cloudera.com\u003e"
    },
    {
      "commit": "27d6b1b251b2ea771b75f4b6d992e8fae97ec50d",
      "tree": "928b00eff790f6c2d4259230ba50cbf12827b16d",
      "parents": [
        "6230eb024d4b3b8ed9e3b7271d90e1e6feac924e"
      ],
      "author": {
        "name": "richardantal",
        "email": "richardantal@apache.org",
        "time": "Thu Jan 29 09:43:58 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 29 09:43:58 2026 +0100"
      },
      "message": "PHOENIX-7474 Migrate IndexTool tables and make sure they are created (#2031)\n\n"
    },
    {
      "commit": "6230eb024d4b3b8ed9e3b7271d90e1e6feac924e",
      "tree": "e2d3c0b5bbcc808a891c473d50091cb130816fba",
      "parents": [
        "aecd1f51c9f9928d62ceb09380f25754d2054ad3"
      ],
      "author": {
        "name": "tkhurana",
        "email": "khurana.tanuj@gmail.com",
        "time": "Tue Jan 27 14:49:18 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 27 14:49:18 2026 -0800"
      },
      "message": "PHOENIX-7748 Empty column cell is not returned when scan has both EmptyColumnOnlyFilter and DistinctPrefixFilter (#2353)\n\n"
    },
    {
      "commit": "aecd1f51c9f9928d62ceb09380f25754d2054ad3",
      "tree": "40ceb5e50c840eac2ec8652936b9ec2013fe182c",
      "parents": [
        "30620e46f52e236bdd96ee469fb6ec287cb007df"
      ],
      "author": {
        "name": "tkhurana",
        "email": "khurana.tanuj@gmail.com",
        "time": "Tue Jan 13 11:03:27 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 11:03:27 2026 -0800"
      },
      "message": "PHOENIX-7746 Fix flapper test MetaDataCacheMetricsIT.testGlobalClientCacheMetricsOfCreateAndDropTable (#2346)\n\n"
    },
    {
      "commit": "30620e46f52e236bdd96ee469fb6ec287cb007df",
      "tree": "e64fbb04bd7f77ce199502be5b0baf49170380bb",
      "parents": [
        "c5c07772a2c30dc0372abe938b1bdf9b2515d04f"
      ],
      "author": {
        "name": "richardantal",
        "email": "richardantal@apache.org",
        "time": "Tue Jan 13 12:18:48 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 12:18:48 2026 +0100"
      },
      "message": "PHOENIX-6672: update building_website to mention git instead of svn (#2343)\n\n"
    },
    {
      "commit": "c5c07772a2c30dc0372abe938b1bdf9b2515d04f",
      "tree": "a41f8c686720f1b47f7d16df6ff4bbbe72e8673c",
      "parents": [
        "93203b081269ca5ed7eeaee85d0d13204d3f7ee4"
      ],
      "author": {
        "name": "Istvan Toth",
        "email": "stoty@apache.org",
        "time": "Tue Jan 06 06:52:29 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 06 06:52:29 2026 +0100"
      },
      "message": "PHOENIX-7744 Update log4j2 to 2.25.3 (#2338)\n\n"
    },
    {
      "commit": "93203b081269ca5ed7eeaee85d0d13204d3f7ee4",
      "tree": "ebc3fa6e322a14dca66d016bfb413ba674d503f5",
      "parents": [
        "1493190e0d69fa9ed95e35aab55888204fe3c63d"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Thu Dec 18 09:48:21 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 18 09:48:21 2025 +0530"
      },
      "message": "PHOENIX-7704: Integrate HBase\u0027s new Scan Latency Metrics (#2329)\n\n"
    },
    {
      "commit": "1493190e0d69fa9ed95e35aab55888204fe3c63d",
      "tree": "3cb5dc1b9fffd8b55bb6df0c9d5217c8da704a02",
      "parents": [
        "fd6a76e66f04718d9ec4aaa142ca43ebf6c8cad8"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Wed Dec 17 16:59:40 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 17 16:59:40 2025 +0530"
      },
      "message": "PHOENIX-7727 Eliminate IndexMetadataCache RPCs by leveraging server PTable cache (#2321)\n\n"
    },
    {
      "commit": "fd6a76e66f04718d9ec4aaa142ca43ebf6c8cad8",
      "tree": "c8865e0a138d423af212742902d77dd2152943d1",
      "parents": [
        "4d0905ae02ec651fa51394ae6acc54fd608b8996"
      ],
      "author": {
        "name": "Umesh",
        "email": "9414umeshkumar@gmail.com",
        "time": "Wed Dec 10 08:55:51 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 10 08:55:51 2025 +0530"
      },
      "message": "PHOENIX-7741 Remove usage of isRegionInTransition method from phoenix tests (#2330)\n\n\n---------\n\nCo-authored-by: ukumawat \u003cukumawat@salesforce.com\u003e"
    },
    {
      "commit": "4d0905ae02ec651fa51394ae6acc54fd608b8996",
      "tree": "dedd5f2e44b9525391e80fd9192ec6a4d41bf72d",
      "parents": [
        "1d684a9e6f049ae254fde4e2b2e2a173a814cb49"
      ],
      "author": {
        "name": "Istvan Toth",
        "email": "stoty@apache.org",
        "time": "Fri Dec 05 11:26:04 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 05 11:26:04 2025 +0100"
      },
      "message": "PHOENIX-7740 Update JAXB to 2.3.9 in Pherf and fix XML object collection initialization (#2327)\n\n"
    },
    {
      "commit": "1d684a9e6f049ae254fde4e2b2e2a173a814cb49",
      "tree": "92d5bcec6cba525a12a54b6ea6289f7a770e97e8",
      "parents": [
        "0d714991043bc68961a73c76193d26c4e1d4585b"
      ],
      "author": {
        "name": "Istvan Toth",
        "email": "stoty@apache.org",
        "time": "Wed Dec 03 06:57:07 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 06:57:07 2025 +0100"
      },
      "message": "PHOENIX-7739 Update Default HBase 2.5 version to 2.5.13 (#2325)\n\n"
    },
    {
      "commit": "0d714991043bc68961a73c76193d26c4e1d4585b",
      "tree": "d754c66d9a390194bf0ac6946e72d8cf70d83531",
      "parents": [
        "6c3ee49fd6f223047286ddd0b16f5fc6b521b349"
      ],
      "author": {
        "name": "sanjeet006py",
        "email": "36011005+sanjeet006py@users.noreply.github.com",
        "time": "Mon Dec 01 13:29:52 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 01 13:29:52 2025 +0530"
      },
      "message": "PHOENIX-7731: Add phoenix-hbase-compat module for HBase 2.6.4 (#2291)\n\n"
    },
    {
      "commit": "6c3ee49fd6f223047286ddd0b16f5fc6b521b349",
      "tree": "bdba068742609701e7ca48745363ca272f5fbf97",
      "parents": [
        "827c168ab244998c27251365b87cc8880fe7bc34"
      ],
      "author": {
        "name": "Saurabh Rai",
        "email": "saurabh.rai95@outlook.com",
        "time": "Thu Nov 27 15:04:37 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 27 15:04:37 2025 +0530"
      },
      "message": "PHOENIX-6644 Fix column name based ResultSet getter for view indexes (#2298)\n\n"
    },
    {
      "commit": "827c168ab244998c27251365b87cc8880fe7bc34",
      "tree": "1d4c663bba888a733a58c4040d030217ded45234",
      "parents": [
        "55de06c41065c7c59c336daccdf082793cdcfb0d"
      ],
      "author": {
        "name": "tkhurana",
        "email": "khurana.tanuj@gmail.com",
        "time": "Wed Nov 26 11:05:09 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 26 11:05:09 2025 +0530"
      },
      "message": "PHOENIX-7737 Fix flapper testScanningResultIteratorQueryTimeoutForPagingWithVeryLowTimeout (#2322)\n\n"
    },
    {
      "commit": "55de06c41065c7c59c336daccdf082793cdcfb0d",
      "tree": "0a87ee71e19f331859e183fdefefda54efa31f79",
      "parents": [
        "5b3280a3f580360bdc1f99467a8814bf917c166b"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Fri Nov 21 11:04:51 2025 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 21 11:04:51 2025 -0800"
      },
      "message": "PHOENIX-7732 : Drop CDC should not throw TNFE when IF EXISTS is used (#2318)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "5b3280a3f580360bdc1f99467a8814bf917c166b",
      "tree": "1267a622930743173e5e2f352161cc2f19cba218",
      "parents": [
        "21ab7859306d9573175fe0ea4a4da1dbe9c134e8"
      ],
      "author": {
        "name": "richardantal",
        "email": "richardantal@apache.org",
        "time": "Fri Nov 21 19:49:26 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 22 00:19:26 2025 +0530"
      },
      "message": "PHOENIX-7715 Bump phoenix version after 5.3 release (#2303)\n\n"
    },
    {
      "commit": "21ab7859306d9573175fe0ea4a4da1dbe9c134e8",
      "tree": "283f87be02d63c6da75fdb72b90ca75333855ca1",
      "parents": [
        "b7881aee20c499dc2fde81b2b6f7d3ed56bbba77"
      ],
      "author": {
        "name": "ritegarg",
        "email": "58840065+ritegarg@users.noreply.github.com",
        "time": "Tue Nov 11 13:54:48 2025 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 11 13:54:48 2025 -0800"
      },
      "message": "PHOENIX-7493 Addendum Only making HAGroupStoreClient unhealthy on CONNECTION_LOST (#2316)\n\nCo-authored-by: Ritesh Garg \u003critesh.garg@riteshg-ltmd34g.internal.salesforce.com\u003e"
    },
    {
      "commit": "b7881aee20c499dc2fde81b2b6f7d3ed56bbba77",
      "tree": "999178020ca136820cdc47a94f98e574289cfbc8",
      "parents": [
        "05946095d9e6e4231157811fea3ebc4a79f5aad0"
      ],
      "author": {
        "name": "Istvan Toth",
        "email": "stoty@apache.org",
        "time": "Fri Nov 07 08:47:22 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 07 08:47:22 2025 +0100"
      },
      "message": "PHOENIX-7613 Update Apache parent pom to 31 (#2172)\n\nalso clean up some test/compile dependency scopes\n"
    },
    {
      "commit": "05946095d9e6e4231157811fea3ebc4a79f5aad0",
      "tree": "c123c69a24049f83cfe370ea0dc3e0e7516926d0",
      "parents": [
        "22b49d05b1db977aa75669570450de3646a13e46"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Mon Nov 03 13:17:39 2025 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 03 13:17:39 2025 -0800"
      },
      "message": "PHOENIX-7370 Server to server system table RPC calls should use separate RPC handler pool (#2301)\n\n"
    },
    {
      "commit": "22b49d05b1db977aa75669570450de3646a13e46",
      "tree": "013be6375b8bd01ab55618d685e26911c5011d7f",
      "parents": [
        "d3499ef141f80b1d8bc6f84e31894cb79cd4b00b"
      ],
      "author": {
        "name": "Palash Chauhan",
        "email": "palashc983@gmail.com",
        "time": "Thu Oct 30 15:45:36 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 30 15:45:36 2025 -0700"
      },
      "message": "PHOENIX-7718 : CDC Stream improvements (#2308)\n\nCo-authored-by: Palash Chauhan \u003cp.chauhan@pchauha-ltmgv47.internal.salesforce.com\u003e"
    },
    {
      "commit": "d3499ef141f80b1d8bc6f84e31894cb79cd4b00b",
      "tree": "85401714a80a2d4a24d78316d6dea433fc226880",
      "parents": [
        "5466a0d9a4367ec855afd5f608251648bd2034a3"
      ],
      "author": {
        "name": "Jing Yu",
        "email": "yu.j@salesforce.com",
        "time": "Mon Oct 20 14:10:40 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 20 14:10:40 2025 -0700"
      },
      "message": "PHOENIX-7711 Make Phoenix test jar available for consumption by applications (#2306)\n\n"
    },
    {
      "commit": "5466a0d9a4367ec855afd5f608251648bd2034a3",
      "tree": "46070b79bbaf56df57a4f618c87b5e22ec65ea0b",
      "parents": [
        "f90725b121e03ed455ecb51f962a38c5bbed1ef4"
      ],
      "author": {
        "name": "Rahul Kumar",
        "email": "rkrahul324@gmail.com",
        "time": "Tue Oct 14 01:35:06 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 13 13:05:06 2025 -0700"
      },
      "message": "PHOENIX-7695 : ParallelPhoenixResultSet keeps the unused result set open for too long (#2293)\n\n"
    },
    {
      "commit": "f90725b121e03ed455ecb51f962a38c5bbed1ef4",
      "tree": "496a96db7aa420570cf98befc73b211b110425ea",
      "parents": [
        "3b01bdf3fdefa463f1df2648d8ae92078aad4bf4"
      ],
      "author": {
        "name": "Viraj Jasani",
        "email": "vjasani@apache.org",
        "time": "Thu Oct 09 14:14:00 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 09 14:14:00 2025 -0700"
      },
      "message": "PHOENIX-7709 Index committer post writer lazy mode - Async RPC call for verified index mutations (#2297)\n\n"
    },
    {
      "commit": "3b01bdf3fdefa463f1df2648d8ae92078aad4bf4",
      "tree": "8190003c3b1df1eacbc41c1b9936652a5637c4f7",
      "parents": [
        "96b8ffea3258359884ef6b507dc9d6ba93d8c773"
      ],
      "author": {
        "name": "Istvan Toth",
        "email": "stoty@apache.org",
        "time": "Thu Oct 09 06:45:56 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 09 06:45:56 2025 +0200"
      },
      "message": "PHOENIX-7708 Update Jackson to 2.18.4.1 (#2295)\n\n"
    },
    {
      "commit": "96b8ffea3258359884ef6b507dc9d6ba93d8c773",
      "tree": "a1a5342c487701f6adef1f89e6f3168b8d0293ca",
      "parents": [
        "59474cdb31819a6186e1bb38c0a2ac7c86adda99"
      ],
      "author": {
        "name": "tkhurana",
        "email": "khurana.tanuj@gmail.com",
        "time": "Wed Oct 08 17:51:12 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 08 17:51:12 2025 -0700"
      },
      "message": "PHOENIX-7707 Phoenix server paging on valid rows (#2294)\n\n\n"
    },
    {
      "commit": "59474cdb31819a6186e1bb38c0a2ac7c86adda99",
      "tree": "c0c8de60af77c8b4791d2604e28d105dab111562",
      "parents": [
        "c45ea172d6ffb957f91797e171c4590bf09a7c1d"
      ],
      "author": {
        "name": "Kadir Ozdemir",
        "email": "37155482+kadirozde@users.noreply.github.com",
        "time": "Mon Oct 06 14:02:41 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 06 14:02:41 2025 -0700"
      },
      "message": "PHOENIX-7705 Support for a row size function (#2292)\n\n"
    },
    {
      "commit": "c45ea172d6ffb957f91797e171c4590bf09a7c1d",
      "tree": "d101f0233b150a17f7dda137021ed428a1c71621",
      "parents": [
        "b47bb8bccb5b0853fa6b30878900aaa8cd24a377"
      ],
      "author": {
        "name": "Norbert Meszaros",
        "email": "meszinorbi2002@gmail.com",
        "time": "Tue Sep 23 13:34:02 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 23 13:34:02 2025 +0200"
      },
      "message": "PHOENIX-7582 Accept phoenix.skip.system.tables.existence.check from hbase-site.xml (#2229)\n\n"
    }
  ],
  "next": "b47bb8bccb5b0853fa6b30878900aaa8cd24a377"
}
