Releases: geoserver/geofence
v3.7.1
What's Changed
- Making the code build with Java 11 by @aaime in #247
- [GEOT-7287] GeoTools API Change refactoring org.opengis to org.geotools.api by @jodygarnett in #248
- #251 Upgrade log4j by @etj in #252
New Contributors
Full Changelog: v3.6.0...v3.7.1
v3.6.1
Full Changelog: v3.6.0...v3.6.1
v3.6.0
Full Changelog: v3.5.1...v3.6.0
v3.5.1
Release 3.5.0
New features and fixes:
- #163 Clip allowed area filter
- #161 handle SRID in allowed area
- #160 add layergroup to layer dropdown in rules UI
- #165 fix REST addIntoGroup()
- #166 build against JTS 1.17.1.
This release replaces 3.4.7 and 3.4.8.
Because of #161 this version is only compatible with GeoServer >=2.19.
Should you need GeoServer 2.18, please check if this PR has been backported.
Release 3.4.6.1
Maintenance release to align JTS libraries to GeoServer.
- JTS 1.17.0
- hibernate-spatial 1.1.3.2 (supporting API changes of JTS 1.17.0)
Please note that JTS incompatibilities may show up in previous versions when using Postgres as backend in GeoFence embedded into GeoServer.
This release is only meaningful for building geofence-server
module in GeoServer.
R̶e̶l̶e̶a̶s̶e̶ ̶3̶.̶4̶.̶8̶
This release ha been deprecated.
Please use release 3.5.0 instead.
#166 build against JTS 1.17.1.
This release has the same compatibility problem as for release v3.4.7.
Please check that release description for further info.
R̶e̶l̶e̶a̶s̶e̶ ̶3̶.̶4̶.̶7̶
This release ha been deprecated.
Please use release 3.5.0 instead.
This release may break compatibility with GeoServer. #161 adds a SRID info in the restricted area WKT, that the GeoFenceAccessManager in GeoServer is able to understand only after PR geoserver/geoserver#4627 is applied.
That PR will be available since GeoServer 2.19. If you are using GeoServer 2.18.x, please check if the PR has been backported.
Because of the API incompatibilities, this GeoFence version will be renamed from 3.4.7 to 3.5.something.
New features and fixes:
Release 3.4.6
- Added IpAddress to ShortRule [GEOS-9765]
Release 3.4.5
- Repositories updates
- Dependencies updates