Skip to content

Update changelog for the v26.06.1 release [skip ci] - #15300

Merged
NvTimLiu merged 1 commit into
NVIDIA:release/26.06from
NvTimLiu:changelog-26.06.1
Jul 17, 2026
Merged

Update changelog for the v26.06.1 release [skip ci]#15300
NvTimLiu merged 1 commit into
NVIDIA:release/26.06from
NvTimLiu:changelog-26.06.1

Conversation

@NvTimLiu

Copy link
Copy Markdown
Collaborator

Update change log with CLI: scripts/generate-changelog

--token=<GIT_TOKEN> --releases=26.04,26.06

Documentation

  • Updated for new or modified user-facing features or behaviors
  • No user-facing change

Testing

  • Added or modified tests to cover new code paths
  • Covered by existing tests
    (Please provide the names of the existing tests in the PR description.)
  • Not required

Performance

  • Tests ran and results are added in the PR description
  • Issue filed with a link in the PR description
  • Not required

Update change log with CLI: scripts/generate-changelog

    --token=<GIT_TOKEN> --releases=26.04,26.06

Signed-off-by: NVTIMLIU <timl@nvidia.com>
@NvTimLiu
NvTimLiu requested a review from Copilot July 17, 2026 11:27
@NvTimLiu NvTimLiu self-assigned this Jul 17, 2026
@NvTimLiu NvTimLiu added the documentation Improvements or additions to documentation label Jul 17, 2026
@NvTimLiu NvTimLiu changed the title Update changelog for the v26.06.1 release Update changelog for the v26.06.1 release [skip ci] Jul 17, 2026
@NvTimLiu
NvTimLiu requested a review from a team July 17, 2026 11:28
@greptile-apps

greptile-apps Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates CHANGELOG.md for the v26.06.1 patch release, regenerated via scripts/generate-changelog --releases=26.04,26.06.

  • Bumps the "Generated on" date to 2026-07-17 and adds the two bug fixes (#15235 cudaErrorIllegalAddress in Delta writes; #15183 DBR 17.3 SessionCatalog API breakage) and one performance entry (#15163 Parquet vectored-read buffer regression) for 26.06.1.
  • Adds the corresponding six PR entries, including the JNI version bump to 26.06.1, the doc page update, and the fixes that resolved those issues.
  • Backfills four previously missing PR entries into the 26.04 section as a side-effect of the full regeneration.

Confidence Score: 5/5

Documentation-only change with no code modifications; safe to merge.

The entire change is a regenerated changelog: a date bump and new issue/PR entries for the 26.06.1 patch release. No source code, build configuration, or test logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Changelog updated for v26.06.1 release: regeneration date bumped to 2026-07-17, new performance/bug/PR entries added for the patch release, and a few backfilled PR entries added to the 26.04 section

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[scripts/generate-changelog\n--releases=26.04,26.06] --> B[Fetch GitHub issues & PRs]
    B --> C{Categorize entries}
    C --> D[Performance\n#15163 Parquet vectored-read buffer]
    C --> E[Bugs Fixed\n#15235 cudaErrorIllegalAddress Delta\n#15183 DBR 17.3 SessionCatalog API]
    C --> F[PRs\n#15299 JNI 26.06.1\n#15164 Hadoop vectored reads fix\n#15211 DBR 17.3 build fix\n+ 3 more]
    D --> G[CHANGELOG.md updated\nGenerated on 2026-07-17]
    E --> G
    F --> G
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[scripts/generate-changelog\n--releases=26.04,26.06] --> B[Fetch GitHub issues & PRs]
    B --> C{Categorize entries}
    C --> D[Performance\n#15163 Parquet vectored-read buffer]
    C --> E[Bugs Fixed\n#15235 cudaErrorIllegalAddress Delta\n#15183 DBR 17.3 SessionCatalog API]
    C --> F[PRs\n#15299 JNI 26.06.1\n#15164 Hadoop vectored reads fix\n#15211 DBR 17.3 build fix\n+ 3 more]
    D --> G[CHANGELOG.md updated\nGenerated on 2026-07-17]
    E --> G
    F --> G
Loading

Reviews (1): Last reviewed commit: "Update changelog for the v26.06.1 releas..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project changelog to reflect the v26.06.1 release generation run (using scripts/generate-changelog) by refreshing the generation date and adding newly tracked issues/PRs to the 26.06 release notes.

Changes:

  • Updated the changelog “Generated on” date to 2026-07-17.
  • Added new entries under Performance, Bugs Fixed, and PRs for release 26.06.
  • Appended several additional PR references in the later PR list section.

Comment thread CHANGELOG.md

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread CHANGELOG.md
@NvTimLiu

Copy link
Copy Markdown
Collaborator Author

build

@NvTimLiu
NvTimLiu merged commit bcd2a0b into NVIDIA:release/26.06 Jul 17, 2026
51 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants