Skip to content

Releases: geoserver/geoserver-cloud

Release 1.0-RC31

27 Mar 15:08
v1.0-RC31
58dbea1
Compare
Choose a tag to compare

What's Changed

  • Upgrade to spring-cloud 2021.0.6/spring-boot 2.7.9 by @groldan in #308
  • DefaultMemoryCatalogFacade leaves dangling ResolvingProxys by @groldan in #309
  • fix typo in .env variable GOSERVER_ADMIN_PASSWORD by @MkLHX in #312
  • Force hiding the default admin user when the admin username and password is provided through env variables by @groldan in #314

New Contributors

Full Changelog: v1.0-RC30...v1.0-RC31

Release 1.0-RC30

01 Mar 20:22
v1.0-RC30
b4d0e3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0-RC29...v1.0-RC30

Release 1.0-RC29

07 Feb 02:09
Compare
Choose a tag to compare

What's Changed

  • Allow configuring the admin user name and password through environment variables by @groldan in #292
  • Fix race condition while loading large catalogs by @groldan in #293
  • Remove unused native image version of config service by @groldan in #294
  • Upgrade to spring-cloud 2021.0.5 / spring-boot 2.6.14 / feign-reactor 3.2.6 by @groldan in #295
  • Upgrade to geoserver 2.22.1 as base version by @groldan in #298
  • Support jackson-databind encoding of CogSettings in gs-jackson-databind by @groldan in #299
  • Move CogSettings jackson serialization to gs-jackson-bindings by @groldan in #300

Full Changelog: v1.0-RC28...v1.0-RC29

Release 1.0-RC28

28 Dec 00:10
Compare
Choose a tag to compare

What's Changed

  • Add support for JNDI datasources by @groldan in #287
  • Fix caching catalog errors with layers and layer groups that affect jdbcconfig backend by @groldan in #288
  • Load gs-wms's LegendSample only for wms and gwc applications by @groldan in #289
  • Add optimized datadirectory catalog loader by @groldan in #290
  • Show GeoServer-Cloud version number in web-ui's home page by @groldan

Full Changelog: v1.0-RC27...v1.0-RC28

Release 1.0-RC27

11 Nov 15:02
Compare
Choose a tag to compare

What's Changed

  • gwc restconfig: fix path extension based content type negotiation by @groldan in #280
  • Fix encoding issue in the gateway by @woutergd in #281
  • Update geoserver submodule with fix for NioFileLockProvider deadlocks by @groldan in #283
  • build: split out gs-cloud-spring-factory module out of gs-cloud-catalog-backend-common by @groldan in #284
  • feature: Add support for COG (Cloud Optimized GeoTiff) by @groldan in #285

Full Changelog: v1.0-RC26...v1.0-RC27

Release 1.0-RC26

28 Sep 15:03
v1.0-RC26
b51f8c2
Compare
Choose a tag to compare

What's Changed

  • Fix issue preventing updates of style with PUT REST API by @AlexGacon in #268
  • Enable support for CSS and MBStyle in REST API by @AlexGacon in #270
  • Add support for PostgisRaster coverages by @groldan in #274
  • jackson-binding support for arrays in AttributeTypeInfo and Patch by @groldan in #273
  • restconfig: fix path extension based content type negotiation by @groldan in #275
  • Fix for feature pregeneralized extension compatibility with jdbcconfig by @groldan in #276
  • Support uploading .bmp and .gif images as SLD Package icons through restconfig by @groldan in geoserver/geoserver#6204

New Contributors

Full Changelog: v1.0-RC25...v1.0-RC26

Release 1.0-RC25

18 Aug 06:40
v1.0-RC25
69d6e4b
Compare
Choose a tag to compare

What's Changed

  • Fix catalog facade's getStyleByName(String name) by @groldan in #264
  • Renaming a style breaks WMS service, new style filename not found by @groldan in #265
  • Fix gwc's direct WMS integration, bean registration race condition by @groldan in #266

Full Changelog: v1.0-RC24...v1.0-RC25

Release 1.0-RC24

03 Aug 07:04
v1.0-RC24
5292c36
Compare
Choose a tag to compare

What's Changed

  • Avoid GeoTools logging redirection to Log4J by @groldan in #260
  • Integrate KML services with wms-service by @groldan in #261
  • Fix startup failures with jdbcconfig by @groldan in #262

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

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