Skip to content

Releases: dc-Ragnarok/Fenrir

1.2.0

11 Apr 12:27
da3d151

Choose a tag to compare

What's Changed

  • Bump minimum php version to 8.5 by @Exanlv in #129
  • Bump carbon to nesbot/carbon to ^3.0, previously allowed ^2.64 || ^3.0 by @Exanlv in #129
  • Removed spatie/regex dependency in favour of preg_* functions @Exanlv in #129
  • Removed freezemage0/array_find dependency in favour of native array_find by @Exanlv in #129

Full Changelog: 1.1.0...1.2.0

1.1.0

10 Mar 12:40
614c422

Choose a tag to compare

What's Changed

  • Compression buffer by @Exanlv & @Naneynonn in #127
    The compression buffer allows you to make use of ZlibStream compression, saving you bandwith.
use Ragnarok\Fenrir\Buffer\ZlibStream;

$discord
    ->withGateway(new Bitwise(), buffer: new ZlibStream());

By default, a passthrough implementation is used. This feature is opt-in.

If desired, this also allows you to intercept and/or modify payloads received over the gateway at an earlier stage, and allows you to modify connection parameters.

You can also use \Ragnarok\Fenrir\Buffer\Multilayer to run several different BufferInterfaces at the same time, without having to manually combine them.

Note: Writing buffers on your own is a complex feature, and should be used with caution.

Full Changelog: 1.0.11...1.1.0

1.0.11

09 Mar 09:26
a8bf718

Choose a tag to compare

What's Changed

  • Make heartbeat acknowledgement timer configurable by @Exanlv in #128

Full Changelog: 1.0.10...1.0.11

1.0.10

22 Feb 17:31
b457f4d

Choose a tag to compare

What's Changed

Full Changelog: 1.0.9...1.0.10

1.0.9

02 Sep 11:49
5d3c19e

Choose a tag to compare

What's Changed

  • Fix User Application Role Connection endpoints by @PhaxeNor in #125

New Contributors

Full Changelog: 1.0.8...1.0.9

1.0.8

30 Aug 11:04
1a9e488

Choose a tag to compare

What's Changed

  • Add current user connections endpoints by @Exanlv in #124

Full Changelog: 1.0.7...1.0.8

1.0.7

18 Jul 18:53
2476c16

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

18 Jul 18:30
2b1b60f

Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

27 May 10:41
ef044f3

Choose a tag to compare

What's Changed

  • Move event emitting to future tick by @Exanlv in #120
    • Improves stability. Order of events may slightly differ from what discord sends, but as the order is unpredictable anyway this is not a breaking change

Full Changelog: 1.0.4...1.0.5

1.0.4

09 May 15:44
eebff18

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4