Skip to content

Releases: sajari/docconv

v1.3.1

20 Sep 05:26
e0eaf8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Sep 04:56
6d8c9df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Jul 06:30
42bcff6
Compare
Choose a tag to compare

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

20 Aug 00:32
a6ea64d
Compare
Choose a tag to compare

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

21 Feb 18:52
Compare
Choose a tag to compare
v1.1.0

docd: return error messages in the response