feat(ClamAvService): Add support for enhanced streaming methods in ClamAvService

This commit is contained in:
2025-02-05 10:52:35 +01:00
parent 6adfcc2201
commit a2d8d1cbfd
3 changed files with 21 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-02-05 - 1.3.0 - feat(ClamAvService)
Add support for enhanced streaming methods in ClamAvService
- Add methods to ClamAvService: scanStream for NodeJS streams, scanWebStream for Web API streams, and scanFileFromWebAsStream for fetching and scanning files from URLs.
- Update usage examples in readme for new streaming methods.
## 2025-02-05 - 1.2.0 - feat(ClamAvService)
Add stream scanning methods to ClamAvService