eris-fleet
eris-fleet copied to clipboard
Bump eris from 0.16.1 to 0.17.2
Bumps eris from 0.16.1 to 0.17.2.
Release notes
Sourced from eris's releases.
0.17.2
Additions
- Support Discord's gateway resume URLs (d27ef56)
- In theory, bots may disconnect less after this change
- Support
GuildScheduledEvent
s (3e62ca7)- Support
Member#dynamicAvatarURL()
(eb40373)- Support
addGuildMember()
(OAuth2-only) (61b3b4f)Fixes
- Fixed audio send/receive in
VoiceConnection
s (135dc35)- Added missing props in
guildUpdate
event (9320ab2)- Fixed the permissions check for the
CommandClient
help command (e43418d)Contributors
@abalabahaha
@bsian03
@DonovanDMC
@ebroder
@eritbh
@Loliticos
@motoenduroboy
@TTtie
@YalphaFR
0.17.1
Additions
- Added config option for shard concurrency (05a932a)
- Support pagination in
getGuildBans()
(fe16a8f)- Support batch-editing channel positions
editChannelPositions()
(99b1376)- Support setting
permissionOverwrites
ineditChannel()
(ba4cb94)- Support custom intent numbers (f886ebc)
- Support interaction
appPermissions
(c7689d0)Fixes
- Fixed
Guild#editCommandPermissions()
acting likegetCommandPermissions()
(b8dcd62)- Fixed missing presences when
getAllUsers
and the presences intent are enabled (f7a8e50)- Fixed handling of uncached users/threads in
getGuildAuditLog()
(e888253)- Fixed
joinVoiceChannel()
erroring when the bot member is uncached (162d4ef)- Fixed
videoQualityMode
option ineditChannel()
(ba4cb94)- Fixed voice receive stopping when reconnecting (a9ad12f)
- Improved handling of shard concurrency (05a932a, 34cd985)
- Improved error thrown when calling
connect()
without a token present (bd58677)- Fixed docs (d0099b1), typings (a2e3a00, a2a60a5)
Contributors
... (truncated)
Commits
3f4185e
chore: release 0.17.2dc81aa2
chore: lint61b3b4f
feat(Guild): support addGuildMember (#1446)9320ab2
feat(guildUpdate): add missing props (#1439)d27ef56
feat(gateway): use new resume URL (#1435)135dc35
fix(VoiceConnection): send 74-byte IP discovery packete43418d
fix(CommandClient): Help command permission check (#1414)3e62ca7
Guild Scheduled Events (#1275)eb40373
feat(Member): Add dynamicAvatarURL (#1411)4ea56e4
chore: bump dev version to 0.17.2-dev- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)