Skip to content

Releases: solita/laundry

laundry v1.0.3

31 Aug 13:07
9c15dcd
Compare
Choose a tag to compare

See installation and upgrade instructions from README.md.

Note: this fixes a security vulnerability introduced in the previous v1.0.2 release

What's Changed

  • Ignore clj-kondo unresolved-symbol errors in params by @sampoto in #70
  • Add configuration for PDF/A conformance level by @sampoto in #71

Full Changelog: v1.0.2...v1.0.3

laundry v1.0.2

16 Aug 08:27
a34addb
Compare
Choose a tag to compare

See installation and upgrade instructions from README.md.

What's Changed

  • Fix CI problems that cropped up from GA platform changes by @erno in #69
  • Pdf/a conversion performance parameters by @sampoto in #68

Full Changelog: v1.0.1...v1.0.2

laundry v1.0.1

26 Apr 05:27
0552802
Compare
Choose a tag to compare

See installation and upgrade instructions from README.md.

What's Changed

  • HTTP API documented within README.md by @aautio in #60
  • CI update: Adapt to GH Actions and Docker changes, & update gVisor to 20230130 by @erno in #63
  • pdf2pdfa: write the file to be converted into the container before co… by @solita-jozura in #66
  • fix uberjar directory to location expected by scripts by @erno in #67

New Contributors

Full Changelog: v1.0.0...v1.0.1

laundry v1.0.0

18 Oct 12:20
e611274
Compare
Choose a tag to compare

See installation and upgrade instructions from README.md.

What's Changed

Note: this is between releases v0.1 and v1.0.0 which was a long period, but leaving the list here for historical value.

  • Docker and docx by @erno in #14
  • Create LICENSE by @erno in #19
  • Version updates and runsc install by @erno in #20
  • Support HTTP Basic Authentication as a simple API key mechanism by @erno in #21
  • tolerate /laundry path prefix in http reqs for AWS load balancer use case by @erno in #22
  • Cleanup by @hoxu in #23
  • Version upgrades by @hoxu in #24
  • update ImageMagick to latest release by @erno in #25
  • update ghostscript to 9.50 by @erno in #26
  • Ansible by @hoxu in #27
  • Cleanup2 by @hoxu in #28
  • Error reporting by @hoxu in #30
  • Firejail to docker by @hoxu in #29
  • Remove docker --log-driver=syslog parameter by @hoxu in #31
  • Clojure tests by @hoxu in #32
  • Checksum by @hoxu in #33
  • programs: use stdin/stdout for conversions instead of temporary files by @hoxu in #34
  • Travis lein by @hoxu in #35
  • Distro ghostscript imagemagick by @hoxu in #36
  • Change --tools argument to point directly to /bin/ by @hoxu in #39
  • Make /alive & swagger accessible without authentication by @hoxu in #38
  • Not found by @hoxu in #40
  • Remove nsjail as unused by @hoxu in #37
  • Remove config atom by @hoxu in #41
  • Lint warning fixes by @tatut in #43
  • Tools for running laundry in dev & CI envs by @timomantyvaara in #44
  • Excel to PDF conversion by @timomantyvaara in #46
  • Fix image uploads in swagger-ui by @aautio in #49
  • Fix xlsx test & use dev-resources in tests by @aautio in #48
  • Dockerfile fixes (cache busting & pkg upgrades) by @aautio in #47
  • Add summary of features and rationale to README by @aautio in #51
  • Docker build script improvements by @aautio in #52
  • /programs reformatted for similarity by @aautio in #50
  • Major changes to local development and demo envs by @aautio in #55
  • Versioning and releasing with GitHub Releases by @aautio in #57
  • Workflow changes for linting & lein test :all by @aautio in #56
  • /antivirus/scan introduced with ClamAV by @aautio in #58
  • Fix release asset name in GitHub workflow by @aautio in #59

New Contributors

Full Changelog: v0.1...v1.0.0

v0.1

16 Jan 09:57
Compare
Choose a tag to compare
switching default preview from png to jpeg before making the format s…