Releases: google/go-tika
Releases · google/go-tika
v0.3.0
What's Changed
- Fix check for tika.jar by @andymanning in #32
- Update server GoDoc by @nathj07 in #35
- Support passing http.Header to exported functions by @nathj07 in #37
New Contributors
- @andymanning made their first contribution in #32
- @nathj07 made their first contribution in #35
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Added a graceful shutdown method, added
-spawnChild
mode (#10). Thanks, @ruesier! - Added support for setting Java system properties (#16). Thanks, @dmnyu!
- Added better check for server jar that doesn't exist (#18). Thanks, @StephenFriedman!
- Exposed Tika HTTP status code in errors returned by client methods (#25). Thanks, @tomyl!
- New
ParseReader
andTranslateReader
functions to avoid reading responses in memory (#34). Thanks, @tmaxmax!
v0.1.21
Initial release supporting Tika 1.16
The API should be stable at this point, but might change for a 1.0 release.