Skip to content

v2.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Helloyunho Helloyunho released this 27 May 13:39
· 429 commits to main since this release
bf65dce

Harmony v2.0.0-rc2

🛑 NOTE: THIS VERSION IS A RELEASE CANDIDATE VERSION, WHICH MEANS IT MIGHT BE UNSTABLE AND CAN HAVE SOME BUGS.

What's new:

  • feat(interactions): add support for Message Components (Buttons and Drop Downs)
  • fix(gateway): switch out denoflate with zlib-wasm for better performance (low cpu usage, faster, lot faster for large bots)
  • feat(guild_members): add support for List Guild Members and Search Guild Members endpoint (fetchList and search methods)
  • fix(rest): turn request body into query params for GET and DELETE requests
  • fix(interactions): return this to have better type inference for return type (i.e. for extending classes)