Releases: Pato05/amphp-clamav
Releases · Pato05/amphp-clamav
Amp ClamAV v2.0.0
- Upgrade to
amphp/amp
3.0.0 andamphp/socket
2.0.0. - Remove
continueScan()
fromSession
as the command is not supported in anIDSESSION
. - Add unit tests
- Dropped Phabel
BREAKING CHANGES AHEAD!
Version 2.0.0 uses Amp v3, which uses PHP Fiber
s instead of Generator
s, this will make your code faster, but it also brings some breaking changes As a user, you'll have to update your code; you will probably just need to remove the yield
keyword and call the functions like you normally would.
To learn more, check the official Upgrade Guide on Amphp Docs.