Skip to content

Releases: geoserver/geoserver-cloud

Release 1.0-RC23

07 Jul 02:19
v1.0-RC23
559b81e
Compare
Choose a tag to compare

What's Changed

  • Split catalog backend projects by @groldan in #243
  • PropertyDiff.clean() consider no-change for i18nString and CRS by @groldan in #250
  • Make updateSequence increment atomically cluster-wide by @groldan in #251
  • Data-directory backend cluster-wide locking on configuration changes by @groldan in #253
  • Add support and tests for YAML encoding of config objects by @groldan in #254
  • CatalogPlugin implementation of [GEOS-10561] CatalogImpl.save(StoreInfo) business rule to handle ResourceInfo.namespace by @groldan in #255
  • Disable default activation of docker image building profiles by @groldan in #256
  • Exclude AdminRequestCallback from component-scan by @groldan in #259

Full Changelog: v1.0-RC22...v1.0-RC23

Release 1.0-RC22

19 Jun 03:11
v1.0-RC22
94ad372
Compare
Choose a tag to compare

What's Changed

  • Remove duplicated text. Fix docker-compose referenced yml by @jemacchi in #238
  • Refactor remote catalog/config events to not require a dependency on spring cloud bus except as an integration layer. by @groldan in #239
  • web-ui: avoid log4j 1.x ClassNotFoundException in GlobalSettingsPage by @groldan in #240
  • Bind missing RemoteEventResourcePoolProcessor bean and improve logging by @groldan in #241
  • Fix config-service-native-image ci build by @groldan in #242
  • Peg upstream geoserver version to 2.21.0-CLOUD by @groldan in #244
  • Remote event processing of patches sends CatalogInfo as value instead of references by @groldan in #246
  • Initialize default styles guarded by a lock for jdbcconfig by @groldan in #248
  • SettingsInfo's contact was being sent as a proxy by @groldan in #249

New Contributors

Full Changelog: v1.0-RC21...v1.0-RC22

Release 1.0-RC21

03 Jun 07:38
v1.0-RC21
8d91644
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0-RC20...v1.0-RC21

Release 1.0-RC20

02 Jun 13:59
v1.0-RC20
2b5710d
Compare
Choose a tag to compare

What's Changed

  • Project refactoring to better reflect the architecture by @groldan in #232
  • Replace GeoServerInitStartupListener by an ApplicationContextInitializer by @groldan in #234
  • Move default workspace/store assignment to CatalogPlugin.add(...) by @groldan in #236

Full Changelog: v1.0-RC19...v1.0-RC20

Release 1.0-RC19

18 May 14:25
v1.0-RC19
8cd456b
Compare
Choose a tag to compare

What's Changed

  • Reorganize GeoWebCache functionality into separate modules by @groldan in #227

Full Changelog: v1.0-RC18...v1.0-RC19

Release 1.0-RC18

13 May 14:03
v1.0-RC18
6f6a8b6
Compare
Choose a tag to compare

What's Changed

  • Exclude upstream log4j dependencies in favor of spring-boot-starter-logging by @groldan in #223
  • Wrong reference to docs-file by @woutergd in #225
  • Expose some basic catalog and config metrics to be exported by micrometer by @groldan in #226

New Contributors

Full Changelog: v1.0-RC17...v1.0-RC18

Release 1.0-RC17

13 May 14:03
Compare
Choose a tag to compare

What's Changed

  • Update geoserver submodule, add new Service.WCSInfo.defaultDeflateCompressionLevel property to geoserver-jackson-bindings by @groldan in #220
  • Do allow to configure jdbcconfig datasource connection limits by @groldan in #221

Full Changelog: v1.0-RC16...v1.0-RC17

Release 1.0-RC16

05 Apr 20:49
Compare
Choose a tag to compare

What's Changed

  • Dependency upgrade: spring-cloud 2021.0.0 -> 2021.0.1, spring-boot 2.6.3 -> 2.6.4 by @groldan in #215
  • Dependencies/remove transitive h2 by @groldan in #216
  • Geoserver upgrade to latest 2.21-SNAPSHOT by @groldan in #219
  • Dependency upgrade: spring-boot 2.6.4 -> 2.6.6 by @groldan in #218

Full Changelog: v1.0-RC15...v1.0-RC16

Release 1.0-RC15

23 Mar 21:19
Compare
Choose a tag to compare

What's Changed

  • Fix data-dir backend race conditions loading or creating ServiceInfos by @groldan in #205
  • Add missing GWC REST payload converter by @groldan in #206
  • Fix JAVA_TOOL_OPTS Dockerfile env variable quoting by @groldan in #207
  • GWC REST API fix to fill in the TileLayerInfo blanks when creating a TileLayer by @groldan in #208
  • Fix 'null' string in restconfig URIs by @groldan in #211
  • Fix invalid virtual service endpoints not returning 404 by @groldan in #214

Full Changelog: v1.0-RC14...v1.0-RC15

Release 1.0-RC12

02 Mar 20:55
Compare
Choose a tag to compare

Release candidate 1.0-RC12, comes with a full upgrade to Java 17, GeoWebcache direct-WMS integration, and WMS reflector enablement through externalized configuration.

What's Changed

  • Switch to Java17 with default docker images supporting cgroups v2 by @groldan in #193
  • Add a request mapping for the WMS reflector by @groldan in #195
  • Make WMS reflector enablement configurable by @groldan in #196
  • Build/fmt maven plugin coordinates changed by @groldan in #197
  • Remove dependency on gs-web-gwc from blobstores by @groldan in #198
  • Contribute known org.geoserver.config.ServiceFactoryExtension implementations by @groldan in #200
  • GeoWebCache direct WMS integration by @groldan in #199
  • Handle virtual services in gwc-service by @groldan in #201
  • Move modules to src/ folder, leaving the root pom as a pure bom by @groldan in #203
  • Set up a geoserver submodule to build the geoserver-cloud_integration branch by @groldan in #204

Full Changelog: v1.0-RC11...v1.0-RC12