Skip to content

Releases: geoserver/geoserver-acl

GeoServer ACL 3.0-RC1

04 Feb 14:32
3.0-RC1
73e1ff0

Choose a tag to compare

GeoServer ACL 3.0-RC1 Pre-release
Pre-release

What's Changed

  • Upgrade GeoServer ACL to Spring Cloud 2025.1.1 / Spring Boot 4.0.2 / Spring 7 by @groldan in #111

Full Changelog: 3.0-M1...3.0-RC1

GeoServer ACL 3.0-M1

19 Nov 23:33
3.0-M1

Choose a tag to compare

GeoServer ACL 3.0-M1 Pre-release
Pre-release

What's Changed

  • Skip CI workflows on documentation-only changes by @groldan in #97
  • Replace outdated mention to google formatting rules by palantir in CONTRIBURING.md by @groldan in #98
  • Use testcontainers 2.0 postgres containers by @groldan in #102
  • Exclude unnecessary transitive dependencies from gt-main by @groldan in #103
  • Javadocs improvements for domain by @groldan in #105
  • refactor(arch): Restructure project to make architectural layers explicit by @groldan in #106

Full Changelog: 3.0-M0...3.0-M1

GeoServer ACL 3.0-M0

09 Nov 05:03
3.0-M0
b09522f

Choose a tag to compare

GeoServer ACL 3.0-M0 Pre-release
Pre-release

What's Changed

  • Upgrade testcontainers.version:2.21.3 -> 2.0.1 by @groldan in #91
  • Upgrade maven plugins ahead of migrating to Spring 6 by @groldan in #92
  • Upgrade to Spring Boot 3.5 and Spring Framework 6.2 by @groldan in #93
  • Implement BOM separate from root pom by @groldan in #94
  • Implement CI-friendly release process with version extraction from git tags by @groldan in #95
  • Optimize dependencies by @groldan in #96

Full Changelog: v2.4.0...3.0-M0

GeoServer ACL 2.4.0

16 Oct 04:39
v2.4.0
aef3285

Choose a tag to compare

What's Changed

  • Dependency upgrade: flyway:10.10.0 -> 11.1.0 by @groldan in #77
  • Upgrade plugin test versions: 2.27-SNAPSHOT, 2.26.2, 2.25.5 by @groldan in #78
  • Geoserver dependency upgrades by @groldan in #79
  • Enforce Maven 3.9+ for improved plugin version resolution by @groldan in #80
  • docs(src/artifacts/api): fix path links by @guspan-tanadi in #81
  • Upgrade dependencies for GeoServer 2.28.x compatibility by @groldan in #83
  • Add Java 25 build and tests for the GeoServer plugin by @groldan in #87
  • Upgrade codebase to Java 17 by @groldan in #88
  • Fix race condition in concurrent rule creation with same priority by @groldan in #89
  • Add WFS integration tests by @groldan in #90

New Contributors

Full Changelog: v2.3.1...v2.4.0

Release 2.3.2

14 Apr 16:13
v2.3.2
3fb0480

Choose a tag to compare

What's Changed

  • Upgrade branch 2.3.x to gs.version to 2.27.0, gt.version to 33.0 by @groldan in #82
  • 77ef077 Upgrade gs_maintenance version 2.25.5 -> 2.25.6
  • 92a91ac Upgrade ./mvnw wrapper:wrapper -Dmaven=3.9.4
  • 78fe3b4 Enforce Maven 3.9+ for improved plugin version resolution
  • a11b530 Upgrade commons-lang from 2.5 to 2.6
  • e6c0563 Upgrade guava from 33.2.1 to 33.4.0
  • f442542 Upgrade commons-io from 2.16.1 to 2.18.0
  • 143acb4 Upgrade Wicket from 9.19.0 to 9.20.0
  • 7b3aa9a Upgrade plugin test versions: dev:2.27-SNAPSHOT, stable:2.26.2, maintenance:2.25.5
  • f82df64 Dependency upgrade: flyway:10.10.0 -> 11.1.0

Full Changelog: v2.3.1...v2.3.2

Release 2.3.1

01 Oct 09:30
v2.3.1

Choose a tag to compare

What's Changed

  • Build multiplatform docker image for the API service by @groldan in #76

Full Changelog: v2.3.0...v2.3.1

Release 2.3.0

11 Sep 14:34
v2.3.0

Choose a tag to compare

What's Changed

Improvements

  • ResourceAccesManager: allow admin access to layers belonging to an adminable workspace by @groldan in #75
  • API to obtain a quick summary of adminable workspaces and visible layers by @groldan in #68
  • Centralize plain Spring configuration for the GeoServer Plugin in gs-acl-client-plugin by @groldan in #73
  • Configure an SSL capable ClientHttpRequestFactory for the AclClient RestTemplate by @groldan in #71
  • Make the classess for GeoServer plugin and its dependencies build for Java 11 by @groldan in #69

Bug fixes

  • Bug fixes in building ResourceAccessManager's securityFilter by @groldan in #74
  • Make it possible to have the gs-acl-plugin-wps module on the classpath if the WPS extension is not installed by @groldan in #72

Misc

  • Upgrade spring and spring-security versions to match GeoServer 2.6-SNAPSHOT ones by @groldan in #70
  • Maven dependency convergence enforcement by @groldan in #66
  • Refactor AuthorizationService tests by @groldan in #67

Full Changelog: v2.2.0...v2.3.0

Release 2.2.0

17 Apr 00:40
v2.2.0

Choose a tag to compare

What's Changed

New features

Bug fixes

  • Fix config of default admin role names for http headers preauthentication by @groldan in #64

Full Changelog: v2.1.3...v2.2.0

Release 2.1.3

12 Apr 01:12
v2.1.3

Choose a tag to compare

What's Changed

Bug fixes:

  • Fix config of default admin role names for http headers preauthentication by @groldan at c4b2e3b

Full Changelog: v2.1.2...v2.1.3

v2.1.2

04 Apr 22:59
v2.1.2

Choose a tag to compare

What's Changed

  • Evict all authorizations on rule events and do not cache authroizations with no matching rules by @groldan in #61
  • Add server-side authorization requests caching by @groldan in #62
  • Make examples/ a root pom child under the 'examples' maven profile by @groldan in #63

Full Changelog: v2.1.1...v2.1.2