Releases: discord-php/DiscordPHP-Http
Releases · discord-php/DiscordPHP-Http
Version 8.1.3
v8.1.3 Check if timer is null, not remaining
Version 9.0.3
- Added response content to errors for more verbose errors
Version 8.1.2
- Added response content to errors for more verbose errors
Version 9.0.2
- Add
thread_id
as a major parameter - Add
THREAD_MEMBER_ME
endpoint
Version 9.0.1
- Added thread endpoints
Version 9.0.0
- Discord HTTP API bumped to v9
Version 8.1.1
- Fixed 502/525 responses not being executed again
Version 8.1.0
- Implemented
Endpoint
class to contain all endpoints.- Used to bucket endpoints correctly for rate limits.
- Added limit for concurrent requests
- Currently at max 5 concurrent requests - when one finishes, another one will be popped from the queue.
- This can be changed by extending the
Http
class and changingCONCURRENT_REQUESTS
.
- Fixed rate limits being treated in milliseconds when it should be seconds and vice versa.
Version 8.0.3
- Relicensed under the MIT license
- Bumped license year
Version 8.0.2
- Fixed issue where bucket queue would be blocked when the prior request returns an error.