-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CHANGELOG.md file does not render #4161
Comments
Yes, it's a known issue, apologies for that. We have in our backlog a task to break the changelog in smaller parts, it's just a matter of prioritizing it against other tasks we need to work on. Since the changelog is auto generated, we need to figure out a way to programmatically break it in parts that make sense and are easy to use. Feel free to comment here with suggestions of how we can provide a better changelog. |
bump for visibility, i'm still unable to open the changelog and I'd really like to know the changes going into the SDK...especially with the larger version changes |
@DrizzyHendrix I'm sorry that this hasn't been fixed yet. We're continually trying to improve our prioritization process to avoid paper cuts like this one from going so long unaddressed. You shouldn't have to resort to workarounds, but the raw, unrendered markdown for the changelog is available without the loading issues here: https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/CHANGELOG.md |
Hi @DrizzyHendrix I'm working on pushing an update to our release system to publish the changelog updates as GitHub releases which will make viewing the changes for a specific version much easier; please keep an out for this update :). We will keep the text |
Hell yea! Thank you contributors for being responsive |
Hi @DrizzyHendrix, @raymondchen625, we have now archived older changelog entries to make the main |
Looks nice. Thank you @dagnir |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the issue
The
CHANGELOG.md
doesn't render on GitHub. If I try to render it in VSCode, I get error messages likeMaximum call stack size exceeded
. This seems to be related to the size of the document. My VSCode could render it after cutting down the file size to around 15K lines. But it took quite a while to show the preview.Might need to break it down into multiple files to keep the changelog rendering sustainable.
Links
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: