Skip to content

Releases: danog/MadelineProto

Fix multi event handler

16 Jul 21:25
Compare
Choose a tag to compare
Pre-release
8.0.0-beta104

Fixes

Plugins, bound methods, filters: MadelineProto 8 beta 100!

15 Jul 15:52
6cc71a5
Compare
Choose a tag to compare

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

20 Jun 19:44
Compare
Choose a tag to compare

Fixes non-QR login via web.

MadelineProto 8 beta 98

19 Jun 08:36
5b483ac
Compare
Choose a tag to compare

Small bugfix release.

MadelineProto 8 beta 97

18 Jun 23:57
Compare
Choose a tag to compare

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 running composer update)

MadelineProto 8 beta 96

16 Jun 12:27
42ecf91
Compare
Choose a tag to compare

Automatically retry queries upon receiving -503.

MadelineProto 8 beta 95

14 Jun 20:33
Compare
Choose a tag to compare

Improve self-restart logic and fix redis driver.

MadelineProto 8 beta 94

13 Jun 19:40
01b97c2
Compare
Choose a tag to compare

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

12 Jun 23:05
Compare
Choose a tag to compare

MadelineProto 8 beta 91

12 Jun 19:33
c42868e
Compare
Choose a tag to compare

Small argument validation improvement.