Releases: flyingsaucerproject/flyingsaucer
Releases Β· flyingsaucerproject/flyingsaucer
v9.6.0
What's Changed
- Require Java 17 or higher
- simplify API for creating PDF by @asolntsev in #277
- Adding F flag to make links pdf/a-1a conform by @haramon in #280
New Contributors
Dependency updated
- Bump com.github.librepdf:openpdf from 1.3.40 to 2.0.0 by @dependabot in #274
- Bump com.github.librepdf:openpdf from 2.0.0 to 2.0.1 by @dependabot in #278
Full Changelog: v9.5.2...v9.6.0
v9.5.2
v9.5.1
What's Changed
- Bump OpenPDF from 1.3.38 to 1.3.39 by @dependabot in #261
- change scope of
jsr305
dependency from "provided" to "compile" by @asolntsev in #263
Full Changelog: v9.5.0...v9.5.1
v9.5.0
What's Changed
- Require Java 11 or later. by @andreasrosdal in #257
- Bump com.github.librepdf:openpdf from 1.3.35 to 1.3.36 by @dependabot in #256
- Bump com.github.librepdf:openpdf from 1.3.36 to 1.3.38 by @dependabot in #258
- Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #254
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #255
Full Changelog: v9.4.1...v9.5.0
v9.4.1
v9.4.0
- replace iText 2.x by OpenPDF (#245) -- thanks to Andreas Rosdal for the initiative
- Added page size B5 (#246) -- thanks to Mikhail Voronin
- add few overloaded constructors to ITextRenderer (#247)
see https://github.com/flyingsaucerproject/flyingsaucer/milestone/5?closed=1
v9.3.2
- #216 implement loading resources from classpath (#241)
- add nullability annotations (#238) (#240)
- refactoring: make fields final, rename fields, add nullability annotations etc. (#214) (#239)
- refactor exception handling & closing I/O resources (#243)
- upgrade from JUnit 3/4 to JUnit 5 (#244)
- Bump openpdf from 1.3.30 to 1.3.35
- Bump slf4j from 2.0.9 to 2.0.10
- Bump log4j from 2.20.0 to 2.22.1
- Bump bouncycastle from 1.76 to 1.77
see https://github.com/flyingsaucerproject/flyingsaucer/milestone/4?closed=1
v9.3.1
v9.3.0
9.3.0 (released 26.09.2023)
- #204 avoid loading CJK fonts by default
- Major refactoring: use Java generics everywhere - see PRs #196 ... #203
- #195 setup GitHub Actions to build the project
- #173 Make VerifyGlyphExists compile using IntelliJ
- #173 add dependency
org.w3c:dom:2.3.0-jaxb-1.0.6
see https://github.com/flyingsaucerproject/flyingsaucer/milestone/1?closed=1