Releases: sajari/docconv
Releases · sajari/docconv
v1.3.1
What's Changed
- docd: fix Dockerfile after change to Go 1.19 by @jonathaningram in #124
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- convert-doc: don't use doc if there was an error by @jonathaningram in #117
- docd/appengine: use 1.2.1 release by @jonathaningram in #120
- .github: add Go 1.19 to matrix by @jonathaningram in #122
- docd: use Go 1.19 to build base image by @jonathaningram in #123
- docd: add recovery middleware and allow reporting errors to GCP by @jonathaningram in #121
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Vulnerabilities fixed:
- deprecated protobuf dependency (#107)
- msoleps stack overflow bug (dependency updated) (#108)
- remote code execution vulnerability in the PDF OCR converter (#110)
- unbounded memory consumption when reading files from ZIP archive (#111)
Other:
- improvements to client error messages (#113)
v1.2.0
Bug fixes and improvements:
- docd: refactor Dockerfile and publish to DockerHub (#101)
- Updated dependency for poppler and removed bash arg check (#100)
- doc: improve metadata parsing so that titles can be reliably extracted (#99)
- add test for TestConvertHTML (#93)
- actions: stop building for Go 1.13
- rtf: don't ignore lines less than 5 characters long (#91)
- pptx_test: check returned error before deferring f.Close()
- add note about ignored error check
- docd: remove unused convertPath function
- remove path separator from ioutil.TempFile prefix
- add Sourcegraph badge to README
- support PowerPoint files in Convert functions
- ocr: update gosseract to v2
- pptx: add support for MS PowerPoint files (#71)
- avoid double copy on tidy
- Update tidy pkg to use NewLocalFile func
- support windows temp directories
- add go mod support
- pdf: add extra time layout for pdfs
- try to avoid loading file data into slices
- Fixes
- Get docx contents reading [Content_Types].xml to get correct file names
Bug fixes and improvements
v1.1.0 docd: return error messages in the response