Skip to content

Releases: Swader/diffbot-php-client

PR party

15 Dec 00:33
5d49e6c
Compare
Choose a tag to compare
Merge pull request #62 from justinyost/issue-61-product-text-field

Handle Cases in Product where Text Does Not Exist

Article date fix

23 Nov 19:22
3cdce8c
Compare
Choose a tag to compare
2.0.9

Update Article.php

Product bugfix

17 Aug 22:22
Compare
Choose a tag to compare

Product will no longer assume every product has an offerprice. In the case of a missing offerprice, availability will be set to false and offerprice to null, with offerPriceDetails to an empty array.

Bugfix

16 Aug 22:41
Compare
Choose a tag to compare

The product entity didn't check if the returned data contained a brand before attempting to return it thus causing an undefined index error. It now checks for this.

Bugfix

09 Aug 07:39
Compare
Choose a tag to compare

Space in multiple seeds is now encoded.

Bugfix

08 Jul 17:36
Compare
Choose a tag to compare

Fixed a bug where lib assumed Articles always have a date value, which isn't true.

Crawl data URL mode added

01 Dec 08:04
Compare
Choose a tag to compare

The crawl class now has a method for fetching URLs to download URL reports from.

Fixes

18 Nov 20:23
Compare
Choose a tag to compare

#52 merged in, proxy support and emptyset checks.

Removed Puli

25 Jul 19:58
Compare
Choose a tag to compare

The dependency on Puli has been completely removed.

Timeout bug fix

08 Apr 20:36
Compare
Choose a tag to compare

There was a bug in which the timeout param was never included with outgoing requests. This has now been fixed.