Skip to content

Releases: discord-php/DiscordPHP-Http

Version 8.1.3

17 Sep 08:14
Compare
Choose a tag to compare
v8.1.3

Check if timer is null, not remaining

Version 9.0.3

02 Jul 23:40
Compare
Choose a tag to compare
  • Added response content to errors for more verbose errors

Version 8.1.2

02 Jul 23:44
Compare
Choose a tag to compare
  • Added response content to errors for more verbose errors

Version 9.0.2

23 Jun 08:31
Compare
Choose a tag to compare
  • Add thread_id as a major parameter
  • Add THREAD_MEMBER_ME endpoint

Version 9.0.1

19 Jun 00:36
Compare
Choose a tag to compare
  • Added thread endpoints

Version 9.0.0

12 Jun 06:01
Compare
Choose a tag to compare
  • Discord HTTP API bumped to v9

Version 8.1.1

08 May 05:49
Compare
Choose a tag to compare
  • Fixed 502/525 responses not being executed again

Version 8.1.0

04 Mar 23:50
Compare
Choose a tag to compare
  • 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 changing CONCURRENT_REQUESTS.
  • Fixed rate limits being treated in milliseconds when it should be seconds and vice versa.

Version 8.0.3

31 Jan 01:14
Compare
Choose a tag to compare
  • Relicensed under the MIT license
  • Bumped license year

Version 8.0.2

18 Jan 06:29
Compare
Choose a tag to compare
  • Fixed issue where bucket queue would be blocked when the prior request returns an error.