End of Support for DiceBear v5–v8 (April 2028) #491
FlorianKoerner
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
DiceBear versions 5 through 8 will reach End of Life on April 30, 2028, along with the end of Node.js 24 LTS maintenance. This affects both the HTTP API and the library.
Why?
Versions 5–7 rely on
Array.prototype.sort()for PRNG shuffling, which produces non-deterministic results across different V8 engine versions. Starting with Node.js 25, avatars generated from the same seed may look different. This is fundamental to these versions and can't be fixed without breaking existing avatar output.Version 8 already has this fixed, but has a very low user base, so continued long-term support doesn't make sense.
What does this mean?
If you have any questions, feel free to ask here!
Beta Was this translation helpful? Give feedback.
All reactions