Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: softonic/laravel-intelligent-scraper

Support Laravel 8

22 Dec 11:45
4e32047
Compare
Choose a tag to compare
0.0.21

Add Laravel 8 compatibility

Support Laravel 7.x

24 Apr 21:13
6f6306b
Compare
Choose a tag to compare
Support Laravel 7.x Pre-release
Pre-release
0.0.20

Compatible with laravel 7.x

Support scrape contexts

03 Feb 08:55
3e50ee2
Compare
Choose a tag to compare
Pre-release

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

31 Jan 11:16
Compare
Choose a tag to compare
Support Laravel 6.x Pre-release
Pre-release

Added Laravel 6.x components as compatible

Bugfixing

30 Jan 18:00
4b78b4b
Compare
Choose a tag to compare
Bugfixing Pre-release
Pre-release

User defined listeners for Scraped and ScrapeFailed events now are queued.

Scraped listener configurable for failed scrapes

05 Apr 10:04
Compare
Choose a tag to compare

Add the possibility to configure listener to scrapeFailed events in the same way than scraped events.

Bugfixing

03 Apr 14:31
Compare
Choose a tag to compare
Bugfixing Pre-release
Pre-release

Fix some errors with the scraped listener.

Scraped listener configurable

03 Apr 13:31
988f611
Compare
Choose a tag to compare
Pre-release
  • 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

01 Apr 16:12
Compare
Choose a tag to compare
Pre-release

Add jobs autotagging when you use horizon as a queue manager.

Check https://horizon.laravel.com/

Improve url errors management

08 Nov 08:52
cae36fa
Compare
Choose a tag to compare
Pre-release

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.