Skip to content

Releases: xenit-eu/contentgrid-spring

v0.8.0

30 Aug 14:10
d1648c3
Compare
Choose a tag to compare

Features

  • Perform -to-many relation redirect using search mappings from CollectionFilterParam by @vierbergenlars in #109
  • Replace spring data QuerydslBinder with CollectionFilter-based search filters by @vierbergenlars in #112

Fixes

Dependencies

Full Changelog: v0.7.1...v0.8.0

v0.7.1

21 Aug 13:27
6717255
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Aug 08:55
bf8ce7d
Compare
Choose a tag to compare

ContentGrid Spring is now compatible with Spring Boot 3, support for Spring Boot 2 has been dropped.

Fix

Dependencies

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Aug 15:45
f2ea73a
Compare
Choose a tag to compare

The 0.6.x release series will be the last one to support Spring Boot 2.

Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Aug 13:25
ada906b
Compare
Choose a tag to compare

Features

Full Changelog: v0.5.1...v0.6.0

v0.5.1

01 Aug 07:22
9e9ed3e
Compare
Choose a tag to compare

Fixes

  • Fix startup failure because of default RandomGenerator not being available by @vierbergenlars in #97

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Jul 15:49
cbad08d
Compare
Choose a tag to compare

Breaking changes

  • When visiting an entity relation, you are now redirected to the primary resource. #92
    • For *-to-one relations, this is a redirect to the entity item
    • For *-to-many relations, this is a redirect to the entity collection, with a filter applied if an inverse relation is available.
      If there is no inverse relation available the server will respond with HTTP 501 Not Implemented.
      To fallback to an unpaged list, the property contentgrid.rest.fallback-to-default-relation-controller should be set to true.

Features

Maintenance

  • Events for collections [ACC-536] by @rschev in #86
  • Ensure that content links are serialized when emitting events by @vierbergenlars in #90
  • Restore integration tests by @tgeens in #89
  • Fall back to spring-data-rest implementation for non-implemented cases in DelegatingRepositoryPropertyReferenceController by @vierbergenlars in #92

Dependencies

Full Changelog: v0.4.3...v0.5.0

v0.4.3

23 Jun 12:55
06109e4
Compare
Choose a tag to compare

Changed

  • Disable Spring Content shortcut request mapping by @tgeens in #78

Maintenance

  • Added GitHub CODEOWNERS by @tgeens in #81
  • Configure Renovate by @renovate in #68
  • Add integration tests for Spring Content REST - ContentPropertyResource by @tgeens in #80
  • Move to reckon.settings plugin by @tgeens in #82

Dependencies

  • Bump com.contentgrid.thunx:thunx-bom from 0.6.0 to 0.6.1 by @dependabot in #60
  • Bump org.testcontainers:postgresql from 1.17.6 to 1.18.0 by @dependabot in #61
  • Bump org.testcontainers:postgresql from 1.18.0 to 1.18.1 by @dependabot in #64
  • Bump org.ajoberstar.reckon from 0.16.1 to 0.18.0 by @dependabot in #63
  • Bump org.springframework.boot:spring-boot-dependencies from 2.7.10 to 2.7.11 by @dependabot in #62
  • Bump eu.xenit.enterprise-conventions.oss from 0.3.0 to 0.4.0 by @dependabot in #65
  • Bump com.contentgrid.thunx:thunx-bom from 0.6.1 to 0.6.2 by @dependabot in #67
  • Bump org.springframework.boot:spring-boot-dependencies from 2.7.11 to 2.7.12 by @dependabot in #66
  • Update actions/checkout action to v3 by @renovate in #74
  • Update dependency gradle to v7.6.1 by @renovate in #70
  • Update dependency gradle to v8 by @renovate in #76
  • Update plugin org.springframework.boot to v2.7.12 by @renovate in #69
  • Update dependency org.testcontainers:postgresql to v1.18.3 by @renovate in #72
  • Update actions/setup-java action to v3 by @renovate in #75
  • Update spring-content from 2.7.0 to 2.9.0 using platform spring-content-bom by @tgeens in #83
  • Update spring boot to v2.7.13 by @renovate in #79

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Mar 08:50
7752de4
Compare
Choose a tag to compare

Changed

  • Added ContentGrid Info actuator with DeploymentId and ApplicationId by @dgradecak in #56
  • Added ChangesetId to ContentGrid Info actuator by @dgradecak in #57
  • Logging ContentGrid info at application startup by @dgradecak in #59

Maintenance

  • Cleaning up webhook configuration class by @dgradecak in #50
  • Improve integration tests - pointing out many-to-many shortcomings by @tgeens in #53

Dependencies

  • Bump org.springframework.boot:spring-boot-dependencies from 2.7.7 to 2.7.9 by @dependabot in #54
  • Bump com.contentgrid.thunx:thunx-bom from 0.5.0 to 0.6.0 by @dependabot in #55
  • Bump org.springframework.boot:spring-boot-dependencies from 2.7.9 to 2.7.10 by @dependabot in #58

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Feb 16:23
763fd63
Compare
Choose a tag to compare

What's Changed

  • contentgrid-spring-integration-events: Renamed message headers by @dgradecak in #47
  • contentgrid-spring-integration-events: Fixed NPE when rabbitmq is not configured by @dgradecak in #48

Maintenance

  • contentgrid-spring-integration-events: Moved event-headers from listener to transformers by @tgeens in #49
  • Bump eu.xenit.enterprise-conventions.oss from 0.3.0-rc.2 to 0.3.0 by @dependabot in #46

Full Changelog: v0.4.0...v0.4.1