Releases: danog/MadelineProto
Fix multi event handler
8.0.0-beta104 Fixes
Plugins, bound methods, filters: MadelineProto 8 beta 100!
Introducing MadelineProto's biggest update yet, 8.0.0-beta100!
This version introduces plugins », bound methods », filters », a built-in cron system », IPC support for the event handler » and automatic static analysis for event handler code ».
This release also includes a large number of new features and other fixes, see the full changelog for more info!
MadelineProto 8 beta 99
Fixes non-QR login via web.
MadelineProto 8 beta 98
Small bugfix release.
MadelineProto 8 beta 97
Features:
- Added support for QR code login both via CLI and via web with
start()
! - Added a new QR code login API!
restart()
can now be used to restart the IPC daemon (useful in order to apply updates after runningcomposer update
)
MadelineProto 8 beta 96
Automatically retry queries upon receiving -503.
MadelineProto 8 beta 95
Improve self-restart logic and fix redis driver.
MadelineProto 8 beta 94
Fix call aggregation syntax.
Will introduce a PHP 8 named arguments version of this syntax in future versions.
The docker image now uses libuv
instead of the libev
/libeio
event loop drivers: libuv
is the same event loop library used by V8/Node.js!
The image now also includes the ext-memprof
extension for optional memory profiling.
MadelineProto 8 beta 93
Fix build
MadelineProto 8 beta 91
Small argument validation improvement.