Where can we see new versions that affect compatibility_date?
Hi! I understood that compatibility_date is just a date we can define without limits, and it will pick up changes until that date, right?
I was trying to find the list of versions, but at https://developers.cloudflare.com/workers/configuration/compatibility-dates/#change-history it only mentions certain changes.
Actual changes are releases in the workerd repository? https://github.com/cloudflare/workerd/releases
If so, I couldn't find for example the version
Just asking because I would like to automate updating my dates whenever there is a new version with renovatebot, so that I could use this repository releases.
I was trying to find the list of versions, but at https://developers.cloudflare.com/workers/configuration/compatibility-dates/#change-history it only mentions certain changes.
Actual changes are releases in the workerd repository? https://github.com/cloudflare/workerd/releases
If so, I couldn't find for example the version
2023-12-01, which is described at https://developers.cloudflare.com/workers/configuration/compatibility-dates/#webcrypto-preserve-publicexponent-field, so it wouldn't really match Just asking because I would like to automate updating my dates whenever there is a new version with renovatebot, so that I could use this repository releases.