Skip to content

v0.13.0

Compare
Choose a tag to compare
@tgeens tgeens released this 12 Apr 10:10
· 35 commits to main since this release
efd628e

Changes

Warning

  • This release requires Spring Boot >= 3.2
  • BREAKING Add spring oauth2 resource server to classpath and add anonymous test autoconfiguration by @NielsCW in #205

The side effects of enabling Spring Security can be mitigated to restore previous behaviour with the following properties:

contentgrid.security.unauthenticated.allow=true
contentgrid.security.csrf.disabled=true
  • Multipart requests for creating entity & content by @NielsCW in #183
  • Make cg:entity, cg:relation & cg:content links always an array by @vierbergenlars in #191
  • Make ce-source templatable by @rschev in #203
  • Add contentgrid-spring-data-support by @NielsCW in #194
  • Jpa auditing autoconfiguration by @NielsCW in #195
  • ActuatorEndpointsWebSecurityAutoConfiguration allows access to policy- and webhooks-endpoint from remote addresses by @tgeens in #211

Maintenance

  • Add test for generated contentgrid application with the contentgrid linkrels/curies enabled by @vierbergenlars in #193
  • Use new MediaTypeConfigurationCustomizer to customize HalFormsConfiguration by @vierbergenlars in #192
  • Add spring-boot-starter-oauth2-resource-server to contentgrid-spring-data-rest tests by @NielsCW in #200
  • Audit-metadata: fix null date fields when spring security is missing from classpath by @NielsCW in #206
  • Add auditing metadata in tests by @NielsCW in #190
  • Move etag header tests to separate test file by @NielsCW in #208

Dependency updates

  • Update plugin org.springframework.boot to v3.2.4 by @renovate in #198
  • Update spring boot to v3.2.3 by @renovate in #187
  • Update plugin io.freefair.lombok to v8.6 by @renovate in #184
  • Update plugin org.ajoberstar.reckon.settings to v0.18.3 by @renovate in #185
  • Update dependency com.github.paulcwarren:spring-content-bom to v3.0.9 by @renovate in #186
  • Update plugin eu.xenit.enterprise-conventions.oss to v0.5.1 by @renovate in #188
  • Update dependency org.webjars:swagger-ui to v5.11.8 by @renovate in #189
  • Update dependency org.webjars:swagger-ui to v5.11.10 by @renovate in #196
  • Update dependency org.webjars:swagger-ui to v5.12.0 by @renovate in #197
  • Update dependency org.springframework.boot:spring-boot-dependencies to v3.2.4 by @renovate in #199
  • Update dependency gradle to v8.7 by @renovate in #201
  • Update dependency org.webjars:swagger-ui to v5.12.2 by @renovate in #204
  • Update dependency io.cloudevents:cloudevents-bom to v3 by @renovate in #202
  • Update dependency org.webjars:swagger-ui to v5.13.0 by @renovate in #207

Full Changelog: v0.12.1...v0.13.0