Skip to content

Releases: restcord/restcord

Upgrading version requirements

24 Dec 04:37
e79722f
Compare
Choose a tag to compare
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>

Small fixes

29 Oct 16:48
ace3cd8
Compare
Choose a tag to compare
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>

Migrating to discord.com

30 May 19:12
1348e4d
Compare
Choose a tag to compare
Allow symfony 5 (#106) (#120)

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

Fixing PUT/PATCH issue

08 Aug 23:33
Compare
Choose a tag to compare
Apply fixes from StyleCI

[ci skip] [skip ci]

Fixing typo

27 Dec 19:51
Compare
Choose a tag to compare
Fixed typo CHannel -> Channel (#73)

(I realize that I made a typo in my commit message - oh the irony)

0.3.0: Merge pull request #52 from warlof/fix-json-decode

16 Jun 18:47
88d34fa
Compare
Choose a tag to compare
fix decode error due to empty content

Allowing Symfony 4.x components

22 Feb 07:38
11506ea
Compare
Choose a tag to compare
Merge pull request #46 from restcord/develop

Allowing symfony/* 4.0 components

Fixing avatar data

18 Feb 22:45
Compare
Choose a tag to compare
0.2.1

Merge branch 'master' of github.com:restcord/restcord

0.2.0: Merge pull request #43 from restcord/develop

15 Feb 18:59
932f764
Compare
Choose a tag to compare

0.1.5

31 Jan 20:59
Compare
Choose a tag to compare
Merge branch 'develop'