On June 17, the V8 team at Google announced they would be discontinuing release posts via their blog and Twitter. The recommended way of getting at changelogs for V8? Look at the Chrome Status website for all Chrome changes, and check out the git repository logs. For reasons that I feel are obvious, not everyone who uses the V8 JavaScript engine cares about Google Chrome.
π We are discontinuing release blog posts for V8 releases. But don't worry, you can still get all the information you're used to about new releases! Read on for where to look: https://t.co/JeQreN6Aaa
β V8 (@v8js) June 17, 2022
Naturally, there are a lot of projects which benefit from V8 and which don't touch Google Chrome itself; Node.js, Deno, Cloudflare, to name a few. When looking at runtimes on top of the engine, the biggest concern I have is "what is the latest changes to V8 that is included with this version?" Knowing that prepares me, at least partly, to understand the impact to my code running on top of the engine.
I am that interested, but I do *not* want to have to wade through all the other changes for Chromium just for V8.
β Aaron Huggins π πΊπ¦ (@AaronHugginsDev) June 17, 2022
Hopefully, I have time next week to look at whipping up a changelog scraper... Might end up being my first Deno Deploy app.
There you have it.
I chose the name "V8 Clog" because the word "clog" actually has a history of use referring to changelogs. That, and also because I felt that the team was "clogging up the works" by no longer making release blog posts. Do please try to have a sense of humor, folks.
Please don't harrass the V8 team because of my personal opinions stated here, and subscribe to the RSS feed!