Skip to content

Releases: geoserver/geoserver-cloud

Release 1.6.1

07 Feb 18:18
v1.6.1
Compare
Choose a tag to compare

What's Changed

Bug fixes:

  • Set HTTP client factory as geotools hint by @vuilleumierc in #426
  • pgconfig: ensure CatalogFacade bean is a resolving facade by @groldan in #419
  • Validate cache availability before creating caching catalog and config facades by @groldan in #418

Misc:

  • Move development docker compose files to ./compose/*yml and improve documentation by @groldan in #417
  • build: move all gwc modules to maven groupId org.geoserver.cloud.gwc by @groldan in #420
  • build: Rename pgsql backend module as pgconfig by @groldan in #421
  • pgconfig: NPE evaluating InternalVolatileFunction by @groldan in #424

Full Changelog: v1.6.0...v1.6.1

Release 1.6.0

26 Jan 15:45
v1.6.0
Compare
Choose a tag to compare

What's Changed

  • Replace instanceof checks in CatalogValidationRules by a CatalogVisitor. by @groldan in #400
  • CatalogPlugin's BeforeRemoveValidator improvements by @groldan in #401
  • Update maven-wrapper to Maven 3.9.6 by @groldan in #402
  • Remove geoserver submodule by @groldan in #404
  • Report test coverage and integrate with SonarLint by @groldan in #403
  • Use docker compose build to create the images. by @groldan in #407
  • Remove unnecessary central and geosolutions maven repository declarations by @groldan in #409
  • Fix JNDI lookup error when using InitialContext by @groldan in #412
  • Install Yourkit Java Profiler agent in the geoserver base image by @groldan in #414
  • Upgrade to GeoServer 2.24.1/GeoTools 30.2 by @groldan in #416

Full Changelog: v1.5.0...v1.6.0

Release 1.5.2

19 Jan 03:28
v1.5.2
Compare
Choose a tag to compare

What's Changed

  • [backport 1.5.x] Fix JNDI lookup error using InitialContext by @groldan in #413

Full Changelog: v1.5.1...v1.5.2

Release 1.5.0

22 Dec 03:24
v1.5.0
Compare
Choose a tag to compare

What's Changed

New features and improvements

  • Feature preview: add experimental docker compo with pgconfig catalog backend and ACL enabled by @groldan in #372
  • Add imagepyramid plugin by @groldan in #379
  • Use common base docker images to share layers across service images by @groldan in #396

QA

  • QA improvements by @groldan in #378
  • Fix non false positive bugs identified by SonarLint by @groldan in #381
  • Address security issues identified by SonarLint by @groldan in #385
  • QA Improvements based on SonarCloud analysis by @groldan in #386
  • Add sonarcloud badges to README by @groldan in #388
  • Remove all superfluously overridden methods from CatalogPlugin by @groldan in #389
  • Resolve consistency code smells by @groldan in #390
  • Resolve several code smells identified by SonarCloud by @groldan in #391
  • Reduce cognitive complexity in methods identified by SonarCloud by @groldan in #392
  • Replace string concatenation by text blocks and/or formatting by @groldan in #394
  • Complete tests with missing assertions by @groldan in #395

Bug fixes

  • Change GeoTools log redirection from Log4j2 to Logback by @groldan in #369
  • Request header pre-auth filter must logout automatically by @groldan in #371
  • Improved resolving of catalog property for CatalogInfo objects by @groldan in #373
  • webui: Add missing dependency on gs-web-rest by @groldan in #374
  • Fix home page service links for GWC by @groldan in #375
  • web-ui: Fix WMS service links gone when gwc.disabled=true by @groldan in #376
  • Include flatgeobuf wfs output format in webui by @groldan in #393
  • Make sure pgconfig catalog backend initialized the database before creating the catalog by @groldan in d3378e4

Dependency upgrades

  • Dependency upgrade gs-acl:1.2.0 -> 2.0-SNAPSHOT by @groldan in #370
  • Dependency upgrade spring-boot:2.7.17 -> 2.7.18 by @groldan in #377

Misc

  • Remove unused catalog-service microservice and client by @groldan in #387

Full Changelog: v1.4.0...v1.5.0

Release 1.5-beta

11 Dec 05:08
v1.5-beta
Compare
Choose a tag to compare
Release 1.5-beta Pre-release
Pre-release

What's Changed

  • Change GeoTools log redirection from Log4j2 to Logback by @groldan in #369
  • Dependency upgrade gs-acl:1.2.0 -> 2.0-SNAPSHOT by @groldan in #370
  • Request header pre-auth filter must logout automatically by @groldan in #371
  • Add experimental docker compo with pgconfig catalog backend and ACL enabled by @groldan in #372
  • Improved resolving of catalog property for CatalogInfo objects by @groldan in #373
  • webui: Add missing dependency on gs-web-rest by @groldan in #374
  • Fix home page service links for GWC by @groldan in #375
  • web-ui: Fix WMS service links gone when gwc.disabled=true by @groldan in #376
  • Dependency upgrade spring-boot:2.7.17 -> 2.7.18 by @groldan in #377
  • QA improvements by @groldan in #378
  • feature: Add imagepyramid plugin by @groldan in #379
  • Fix non false positive bugs identified by SonarLint by @groldan in #381
  • qa: Address security issues identified by SonarLint by @groldan in #385
  • QA Improvements based on SonarCloud analysis by @groldan in #386
  • Remove unused catalog-service microservice and client by @groldan in #387
  • Add sonarcloud badges to README by @groldan in #388
  • Remove all superfluously overridden methods from CatalogPlugin by @groldan in #389
  • Resolve consistency code smells by @groldan in #390
  • Resolve several code smells identified by SonarCloud by @groldan in #391
  • Reduce cognitive complexity in methods identified by SonarCloud by @groldan in #392
  • Include flatgeobuf wfs output format in webui by @groldan in #393
  • qa: replace string concatenation by text blocks and/or formatting by @groldan in #394
  • Complete tests with missing assertions by @groldan in #395

Full Changelog: v1.4.0...v1.5-beta

Release 1.4.1

09 Nov 12:42
v1.4.1
Compare
Choose a tag to compare

Small bugfix release to fix an error configuring Cascaded WMS/WMTS layers due to an API incompatibility in GeoTools Log4J2 redirection

  • Change GeoTools log redirection from Log4j2 to Logback by @groldan in 359948b

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Oct 02:38
v1.4.0
Compare
Choose a tag to compare

What's Changed

  • Remove geoserver profile including the upstream submodule by @groldan in #355
  • New Catalog/Config backend for PostgreSQL 15+ by @groldan in #356
  • Dependency upgrade: lombok:1.18.24 -. 1.18.30 by @groldan in #360
  • Add some details in the README by @jwkaltz in #361
  • Fix AzureBlobStore regression due to wrong netty version after dependencyConvergence maven rule by @groldan in #363
  • Update and improve documentation by @AlexGacon in #362
  • Remove unused openj9 maven profile and Dockerfiles by @groldan in #364
  • Fix typos in README by @jwkaltz in #365
  • Upgrade to GeoTools 30/GeoServer 2.24.0 by @groldan in #366
  • build: maven plugin version updates by @groldan in #367
  • build: dependency updates by @groldan in #368

New Contributors

Full Changelog: v1.3.0...v1.4.0

Release 1.3.1

16 Oct 14:22
v1.3.1
Compare
Choose a tag to compare

This is a bug-fix release upon 1.3.0.

Bug fixes

  • Fix AzureBlobStore regression due to wrong netty version after dependencyConvergence maven rule by @groldan in #363

Other improvements

  • Remove geoserver profile including the upstream submodule by @groldan in #355
  • Dependency upgrade: lombok:1.18.24 -. 1.18.30 by @groldan in #360
  • Add some details in the README by @jwkaltz in #361
  • Update and improve documentation by @AlexGacon in #362
  • Remove unused openj9 maven profile and Dockerfiles by @groldan in #364

New Contributors

Full Changelog: v1.3.0...v1.3.1

Release 1.4-M2

07 Oct 02:05
v1.4-M2
Compare
Choose a tag to compare
Release 1.4-M2 Pre-release
Pre-release

What's Changed

  • Dependency upgrade: lombok:1.18.24 -. 1.18.30 by @groldan in #360
  • Add some details in the README by @jwkaltz in #361
  • Fix AzureBlobStore regression due to wrong netty version after dependencyConvergence maven rule by @groldan in #363
  • Update and improve documentation by @AlexGacon in #362

New Contributors

Full Changelog: v1.4-M1...v1.4-M2

Release 1.4-M1

11 Sep 04:17
Compare
Choose a tag to compare
Release 1.4-M1 Pre-release
Pre-release

What's Changed

  • Remove geoserver profile including the upstream submodule by @groldan in #355
  • New Catalog/Config backend for PostgreSQL 15+ by @groldan in #356

Full Changelog: v1.3.0...v1.4-M1