Releases: harwey/cups4j
Releases · harwey/cups4j
Cups4J 0.8.2
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
What's Changed
- https-support by @oboehm in #80
- cups printer getPrinterState returns null by @rajibdk in #53
- Fix printer state by @marc92w in #63
- Replace simple-xml with JAXB by @marc92w in #64
- Bug-fix response attributes with tag no-value (0x13) by @handw3rker in #72
- Bump commons-io:commons-io from 2.7 to 2.14.0 by @dependabot[bot] in #78
- cups4j version 0.8.0 by @obemu in #77
- compile error fixed, tested by @oboehm in #86
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.3 by @dependabot[bot] in #85
- Updated pom.xml by Safer by @safer-bot in #82
- #60: Override duplex settings by @oboehm in #88
- POM updated by @oboehm in #89
- updated PR for using testcontainers by @oboehm in #90
- Develop by @oboehm in #91
- batch link corrected by @oboehm in #92
- Fix IPP response text decoding using attributes-charset by @imjyz in #93
New Contributors
- @rajibdk made their first contribution in #53
- @marc92w made their first contribution in #63
- @handw3rker made their first contribution in #72
- @obemu made their first contribution in #77
- @safer-bot made their first contribution in #82
- @imjyz made their first contribution in #93
Full Changelog: version-0-7-9...version-0-8-1
Cups4J 0.7.9
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
- @jordi-farre made their first contribution in #42
- @dependabot made their first contribution in #54
- @dellgreen made their first contribution in #51
Full Changelog: version-0-7-8...version-0-7-9
Version 0.7.8
version-0-7-8 Remove Comment
Version 0.7.7
version-0-7-7 Version 0.7.7
version 0.7.6
version-0-7-6 Version 0.7.6 - Socket timeout fix by oboehm - thanks a lot!