Skip to content

Upgrading version requirements

Latest
Compare
Choose a tag to compare
@cryptiklemur cryptiklemur released this 24 Dec 04:37
· 7 commits to master since this release
e79722f
Allowing new versions of PHP, Symfony, PHPUnit (#144)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

* Back Merge (#136)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Allow PHP 8.0 (#143)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Adding public properties (#137)

* Improve User Avatar (#138)

See : https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>

* Allow PHP 8.0

* Apply suggestions from code review

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* fix symfony/options-resolver version constraint

* Remove old PHP versions from travis

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>