Releases: dc-Ragnarok/Fenrir
Releases · dc-Ragnarok/Fenrir
1.2.0
What's Changed
- Bump minimum php version to 8.5 by @Exanlv in #129
- Bump carbon to
nesbot/carbonto^3.0, previously allowed^2.64 || ^3.0by @Exanlv in #129 - Removed
spatie/regexdependency in favour ofpreg_*functions @Exanlv in #129 - Removed
freezemage0/array_finddependency in favour of nativearray_findby @Exanlv in #129
Full Changelog: 1.1.0...1.2.0
1.1.0
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
1.0.10
What's Changed
- Feature: Orchestration by @Exanlv in #109
- Update GuildFeature enum by @Naneynonn in #126
Full Changelog: 1.0.9...1.0.10