GeoServer Blog

GeoServer 2.11.5 released

We are happy to announce the release of GeoServer 2.11.5. Downloads are available (zipwar, and exe) along with documentation and extensions (OSX installer is currently missing as we’re unable to generate a signed installed version due to security/infrastructure issues being discussed on geoserver-devel).

GeoServer 2.11.5 is the last maintenance release of the GeoServer 2.11.x series, so we recommend users to plan an upgrade to 2.12.x or to the upcoming 2.13.x series. This release is made in conjunction with GeoTools 17.5.

Highlights of this release are featured below, for more information please see the release notes (2.11.5 2.11.4 2.11.3   2.11.2  2.11.1  2.11.0   2.11-RC1   2.11-beta ).

Bug Fixes

  • Fixed GetFeatureInfo on rasters setup with “reproject to declared” SRS policy

  • Assorted fixes on demo request page (password was not being sent

  • Allow importer to handle multi-coverage files on import (NetCDF)

  • GetLegendGraphic fixes for cut symbols on rescale (happened with large symbols and odd sized legends)

  • WMS fixes on rendering rasters whose native CRS is a polar stereographic

  • And several more, check the release notes for full details

About GeoServer 2.11

Articles, docs, blog posts and presentations:

  • OAuth2 for GeoServer (GeoSolutions)

  • YSLD has graduated and is now available for download as a supported extension

  • Vector tiles has graduate and is now available for download as an extension

  • The rendering engine continues to improve with underlying labels now available as a vendor option

  • A new “opaque container” layer group mode can be used to publish a basemap while completely restricting access to the individual layers.

  • Layer group security restrictions are now available

  • Latest in performance optimizations in GeoServer (GeoSolutions)

  • Improved lookup of EPSG codes allows GeoServer to automatically match EPSG codes making shapefiles easier to import into a database (or publish individually).

Read More

GeoServer 2.12.2 Released

We are happy to announce the release of GeoServer 2.12.2. Downloads are available (zipwar, and exe) along with docs and extensions.

This is a stable release recommended for production use. This release is made in conjunction with GeoTools 18.2.

Highlights of this release are featured below, for more information please see the release notes (2.12.2, 2.12.1  2.12.0   2.12-RC1   2.12-beta).

New Features and Improvements

  • GetLegendGraphic rescale accounts for stroke thickness

  • WPS requests now support the use of CDATA to guard ComplexData

  • CSS expressions with units are now supported

Bug Fixes

  • Importer an now import shape files with spaces in the attribute names to PostGIS

  • An intermittent problem with WFS filter encoding has been resolved.

  • User interface improvements for layer group creation

  • Our community modules remain under active development with fixes to scripting, mbstyle, and backup and restore.

About GeoServer 2.12 Series

Additional information on the 2.12 series:

Read More

GeoServer 2.11.4 Released

The GeoServer team are pleased to announce the release of GeoServer 2.11.4. Downloads are available (zipwardmg, and exe) along with documentation and extensions.

GeoServer 2.11.4 is a maintenance release of the GeoServer 2.11.x series recommended for production system. This release is made in conjunction with GeoTools 17.4 and GeoWebCache 1.11.3.

This release contains bug fixes as well as new features. For more information, please see the release notes (2.11.4 2.11.3   2.11.2  2.11.1  2.11.0   2.11-RC1   2.11-beta).

New Features

  • Support for MongoDB as a source data store for app-schema.

  • Support for GeoJSON output for complex features (app-schema).

About GeoServer 2.11

  • OAuth2 for GeoServer (GeoSolutions).

  • YSLD has graduated and is now available for download as a supported extension.

  • Vector tiles has graduated and is now available for download as an extension.

  • The rendering engine continues to improve with underlying labels now available as a vendor option.

  • A new “opaque container” layer group mode can be used to publish a basemap while completely restricting access to the individual layers.

  • Layer group security restrictions are now available.

  • Latest in performance optimizations in GeoServer (GeoSolutions).

  • Improved lookup of EPSG codes allows GeoServer to automatically match EPSG codes making shapefiles easier to import into a database (or publish individually).

Read More

GeoServer 2.12.1 Released

We are happy to announce the release of GeoServer 2.12.1. Downloads are available (zipwardmg and exe) along with docs and extensions.

This is a stable release recommended for production use. This release is made in conjunction with GeoTools 18.1.

Highlights of this release are featured below, for more information please see the release notes (2.12.1  2.12.0   2.12-RC1   2.12-beta).

New Features and Improvements

  • Moved Users/Groups/Roles REST from geofence-server (extension) to restconfig (core)

Bug Fixes

  • Copy style needs to copy content and format

  • REST API CORS support

  • YSLD ColorMap incorrectly recording a String (as shown in SLD conversion)

  • MapPreviewPage search displays wrong results on first try

  • GWC Seed Form returns blank page when seeding a layer.

  • Monitor REST API won’t return xml/json representation for request

  • Failed to resolve workspace for style messages during startup

About GeoServer 2.12 Series

Additional information on the 2.12 series:

Read More

GeoServer 2.11.3 released

We are happy to announce the release of GeoServer 2.11.3. Downloads are available (zipwardmg and exe) along with documentation and extensions.

GeoServer 2.11.3 is the first maintenance release of the GeoServer 2.11.x series recommended for production system. This release is made in conjunction with GeoTools 17.3.

Highlights of this release are featured below, for more information please see the release notes (2.11.3   2.11.2  2.11.1  2.11.0   2.11-RC1   2.11-beta ).

New Features and Improvements

  • KML has two new options to control polygon placemark placement, to force it within the current view, and to make sure it’s inside polygons regardless of the polygon shape

  • The layer preview allows filtering on raster layers such as mosaics and image pyramids (which can apply the filter on the underlying mosaic index)

Bug Fixes

  • Improvements on pre-build legend treatment in GetLegendGraphic, now works against a layer default style too, and for workspace specific styles

  • GDAL bindings jars restored in the build, making it easier to use the pre-built native support (as opposed to custom built ones, for those remember to remove them)

  • Raster rendering fixes: no more empty output when asking for highly oversampled rasters in WMS, make sure new image mosaic tiles are rendered even if outside the original bounds in image mosaic

  • GWC related improvemenets, seed links now working when running behind a proxy, and more strict checks for non cacheable requests over the WMS service endpoint (especially useful when using direct integration)

  • GeoServer now changes the SLD version number when uploading a SLD 1.1 overwriting a SLD 1.0 file using the REST API (especially useful for QGIS and GeoNode integrations). The UI was not affected by this issue.

  • And several more, check the release notes for full details

About GeoServer 2.11

Articles, docs, blog posts and presentations:

  • OAuth2 for GeoServer (GeoSolutions)

  • YSLD has graduated and is now available for download as a supported extension

  • Vector tiles has graduate and is now available for download as an extension

  • The rendering engine continues to improve with underlying labels now available as a vendor option

  • A new “opaque container” layer group mode can be used to publish a basemap while completely restricting access to the individual layers.

  • Layer group security restrictions are now available

  • Latest in performance optimizations in GeoServer (GeoSolutions)

  • Improved lookup of EPSG codes allows GeoServer to automatically match EPSG codes making shapefiles easier to import into a database (or publish individually).

Read More