core
core copied to clipboard
Draft to extract release json
Resolves #9205
I created a draft as it might be easier to discuss on.
/CC @richlander @leecow
Adding @joeloff to the conversation as he is a key "customer" for this data.
~Is the plan to just make smaller files or to actually publish a bunch of tiny files and change the format?~
Read the issue. It will definitely break this, and probably a bunch of external 3rd parties that we know rely on the current format. We also rely on this information in the SDK (through the library I linked).
I can make an argument for why we want to evaluate all the release data. Splitting it up would make the flipside of this change more costly - send additiona requests to get all the files and pieces of information vs. grabbing the index and then grabbing the specific M.N releases JSON.
We're not going to break the format. We'll have both the big file and a new small (one per release) alternative. So, additive. Works?
We're not going to break the format. We'll have both the big file and a new small (one per release) alternative. So, additive. Works?
Sounds good, thank you for clarifying.
Not a problem. The initial conversation was confusing.