aws-cdk icon indicating copy to clipboard operation
aws-cdk copied to clipboard

CHANGELOG.v2.md file getting too big to view on GitHub

Open jrobbins-LiveData opened this issue 2 years ago • 3 comments

Describe the bug

image

Expected Behavior

Expect to be able to view the formatted markdown content.

Current Behavior

GitHub says "This blob took too long to generate."

Reproduction Steps

Click on this link.

Possible Solution

Maybe prune the file of older version info, or split it into multiple parts.

Additional Information/Context

No response

CDK CLI Version

2.79.1 (build 2e7f8b7)

Framework Version

No response

Node.js Version

v18.13.0

OS

Windows 10

Language

Python

Language Version

Python 3.9.13

Other information

No response

jrobbins-LiveData avatar May 12 '23 00:05 jrobbins-LiveData

Relevant comment for the same issue for the v1 changelog

This is a rendering limitation on GitHub's end and since V1 is in maintenance mode this likely won't get prioritized. The workaround is to view the raw file from the link on that page. The V2 changelog is rendering and when it starts to approach the size threshold then the team may consider alternative approaches.

Since this is the v2 changelog, it seems it is time we start considering alternate approaches. For now, viewing the raw file or going through our releases should suffice as a workaround.

peterwoodworth avatar May 12 '23 00:05 peterwoodworth

For visibility I'll link the raw/plain text versions of the CHANGELOG which should load and serve as a workaround for now:

  • Raw file: https://raw.githubusercontent.com/aws/aws-cdk/main/CHANGELOG.v2.md
  • Plain text: https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md?plain=1

tim-finnigan avatar May 15 '23 15:05 tim-finnigan

As an alternative, CDK release pipeline could be modified to create changelog per month.

ashishdhingra avatar Jun 05 '24 18:06 ashishdhingra