Skip to content

Releases: harwey/cups4j

Cups4J 0.8.2

03 Jun 06:44

Choose a tag to compare

What's Changed

Changed

  • Jakarta Migration by @oboehm in #96
  • Apache's HttpClient replaced by buitin HttpClient of JDK 11 (issue #97)
  • CupsPrinter.setPrinterURI(..) replaces the setPrinterURL(..) method (issue #99)
  • remaining methods with URL arguments are deprecated and replaced by URI arguments

Security

  • printer name is sanitized to avoid HTTP Header Injection

Full Changelog: version-0-8-1...version-0-8-2

Cups4J 0.8.1

01 May 17:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: version-0-7-9...version-0-8-1

Cups4J 0.7.9

26 Apr 18:37
501aef5

Choose a tag to compare

What's Changed

  • [master]: Apache HttpClient will set Host header automatically by @jordi-farre in #42
  • Bump httpclient from 4.5.2 to 4.5.13 by @dependabot in #54
  • Bump commons-io from 2.6 to 2.7 by @dependabot in #48
  • [50-printer-make-and-model]: Capture make and model printer attribute by @dellgreen in #51

New Contributors

Full Changelog: version-0-7-8...version-0-7-9

Version 0.7.8

17 Oct 12:26

Choose a tag to compare

version-0-7-8

Remove Comment

Version 0.7.7

16 Oct 17:05

Choose a tag to compare

version-0-7-7

Version 0.7.7

version 0.7.6

29 Jan 20:11

Choose a tag to compare

version-0-7-6

Version 0.7.6 - Socket timeout fix by oboehm - thanks a lot!