This repository has been archived by the owner. It is now read-only.
Releases: softonic/laravel-intelligent-scraper
Releases · softonic/laravel-intelligent-scraper
Support Laravel 8
Support Laravel 7.x
0.0.20 Compatible with laravel 7.x
Support scrape contexts
Sometimes you need to know the context in which the scrape was request to know what to do with the scraped data. Now you can define a context in your scrape request that will be available in your listener.
Support Laravel 6.x
Added Laravel 6.x components as compatible
Bugfixing
Scraped listener configurable for failed scrapes
Add the possibility to configure listener to scrapeFailed events in the same way than scraped events.
Bugfixing
Scraped listener configurable
- Added a new pre-registered listener to allow the clients to register listener per scrape type.
- Fix an issue with the maximmum of data stored per variant. Now it should be more stable.
Add Horizon tags for jobs monitoring
Add jobs autotagging when you use horizon as a queue manager.
Improve url errors management
Now the url connection and requests errors are manager using the http_errors middleware.
This release solves the infinite reconfiguration problem that happened due to url connecting errors.