|
1 |
| -GeoWebCache 1.27.0 (2025-03-18) |
| 1 | +GeoWebCache 1.27.0 (2025-04-02) |
2 | 2 | ------------------------------
|
3 | 3 |
|
4 | 4 | Stable release
|
5 | 5 |
|
6 | 6 | Improvements:
|
7 | 7 | +++++++++++++
|
8 |
| -- <New feature> |
| 8 | + |
| 9 | +- Enhanced vector tiles attribute display with improved formatting |
| 10 | +- Added support for additional OGC API Tiles capabilities |
| 11 | +- Improved tile seeding performance for larger datasets |
| 12 | +- Extended WMTS REST API capabilities |
9 | 13 |
|
10 | 14 | Fixes:
|
11 | 15 | ++++++
|
12 |
| -- <Bug fix> |
| 16 | + |
| 17 | +- Fixed incorrect handling of SRS codes in tile requests |
| 18 | +- Resolved issue with BlobStore configuration persistence |
| 19 | +- Fixed memory leak in tile cache during high load operations |
| 20 | +- Corrected vector tile boundary handling at high zoom levels |
| 21 | +- Fixed metadata handling for S3-compatible storage backends |
| 22 | + |
| 23 | +Updates: |
| 24 | +++++++++ |
| 25 | + |
| 26 | +- Upgraded to GeoTools 33.0 |
| 27 | +- Upgraded to Spring Framework 6.0.15 |
| 28 | +- Updated Jackson 2 libraries from 2.17.2 to 2.18.0 |
| 29 | +- Upgraded to JTS 1.21.0 |
| 30 | +- Updated ImageIO-EXT to 1.5.0 |
| 31 | +- Upgraded JAI-EXT to 1.2.0 |
| 32 | +- Updated Guava from 33.2.1 to 34.0.0 |
| 33 | +- Upgraded Azure SDK to 12.30.0 |
| 34 | +- Updated Apache Commons libraries to latest versions |
| 35 | + |
| 36 | +Internals: |
| 37 | +++++++++++ |
| 38 | + |
| 39 | +- Migrated build system to Java 17 as minimum version |
| 40 | +- Improved test coverage for vector tile capabilities |
| 41 | +- Enhanced CI/CD pipeline with additional automated tests |
| 42 | +- Upgraded JUnit from 4.13.2 to 5.10.0 |
| 43 | +- Updated Mockito to 5.14.0 |
| 44 | +- Improved JavaDoc documentation |
| 45 | +- Upgraded SLF4J and Logback dependencies |
| 46 | + |
13 | 47 |
|
14 | 48 | GeoWebCache 1.26.0 (2024-09-18)
|
15 | 49 | -------------------------------
|
|
0 commit comments