feat(logger): add abstract logger base class and file logger implementation
Add AsyncLoggerBase abstract class to standardize logger interface and introduce AsyncFileLogger for file-only logging. Remove deprecated always_bypass_cache parameter and clean up AsyncWebCrawler initialization. BREAKING CHANGE: Removed deprecated 'always_by_pass_cache' parameter. Use BrowserConfig cache settings instead.
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
# crawl4ai/_version.py
|
||||
# __version__ = "0.4.3b3"
|
||||
__version__ = "0.4.300"
|
||||
__version__ = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user