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

Release 3.7.0 #710

Merged
merged 36 commits into from
Jul 14, 2018
Merged

Release 3.7.0 #710

merged 36 commits into from
Jul 14, 2018

Conversation

MinnDevelopment
Copy link
Member

@MinnDevelopment MinnDevelopment commented Jul 11, 2018

Closes #663, #666, #668, #682, #707

MinnDevelopment and others added 30 commits April 9, 2018 11:48
Added the following methods

* clearFiles(Consumer)
* clearFiles(BiConsumer)

This should allow users to close any of their provided resources,
additionally clearFiles() will now close any opened FileInputStreams!

I've added a note to the class-level documentation that the execution of MessageAction closes all provided resources.
You cannot send the same resource twice without copying it first!

closes #660
* Add support for adding members via access tokens (oauth2)
* Stop requirement for MFA codes to delete guilds on bots
Role#getAsMention() currently just used the standard Role mention
pattern, even for the public Role.

This leads to unexpected behaviour as the actual way of mentioning
the public Role is to type the literal String "@everyone".

Therefore, check if role is the public one and mention correctly.
Fixing Role#getAsMention() for public Role
* Added IllegalStateException when trying to use newClient() on a Webhook with no token
* improved docs, made Webhook extend IFakeable, and added more exceptions
Default behaviour is still retrieving deprecated regions, must pass
false to retrieveRegions(boolean) in order to exclude them.
* Moved opus out into external repository
* Added information on how to exclude opus
* Add opus-java to dependencies list in README
* Add support for using custom opus library paths
The timestamps are present for every game
* Fix NPE on null embeds and avoid using the builder for embeds
* Pre-load resources to allow broadcasting files
* Replace old WebhookMessage factories to use varargs convention
* Remove documentation for HttpException which does not occur
* added more info for invites, no exceptions yet

* updated docs and fixed import order

* Cleanup
Fixed link to discord docs on README.md
Fix Typo in GuildLeaveEvent
* Added support for suffix/lite encryption
* Move to vgw v4
* Use IP given from discord payload rather than original endpoint
* Reduce required allocations for en-/decryption
* Remove un-used createEchoPacket method
* Fix deadlock when changing connection listener in its own methods
* Reduce packet provider to single buffer
@MinnDevelopment
Copy link
Member Author

Opening 3 day buffer for this release.
If any bugs occur we are going to postpone the release further.

Scheduled release: Saturday, the 14th

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants