Skip to content

Releases: keboola/generic-extractor

4.0.1

09 Apr 08:09
5451c12
Compare
Choose a tag to compare

Changelog

  • Use local jsontest service in tests (#147).

4.0.0

09 Apr 05:56
606063a
Compare
Choose a tag to compare

Changelog

  • Big refactoring, PHP 7.4, new Guzzle (middleware pattern).

3.15.1

13 Jan 10:15
5f780db
Compare
Choose a tag to compare

Changelog

Fix types, explicitly define type (keboola/juicer#33, #135).

3.15.0

12 Jan 09:36
b0e8db9
Compare
Choose a tag to compare

Changelog

  • Updated to PHP 7.4 (#134).

3.14.1

16 Dec 09:38
d3cbc0e
Compare
Choose a tag to compare

Changelog

3.14.0

15 Dec 10:20
5dd1208
Compare
Choose a tag to compare

Changelog

  • Updated keboola/juicer 4.8 -> 4.9 - RequestException (and sub-class TooManyRedirectsException) is converted to UserError (keboola/juicer#29).

3.13.1

04 Dec 14:10
665f9a6
Compare
Choose a tag to compare

Changelog

  • Configuration option clientCertificate is now #clientCertificate, so it is encrypted (#130).

3.13.0

04 Dec 13:11
6688906
Compare
Choose a tag to compare

Changelog

  • Added clientCertificate configuration option (#129).

3.12.0

01 Dec 09:21
c861e6a
Compare
Choose a tag to compare

Changelog

  • Underscore _ is now allowed in the domain part of the baseUrl (#128).
  • Updated PHP 7.1 -> 7.2.

3.11.0

08 Sep 08:11
955ccf2
Compare
Choose a tag to compare

Changelog

  • Custom certificate authority can be set in configuration, in api.caCertificate key. It is useful for servers with self-signed certificate. (#126)