Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve merge conflicts from next -> main #567

Merged
merged 28 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c236909
Merge pull request #452 from nyxx-discord/dev
l7ssha Mar 18, 2023
5c1a932
documentation: Guild members
CoocooFroggy Apr 3, 2023
136cff7
Revert em dash
CoocooFroggy Apr 3, 2023
341d69d
Revert em dash in guild
abitofevrything Apr 3, 2023
e165414
Merge pull request #470 from CoocooFroggy/docs-guild-members
abitofevrything Apr 3, 2023
b3fd26f
add videoQualityMode to VoiceChannelBuilder and rateLimitPerUser to T…
Lco4eDb2 Apr 8, 2023
5faa44f
deprecate incorrect properties of VoiceChannelBuilder and TextChannel…
Lco4eDb2 Apr 8, 2023
7c9add1
formatting
Lco4eDb2 Apr 8, 2023
1e778fb
Merge pull request #471 from chromium122/dev
abitofevrything Apr 8, 2023
e3d8d83
Release 5.0.2
abitofevrything Apr 8, 2023
7f3825a
Merge pull request #472 from nyxx-discord/release-5.0.2
l7ssha Apr 8, 2023
af75377
Merge pull request #473 from nyxx-discord/dev
l7ssha Apr 8, 2023
b982753
Initialize guild caches even when guild is not from a create event
abitofevrything Apr 11, 2023
3ec76d8
Release 5.0.3
abitofevrything Apr 11, 2023
20f0a7b
Merge pull request #474 from nyxx-discord/hotfix/guild-caches-uniniti…
l7ssha Apr 11, 2023
20c1bc8
ref: nullable `animated` for icon/avatar/splash URL properties (#475)
V3ntus Apr 11, 2023
ce85712
Revert #475 (#476)
Lexedia Apr 12, 2023
37c432a
Fix invalid casts when fetching channels from cache (#483)
abitofevrything Jun 4, 2023
9e7b2e8
feat: new username system (#497)
Lexedia Jun 16, 2023
531bcd0
Merge branch 'main' into dev
l7ssha Aug 11, 2023
c7d1fa5
bug: Error on ThreadMemberUpdateEvent due invalid event deserialization
l7ssha Aug 11, 2023
fc6537c
changelog/5.1.1
l7ssha Aug 11, 2023
6b634bf
maintenance: Fix tests
l7ssha Aug 11, 2023
0d5fd33
maintenance: Fix tests
l7ssha Aug 11, 2023
36debe8
Merge pull request #516 from nyxx-discord/dev
l7ssha Aug 11, 2023
a928e2b
Release 5.1.1
l7ssha Aug 11, 2023
b89952b
Merge remote-tracking branch 'origin/main'
l7ssha Aug 11, 2023
a594137
Merge remote-tracking branch 'origin/main' into chore/resolve-main-co…
abitofevrything Oct 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,33 @@ __03.07.2023__
Join our Discord server for updates concerning the migration path and help upgrading.
For now, check out the new examples and play around with the rewrite to get a feel for it.

## 5.1.1
__11.08.2023__

- bug: Error on ThreadMemberUpdateEvent due invalid event deserialization

## 5.1.0
__16.06.2023__

- feature: Support the new unique username system with global display names.
- bug: remove the `!` in the mention string as it has been deprecated.

## 5.0.4
__04.06.2023__

- bug: Fix invalid casts

## 5.0.3
__11.04.2023__

- bug: Always initialize guild caches

## 5.0.2
__08.04.2023__

- bug: TextChannelBuilder and VoiceChannel builder had rateLimitPerUser and videoQualityMode swapped (#471)
- documentation: Guild members (#470)

## 5.0.1
__18.03.2023__

Expand Down
Loading