Roadmap? Any upcoming releases planned?
Hello! Was just musing on some recent Discord policy changes, and some unrelated permissions strangeness related to server emoji, and the fact that Discord seems to have permission types for both CreateGuildExpressions and ManageGuildExpressions, but DiscordJS only implements ManageGuildExpressions in the PermissionsBitField.Flags...
Anyway, all of this just to ask; should we be expecting any new releases anytime soon? Is there a "best place" to go for information about future releases, other than lurking in this server and on the Git repo?
Seems like there has been a lot of continuous dependency-updating happening regularly; is there a way to subscribe to unreleased / in-progress versions? Am I overthinking all of this? Appreciated!
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPAlso, when I run npm audit, it seems like it doesn't like 14.14.1 and wants to go back to 14.12.1
I'm not gonna downgrade discord.js over a low-severity security warning, but, I'm hoping a new version is in the works that resolves whatever this is
This is all a community effort in a chaotic web ecosystem and no one is owed any concrete information about future releases, but, would be reassuring 🙂
there is no schedule for releases, as they just release when ready
but dev builds release twice per day if that's what you're looking for
(see the pins in #djs-in-dev-version)
Ahh sweet, I didn't have that channel visible. Many thanks!