Skip to content

3.31.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 19:47
· 27 commits to master since this release
3.31.1
076c971

3.31.1 (2024-10-31)

Summary

Migrated to Java 11, Gradle 8.10.2, GeoTools 30.2.
Support JPG and JPEG formats.
Memory: Improve memory and class management (e.g. by releasing resources when no longer required).
Metrics: Add new metrics and clarify their meanings.
Health Status: Implement new end point to help identify when the server is hanging on cluster mode (experimental).
Improve test code coverage and cleanup the source tree.
Reintroduce pixel perfect generation of PDF.

Breaking changes

HumanAlphaSerie is moved from package org.mapfish.print to org.mapfish.print.jasperreports.
Rather than returning null when we fail to get a Resource from the JasperReport, we now throw the exception (wrapped in a RuntimeException).

Thanks to all the devs involved...

New feature

Fixed bugs

Documentation

Security fixes

  • #3170 [Security] Raise exception on IOException on StreamRepositoryService (@sbrunner)

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates