Skip to content

Releases: terrestris/shogun

Version 9.5.0

19 Jan 13:07
Compare
Choose a tag to compare

Version 16.1.1

18 Jan 14:48
Compare
Choose a tag to compare

16.1.1 (2023-01-18)

Bug Fixes

  • introduce custom date-time scalar for Instant serialization (1050d96)
  • link to original source (85cf9b2)
  • path to ignore DateTimeScalar from licence check (504a3c4)

Version 16.1.0

09 Jan 13:27
Compare
Choose a tag to compare

🌟 Features 🌟

🛠️ Fixes 🛠️

♦️ MISC ♦️

Full Changelog: v16.0.0...v16.1.0

Version 16.0.0

19 Dec 11:04
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • Update dependencies (#595)

Migration guide

♦️ MISC ♦️

  • bump archunit-junit5 from 0.23.1 to 1.0.1 (e9e8d1f)

Full Changelog: v15.0.0...v16.0.0

Version 12.2.0

22 Nov 12:42
Compare
Choose a tag to compare

Version 15.0.0

21 Nov 15:41
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • breaking: fix serialization issues in BaseService#update and use JsonPatch for updatePartial (#608)

Migration guide:

1. BaseService#updatePartial changed its method signature.

Old:

public S updatePartial(Long entityId, S entity, Map<String, Object> values)

New:

public S updatePartial(S entity, JsonMergePatch patch)

Projects which override updatePartial or use it directly need to update their code accordingly.

2. BaseController#updatePartial changed its signature

Projects using the endpoint PATCH /{entityClass}/{id} should update their client code:

  • supplying the entity id in the json body is no longer necessary

3. Annotate your hibernate models with @DynamicUpdate

For more information see https://www.baeldung.com/spring-rest-json-patch#http-patch-request

♦️ MISC ♦️

  • bump hibernate-types-52 from 2.19.2 to 2.20.0
  • bump jib-maven-plugin from 3.3.0 to 3.3.1
  • bump tika-core from 2.5.0 to 2.6.0
  • bump graphql-java-extended-scalars from 19.0 to 19.1
  • bump swagger-codegen-maven-plugin from 2.4.28 to 2.4.29
  • bump testcontainers.version from 1.17.5 to 1.17.6

Full Changelog: v14.1.0...v15.0.0

Version 14.1.0

14 Oct 11:23
Compare
Choose a tag to compare

🌟 Features 🌟

  • Minor updates to the default JSON models (#569)
  • Add opacity property to layer client config (#578)
  • feat: introduce downloadConfig (#590)

♦️ MISC ♦️

  • bump jib-maven-plugin from 3.2.1 to 3.3.0
  • bump jackson-databind from 2.13.3 to 2.13.4
  • bump jackson-dataformat-yaml from 2.13.3 to 2.13.4
  • bump hibernate-types-52 from 2.18.0 to 2.19.1
  • bump log4j2.version from 2.18.0 to 2.19.0
  • bump graphql-java-extended-scalars from 18.1 to 19.0
  • bump testcontainers.version from 1.17.3 to 1.17.5
  • bump tika-core from 2.4.1 to 2.5.0
  • bump jackson-databind from 2.13.4 to 2.13.4.2

Full Changelog: v14.0.0...v14.1.0

Release 12.1.0

10 Oct 14:18
Compare
Choose a tag to compare

Features

feat(WebhookController): add the group as an additional keycloak id to the USER_GROUP_MEMBERSHIP_CHANGED event #583

Release 9.4.0

10 Oct 08:42
Compare
Choose a tag to compare

Features

feat(WebhookController): add the group as an additional keycloak id to the USER_GROUP_MEMBERSHIP_CHANGED event #583

Version 14.0.0

18 Aug 09:25
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • The permissions field of the BasePermission has been renamed to permission.

🌟 Features 🌟

  • Add endpoints to read, create, update and delete entity permissions (#54)

♦️ MISC ♦️

  • bump hibernate-types-52 from 2.17.1 to 2.18.0
  • bump maven-site-plugin from 3.12.0 to 3.12.1
  • bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1
  • bump swagger-codegen-maven-plugin from 2.4.27 to 2.4.28

Full Changelog: v13.2.0...v14.0.0