Skip to content

Releases: geoserver/geoserver-cloud

Release 1.9-RC

11 Sep 15:04
v1.9-RC
Compare
Choose a tag to compare
Release 1.9-RC Pre-release
Pre-release

What's Changed

Features and improvements

  • Implement ACL authorization for workspace admins in the GeoServer REST API by @groldan in #504
  • Enable logstash-formatted JSON logging to the console by @groldan in #487
  • Include application, http, and geoserver ows request properties in the logging MDC by @groldan in #508
  • Geonode authentication extension integration by @groldan in #475

Bug fixes

  • Build LayerGroupContainmentCache's cache asynchronously by @groldan in #473
  • Fix RepositoryCatalogFacadeImpl's query of PublishedInfo.class by @groldan in #476
  • Avoid exceptions when gateway-shared-auth is disabled after being enabled by @groldan in #496
  • Add routes to /webresources/wfs/** and /webresources/wms/** by @groldan in #507
  • Fix for GWC not storing tiles when using datadir or jdbcconfig catalog back-ends by @groldan in #511

Build and misc

  • Upgrade gs-acl to 2.3.0 by @groldan in #515
  • Switch main branch to GeoServer 2.26-SNAPSHOT by @groldan in #504
  • Dependency upgrade: spring-cloud:2021.0.8 -> 2021.0.9 by @groldan in #477
  • Allow to disable gateway-shared-auth global filter in the gateway by @groldan in #495
  • docs(README): intended link gateway configuration by @guspan-tanadi in #505

New Contributors

Full Changelog: v1.8.11...v1.9-RC

Release 1.8.11

09 Sep 23:54
v1.8.11
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • [backport 1.8.x] Fix for GWC not storing tiles when using datadir or jdbcconfig catalog back-ends by @groldan in #512

Full Changelog: v1.8.10...v1.8.11

Release 1.8.10

07 Aug 05:07
v1.8.10
Compare
Choose a tag to compare

Latest stable release from the release/1.8.x branch on GeoServer 2.25.3, while the main branch switches to the 2.26.x series.

What's Changed

  • [backport 1.8.x] upgrade to GeoServer 2.25.3 and geonode OAuth2 support by @groldan in #503

Full Changelog: v1.8.9...v1.8.10

Release 1.8.9

29 Jul 11:49
v1.8.9
Compare
Choose a tag to compare

This is a patch release with improvements in the internal protocol used to share the authentication from the WebUI with the other services using the gateway service as intermediary.

What's changed

fea2fcd fix code smells reported by sonarlint
6907499 Split gateway shared authentication filter into pre and post filters

Full Changelog: v1.8.8...v1.8.9

Release 1.8.8

29 Jul 13:30
v1.8.8
Compare
Choose a tag to compare
Release 1.8.8 Pre-release
Pre-release

Bug fixes

ca48adf Upgrade GeoServer to 2.25.2.1-CLOUD

  • Incorporates the fix for [GEOS-11469] Datadir catalog loader does not decrypt HTTPStoreInfo passwords

283c940 Avoid exceptions when gateway-shared-auth is disabled after being enabled
00d7f72 Allow to disable gateway-shared-auth global filter in the gateway

Full Changelog: v1.8.7...v1.8.8

v1.8.7

04 Jul 19:24
v1.8.7
Compare
Choose a tag to compare

What's Changed

  • Dependency upgrade: spring-framework:5.3.37, spring-security:5.7.12, netty:4.1.111 by @groldan in #494

Full Changelog: v1.8.6...v1.8.7

v1.8.6

02 Jul 03:32
v1.8.6
Compare
Choose a tag to compare

This release integrates cosign signatures in all published docker images.

In order to verify the signatures, install cosign, download the cosign.pub file containing the public key, and run

cosign verify --key cosign.pub geoservercloud/<image name>:1.8.6

What's Changed

  • Cosign integration. Docker images signature and validation in github actions by @groldan in #492

Full Changelog: v1.8.5...v1.8.6

Release 1.8.5

20 Jun 17:06
v1.8.5
Compare
Choose a tag to compare

This is an important security release upgrade to GeoServer 2.25.2. See the GeoServer blog for more information.

Thanks to the NexSIS project for sponsoring this release.

What's Changed

Full Changelog: v1.8.4...v1.8.5

Release 1.8.4

17 Jun 01:41
v1.8.4
Compare
Choose a tag to compare

What's Changed

  • Implement eventual consistency enforcement for the datadir catalog backend by @groldan in #485
  • Enable logstash-formatted JSON logging to the console #487 by @groldan in #488
  • Dependency upgrade: geoserver 2.25.0.4-CLOUD by @groldan in #486

Full Changelog: v1.8.3...v1.8.4

Release 1.8.3

25 May 01:41
v1.8.3
Compare
Choose a tag to compare

What's changed

Some improvements and fixes backported from the main (1.9-SNAPSHOT) development branch.

Improvements

f77ae33 share webui authentication with the other services through the gateway
63d0e77 Build LayerGroupContainmentCache's cache asynchronously

Bug fixes

82e7d26 Fix gateway root URI with missing trailing / redirect to webui
5e1ee96 Fix RepositoryCatalogFacadeImpl's query of PublishedInfo.class

Misc

dc5e7e2 General code clean up

Full Changelog: v1.8.2...v1.8.3