Releases: geosolutions-it/geostore
Releases · geosolutions-it/geostore
2.2.0
What's Changed
- Drop Oracle JDK7 from travis as it is not available anymore by @Gnafu in #162
- Fixes #166: LDAP groups and roles are not recursively searched by @mbarto in #167
- Fix #168. Created custom provider for pure text request body by @offtherailz in #169
- Fix #171. Add fixed CacheControl interceptor by @offtherailz in #172
- Fixes #173: transactional resource insert by @mbarto in #174
- #175: Increase groupname size by @tdipisa in #177
- Fix #180. Filter properly user rules in RESTServiceImpl by @offtherailz in #181
- Nested groups support for LDAP based authentication by @mbarto in #184
- fix #185 Login fail on first attempt using LDAP by @offtherailz in #186
- Remove winbuild build status by @Gnafu in #189
- Headers based security and external authentication improvements by @mbarto in #192
- Implement support to manage permissions for external authentication by @mbarto in #194
- #195: Initial implementation of read-only LDAP User and UserGroup DAOs by @mbarto in #197
- Add compliant attribute update REST API by @offtherailz in #198
- Ldap fixes and migration scripts by @mbarto in #201
- #202: always assign everyone group to guest user by @mbarto in #203
- Allow to remove header group prefix by @offtherailz in #207
- Updated geostore versions to 1.6 by @offtherailz in #211
- Sort resources by name by @offtherailz in #214
- #216 added users=true/false parameter to "all usergroups" rest API to… by @mbarto in #217
- Update 1.7-SNAPSHOT by @offtherailz in #218
- #219: improvements to the LDAP compatible DAOs to fully replace the standard ones in a MapStore standard security configuration by @mbarto in #220
- #223: h2 to pgsql cli utility by @mbarto in #226
- #6825: fixes password change for MapStore by @mbarto in #228
- #229: unescape quotes inside other quotes (with a double escape) when… by @mbarto in #230
- Add test workflow for maven by @offtherailz in #234
- Upgrade of Spring dependency to a more recent version by @mbarto in #233
- #239: remove jsr311, conflicting with the same api imported by cxf in… by @mbarto in #240
- #237: upgrade PostgreSQL driver to 42.2.23, to enable latest PostgreS… by @mbarto in #238
- Improving geostore datasource connection properties by @tdipisa in #241
- Upgrading log4j to a version that does not support RCEs by @aaime in #243
- Corporate proxy issue prevents connections between MS and GN by @shad-git in #250
- Update master to 1.9.x by @dromagnoli in #254
- bump spring version by @taba90 in #262
- change hibernate and google genric-dao versions by @taba90 in #270
- Backport ldap fix by @taba90 in #273
- Add open id support by @taba90 in #277
- Add keycloak support by @taba90 in #282
- add redirect uri configuration by @taba90 in #283
- remove unused repositories by @taba90 in #284
- use https in maven2 repo by @taba90 in #285
- another maven2 repo fix by @taba90 in #286
- Update geostore-ovr.properties by @offtherailz in #287
- avoid startup failures on missing keycloak json config by @taba90 in #291
- fix jsessionid by @taba90 in #289
- authorize anonymous on refresh token endpoint by @taba90 in #293
- set provider keycloak on refresh token anonymous requestes by @taba90 in #294
- (#290) LDAP UserDAO avoid loading groups' nested users by @taba90 in #292
- Direct integration, Keycloak by @taba90 in #288
- remove xom depedencies by @taba90 in #299
- [#8440] Problem with expired / invalid sessions by @taba90 in #300
- remove keycloak post logout redirect by @taba90 in #301
- remove comment line from pom.xml by @taba90 in #302
- Google openid - look up chache bean by name by @taba90 in #303
- get username by session id openid + keycloak by @taba90 in #304
- synch groups with keycloak by @taba90 in #307
- Add user group attributes by @taba90 in #278
- Update to log4j2 by @taba90 in #316
- [github-action] Bump version to 2.1 by @github-actions in #320
- Create release.yml by @offtherailz in #321
- Cleared out redundant dom4j dependency by @Mike7311 in #331
- [Fixes #9583] Unadvertised resources by @afabiani in #332
- [Fixes #9550] Show creator/editor in 'Edit properties' by @afabiani in #333
- [ISSUE #9550] Show creator/editor in 'Edit properties' by @afabiani in #335
- Update postgresql-migration-from-v.2.0.0-to-v2.1.0.sql by @offtherailz in #337
- [github-action] Bump version to 2.2 by @github-actions in #339
- Dependency updates by @tdipisa in #340
- Fix #344. Remove NVD check by default by @offtherailz in #345
- OIDC provider by @afabiani in #330
- refreshed token is ignored by @gertux in #323
- Bump org.codehaus.jettison:jettison from 1.5.2 to 1.5.4 in /src by @dependabot in #351
- Bump org.springframework.security:spring-security-core from 5.6.12 to 5.7.12 in /src by @dependabot in #350
- Bump com.h2database:h2 from 1.3.175 to 2.2.220 in /src by @dependabot in #348
- Bump org.mortbay.jetty:jetty from 6.1.14 to 6.1.23 in /src by @dependabot in #347
- Bump org.mortbay.jetty:jetty from 6.1.14 to 6.1.23 in /src by @afabiani in #346
- Revert "Bump com.h2database:h2 from 1.3.175 to 2.2.220 in /src" by @afabiani in #352
- [FIXES #2408] Refresh Token and Logout OIDC requests by @afabiani in #354
- [FIXES #2971] MapStore - SSO keycloak kerberos by @afabiani in #356
- Support for OIDC scopes by @afabiani in #357
- Bump commons-io from 2.1 to 2.7 in /src by @dependabot in #222
- [Backport 2.2.x] #365 Fixed issue with modules and profiles (#366) by @offtherailz in #368
New Contributors
- @aaime made their first contribution in #243
- @dromagnoli made their first contribution in #254
- @Mike7311 made their first contribution in #331
- @gertux made their first contribution in #323
- @dependabot made their first contribution in #351
Full Changelog: v1.4.1...v2.2.0
2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
2.1.0
What's Changed
- [github-action] Bump version to 2.1 by @github-actions in #320
- Create release.yml by @offtherailz in #321
- Cleared out redundant dom4j dependency by @Mike7311 in #331
- [Fixes #9583] Unadvertised resources by @afabiani in #332
- [Fixes #9550] Show creator/editor in 'Edit properties' by @afabiani in #333
- [ISSUE #9550] Show creator/editor in 'Edit properties' by @afabiani in #335
- Update postgresql-migration-from-v.2.0.0-to-v2.1.0.sql by @offtherailz in #337
- [Backport 2.1.x] Dependency updates and NVD skip (#340) (#345) by @offtherailz in #343
New Contributors
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Google openid - look up chache bean by name by @taba90 in #303
- get username by session id openid + keycloak by @taba90 in #304
- synch groups with keycloak by @taba90 in #307
- Add user group attributes by @taba90 in #278
- Update to log4j2 by @taba90 in #316
- Release workflow backport by @offtherailz in #322
Full Changelog: v1.9.0...v2.0.0
1.9.0
What's Changed
- Corporate proxy issue prevents connections between MS and GN by @shadab-geo in #250
- Update master to 1.9.x by @dromagnoli in #254
- bump spring version by @taba90 in #262
- change hibernate and google genric-dao versions by @taba90 in #270
- Backport ldap fix by @taba90 in #273
- Add open id support by @taba90 in #277
- Add keycloak support by @taba90 in #282
- add redirect uri configuration by @taba90 in #283
- remove unused repositories by @taba90 in #284
- use https in maven2 repo by @taba90 in #285
- another maven2 repo fix by @taba90 in #286
- Update geostore-ovr.properties by @offtherailz in #287
- avoid startup failures on missing keycloak json config by @taba90 in #291
- fix jsessionid by @taba90 in #289
- authorize anonymous on refresh token endpoint by @taba90 in #293
- set provider keycloak on refresh token anonymous requestes by @taba90 in #294
- (#290) LDAP UserDAO avoid loading groups' nested users by @taba90 in #292
- Direct integration, Keycloak by @taba90 in #288
- remove xom depedencies by @taba90 in #299
- [#8440] Problem with expired / invalid sessions by @taba90 in #300
- remove keycloak post logout redirect by @taba90 in #301
- remove comment line from pom.xml by @taba90 in #302
- [1.9.x backport] backport openid fixes by @taba90 in #310
New Contributors
- @dromagnoli made their first contribution in #254
Full Changelog: v1.8.2...v1.9.0
1.8.2
1.7.2
What's Changed
- [Backport 1.7.x] Corporate proxy issue prevents connections between MS and GN by @shadab-geo in #252
- Issue #265 - included test dropUnmappedRoles by @ale-cristofori in #267
- #265 LDAP groups and roles concepts are mixed by @etj in #266
- Tests for LDAP groups and roles concepts are mixed by @taba90 in #272
New Contributors
- @ale-cristofori made their first contribution in #267
- @etj made their first contribution in #266
Full Changelog: v1.7.1...v1.7.2
1.8.1
1.8.0
What's Changed
- Add test workflow for maven by @offtherailz in #234
- Upgrade of Spring dependency to a more recent version by @mbarto in #233
- #239: remove jsr311, conflicting with the same api imported by cxf in… by @mbarto in #240
- #237: upgrade PostgreSQL driver to 42.2.23, to enable latest PostgreS… by @mbarto in #238
- Improving geostore datasource connection properties by @tdipisa in #241
- Upgrading log4j to a version that does not support RCEs by @aaime in #243
New Contributors
Full Changelog: v1.7.2...v1.8.0
1.7.1
This minor version excludes log4j vulnerable classes using a custom lib for it.
What's Changed
- [Backport 1.7.x] Add test workflow for maven (#234) by @offtherailz in #235
- [Backport 1.7.x] Upgrading log4j to a version that does not support RCEs (#243) by @offtherailz in #244
Full Changelog: v1.7.0...v1.7.1