-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
Release of v2.0.0 #46
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dio system. Whoops.
Made the LOG in WebSocketClient public.
…t implementing audio. Thank you Kantenkugel the bug-hunter.
This begins the de-client-ification of JDA. Client functionality will move to JDA-Client
Removed Email-Password login from the examples. Removed getEmail and getMutedChannels from SelfInfo Removed the login(Email, Password) from JDAImpl Removed setEmail and setPassword from AccountManager Changed JDABuilder to only have an parameter-less constructor.
…ing bot-accs; getting applications and their bot-token)
…o longer support InviteUtil.join)
…p / deleting) as bot-accs can't own guilds
…lso removed unused code
…ntain the exception caught while requesting)
…(snowflake) and to pretty-print OffsetDateTime
Added a bot auth example to the readme.
AudioManager is now an interface so that non-public things could be implemented into AudioManager (AudioManagerImpl now) Added JDA#isAudioEnabled()
…nto the bot-account
…d when JDA auto-reconnects to Discord.
…ossible due to guild-level verification level
…it of login-endpoint
…ent is now only fired when a Guild is actually joined and the guild-object was populated
Added missing dependency information.
…s go unavailable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for the official API!
+Added Multi-Guild audio support!
+Audio connections are now automatically reestablished after JDA disconnects and then reconnects.
+Audio connections are now automatically reestablished when a Guild's audio region moves.
+Added PrivateChannel#close(), because who needs private conversations?
+Added ability to use listeners with SimpleLog. Log how YOU want to!
+Added GuildAvailableEvent, GuildUnavailableEvent and UnavailableGuildJoinEvent
+Added MiscUtil with misc functionality like getting creation-date from most JDA Object's snowflake id.
+Added ApplicationUtil, used to create, manage and delete discord applications.
*Examples are no longer bundled in the jar deliverable.
-Removed everything related to message acknowledgement.
-Removed Client Email-Pass login.
-Removed everything that was client only. For client support look to JDA-Client