Skip to content

Add Digest to ReleaseAsset.cs#3053

Open
g-jozsef wants to merge 1 commit intooctokit:mainfrom
g-jozsef:main
Open

Add Digest to ReleaseAsset.cs#3053
g-jozsef wants to merge 1 commit intooctokit:mainfrom
g-jozsef:main

Conversation

@g-jozsef
Copy link

@g-jozsef g-jozsef commented Dec 7, 2025

Resolves #3052


Before the change?

The current API does not expose the new digest field that was added not so long ago

After the change?

Digest is available as a string property as shown on the GitHub API docs page

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
    N/A no changes were required for the new property
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
    N/A no relevant docs was found regarding ReleaseAssets properties

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

According to the docs this does not introduce a breaking change as I'm modifying an SDK model, but technically the public constructor was modified and if someone was using this type in their project they might be impacted.
Please advise if the new digest parameter should be added as a last parameter with a default value so it doesn't break existing (albeit a weird) use case.


@g-jozsef
Copy link
Author

g-jozsef commented Mar 1, 2026

Apologies @nickfloyd to tag you personally but you were the last person to merge something in this repo and this PR has been sitting here for a good while, is there anything else needed from me on this or can we get this merged? Having the digest would really be useful (please see attached issue for more information on the change).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🆕 Triage

Development

Successfully merging this pull request may close these issues.

[BUG]: Digest is missing from ReleaseAsset

1 participant