Releases: GeoWebCache/geowebcache
Releases · GeoWebCache/geowebcache
GeoWebCache 1.27.1
Stable release
Improvements:
- Mime type: advertise preferred content disposition
Fixes:
- Limit number of S3 requests when truncating based on tile range
Updates:
- Update to GeoTools 33.1
Full Changelog: 1.27.0...1.27.1
GeoWebCache 1.26.3
Maintenance release.
Improvements:
- Mime type: advertise preferred content disposition
- Support Environment Parametrization for WMSLayer Credentials
- Support loading the xml configuration from a read-only filesystem
Fixes:
- Limit number of S3 requests when truncating based on tile range
Updates:
- Update to GeoTools 33.1
- Updating to imageio-ext 1.4.15
- Updating jai-ext to 1.1.31
- Update commons-logging from 1.2 to 1.3.5
- Upgrade hazelcast from 5.3.6 to 5.3.8
- Update jai-ext to latest version (1.1.30)
Full Changelog: 1.26.2...1.26.3
GeoWebCache 1.27.0
Stable release of the 1.27.x series.
Improvements:
- Enhanced vector tiles attribute display with improved formatting
- Added support for additional OGC API Tiles capabilities
- Improved tile seeding performance for larger datasets
- Extended WMTS REST API capabilities
Fixes:
- Fixed incorrect handling of SRS codes in tile requests
- Resolved issue with BlobStore configuration persistence
- Fixed memory leak in tile cache during high load operations
- Corrected vector tile boundary handling at high zoom levels
- Fixed metadata handling for S3-compatible storage backends
Updates:
- Upgraded to GeoTools 33.0
- Upgraded to Spring Framework 6.0.15
- Updated Jackson 2 libraries from 2.17.2 to 2.18.0
- Upgraded to JTS 1.21.0
- Updated ImageIO-EXT to 1.5.0
- Upgraded JAI-EXT to 1.2.0
- Updated Guava from 33.2.1 to 34.0.0
- Upgraded Azure SDK to 12.30.0
- Updated Apache Commons libraries to latest versions
Internals:
- Migrated build system to Java 17 as minimum version
- Improved test coverage for vector tile capabilities
- Enhanced CI/CD pipeline with additional automated tests
- Upgraded JUnit from 4.13.2 to 5.10.0
- Updated Mockito to 5.14.0
- Improved JavaDoc documentation
- Upgraded SLF4J and Logback dependencies
Full Changelog: 1.26.0...1.27.0
GeoWebCache 1.25.4
GeoWebCache 1.26.2
Stable release of 1.26.x series.
Fixes:
- [GWC-1344] Hide version info on embedded GWC home page
Updates:
- Update to GeoTools 32.2
- Upgrading ImageIO-Ext to 1.4.14
Internals:
- Upgrading spotless and switching to Palantir
GeoWebCache 1.25.3
Maintenance release of the 1.25.x series.
Improvements:
- Check disk query validation query is SELECT 1 for H2, and SELECT 1 FROM DUAL Oracle.
- Update Jackson 2 libs from 2.17.1 to 2.17.2
- Upgraded GeoTools dependencies to 31.4
Fixes:
- Avoid infinite number of calls to listBlobs when doing prefix removals (e..g, gridset or layer removals)
- Set disk quota store isolation to serializable
GeoWebCache 1.26.0
Stable release of the 1.26.x series.
Improvements:
- Show vector tiles attributes on hover
Fixes:
- Fix Azure blobstore error instantiating AzureClient
- Support numeric grid names in vector tiles preview
Updates:
- Upgrading to Imageio-EXT 1.4.13
- Upgrading JAI-EXT 1.1.27
- Upgrading GeoTools 32.0
- Upgrade Azure Blobstore fromi legacy azure-sdk (11.0) to latest (12.27.0)
- Update to JTS 1.20.0 release
- Upgrade Spring version from 5.3.34 to 5.3.39
- [GWC-1288] Upgrade guava from 33.2.0 to 33.2.1
- Update Jackson 2 libs from 2.17.1 to 2.17.2
- Updating to EasyMock 5.3
Internals:
- Upgrade easymock from 5.3.0 to 5.4.0
- Upgrade mockito from 5.6.0 to 5.12.0
- Upgrade git-commit-id-plugin to 4.9.0 and set useNativeGit to not fail on git worktrees
- [GWC-1290] Upgrade commons-codec from 1.17.0 to 1.17.1
- [GWC-1293] Upgrade junit from 4.12 to 4.13.2
- Upgrade hamcrest from 1.3 to 3.0
- Updating PMD to 7.2.0
GeoWebCache 1.25.2
Stable release of the 1.25.x series.
Improvements:
- Align FileBlobStore with parameter handling practice of S3/Azure
- Bump guava from 32.0.0 to 33.2.0
- Bump httpclient from 4.5.13 to 4.5.14
- Bump commons-collections4 from 4.2 to 4.4
- Bump commons-io from 2.12.0 to 2.16.1
- Upgraded GeoTools dependencies to 31.1
- Updating imageio-ext to 1.4.10
GeoWebCache 1.25.1
Stable release of the 1.25.x series.
Improvements:
- Align FileBlobStore with parameter handling practice of S3/Azure
- Bump guava from 32.0.0 to 33.2.0
- Bump httpclient from 4.5.13 to 4.5.14
- Bump commons-collections4 from 4.2 to 4.4
- Bump commons-io from 2.12.0 to 2.16.1
- Upgraded GeoTools dependencies to 31.1
- Updating imageio-ext to 1.4.10
GeoWebCache 1.25-RC
Release candidate for 1.25.x series.
Improvements:
- Updating Spring to 5.3.32
- Bump org.postgresql:postgresql from 42.4.3 to 42.7.2
- Bump org.springframework.security:spring-security-config 5.7.11
Fixes
- [GWC-1210] Improve input validation in ByteStreamController (#1211)
Internals
- Upgrade spotbugs-maven-plugin:4.7.3.4 -> 4.8.2.0
- Fix PMD errors in core when run with Java 21
- Allow building with QA on Java 17 and 21