Skip to content

Releases: vaites/php-apache-tika

v0.7.2

28 Dec 19:04
Compare
Choose a tag to compare
  • Tested up to Apache Tika 1.23
  • Spawn scripts 'autodetects' if module java.se.ee is required

v0.7.1

03 Aug 20:21
Compare
Choose a tag to compare
  • Tested up to version 1.22

v0.7.0

21 May 02:31
Compare
Choose a tag to compare
  • Added recursive metadata support (thanks to @svaningelgem)
  • Added encoding to DocumentMetadata (thanks to @svaningelgem)
  • Fixed compatibility with Windows on command line mode (thanks to @GAMESTER90)
  • Improve web client extensibility
  • Abstracted cache layer
  • Tested up to version 1.21

v0.6.0

19 Feb 23:36
Compare
Choose a tag to compare
  • Support to set host and port using an URL (thanks to @mpdude)
  • Reduced memory usage (thanks to @JBleijenberg)
  • Added Client::prepare() to avoid checks, saving HTTP calls and filesystem accesses
  • Tested up to Apache Tika 1.20

v0.5.1

18 Oct 20:18
Compare
Choose a tag to compare
  • Tested up to Apache Tika 1.19.1
  • Tested up to PHP 7.3

v0.5.0

10 Oct 00:37
Compare
Choose a tag to compare
  • Added Client::isVersionSupported() method
  • Added Client::getSupportedMIMETypes() method
  • Added Client::getAvailableDetectors() method
  • Added Client::getAvailableParsers() method
  • Added Client::getOption() and Client::getOptions() methods to web client
  • Added Client::getTimeout() and Client::getTimeout() methods to web client
  • Enhanced spawn.sh script

v0.4.6

19 Sep 00:24
Compare
Choose a tag to compare
  • Removed debug check on CLIClient

v0.4.5

19 Sep 00:14
Compare
Choose a tag to compare
  • Tested up to Apache Tika 1.19
  • Added internal downloader for remote files
  • Fixed remote files handling (#8)

v0.4.4

18 Jul 00:39
Compare
Choose a tag to compare
  • Allow CURLOPT_HTTPHEADER on cURL options (thanks MatMartigan)
  • Added setters/getters for Apache Tika JAR and Java binary on CLI mode

v0.4.3

13 Jun 09:25
342f550
Compare
Choose a tag to compare
  • CLIClient is now compatible with Windows thanks to @caugner (fixes #9)