Skip to content

Releases: terrestris/shogun

v20.4.0

20 Aug 12:56
Compare
Choose a tag to compare

20.4.0 (2024-08-20)

Bug Fixes

  • deps: downgrade springdoc (65e20ed)

Features

  • show public applications when signed out (d1ee3ef)

v20.3.1

03 Jul 08:57
Compare
Choose a tag to compare

20.3.1 (2024-07-03)

Bug Fixes

  • use correct mail dependencies (2b452e3)

v20.3.0

24 Jun 13:42
Compare
Choose a tag to compare

20.3.0 (2024-06-24)

Bug Fixes

  • remove read only transaction (7f90d6a)

Features

v20.2.1

17 Jun 08:00
Compare
Choose a tag to compare

20.2.1 (2024-06-17)

Bug Fixes

  • check against the client role instead of the realm role (a1aa970)
  • remove role permissions before removing the role (9716cec)

v20.2.0

13 Jun 09:39
Compare
Choose a tag to compare

20.2.0 (2024-06-13)

Bug Fixes

  • add missing Query annotation (dfc296c)
  • remove role permissions before removing the role (3b596b4)
  • set schema (30be7e6)

Features

v9.5.1

13 Jun 12:53
f0fcb41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.5.0...v9.5.1

v20.1.0

21 May 06:07
Compare
Choose a tag to compare

20.1.0 (2024-05-21)

Bug Fixes

  • prevent exception when keycloak group does not exist (9fb7732)

Features

  • add printApp to DefaultApplicationClientConfig (#862) (83f8ecb)

v20.0.0

14 May 12:00
Compare
Choose a tag to compare

20.0.0 (2024-05-14)

Features

  • anonymous access to graphql interface (58d1c68)

BREAKING CHANGES

  • anonymous access to graphql interface

v19.1.0

08 May 08:57
Compare
Choose a tag to compare

19.1.0 (2024-05-08)

Features

  • allow configuration of role extraction from jwt (23247c7)

v19.0.0

02 May 16:57
Compare
Choose a tag to compare

19.0.0 (2024-05-02)

Bug Fixes

  • add audit annoations to PublicInstancePermission (94cffac)
  • add info for graphql version (46dd0a5)
  • add logging for unknown exception (a38e1ab)
  • add missing columns for revision table (ebbfaf9)
  • clarify jts version comment (bd9d412)
  • clean up dependencies (cdf7fd1)
  • code smells (c819531)
  • consistent transactional annotations (32619fa)
  • fix licenserc pattern location (3f20985)
  • fixes admin-btn from opening multiple links when clicked (778e9f6)
  • jaxb-api version identifier (64ec323)
  • remove duplicated badges (143eddb)
  • remove duplicated fields (89fe47d)
  • rename PublicEntity to PublicInstancePermission (4a8aca1)
  • show applications despite empty configuration or description (47512f7)
  • specify spdx id (6f7799d)
  • use instanceof checks instead of class comparison (3f473cf)

chore

Features

  • add migration for publicentities (9a1d35e)
  • configurable favicon (bf6a1b9)
  • introduce PublicEntity (53d1941)
  • permitAll for entity endpoints (90474d0)
  • prevent public permission for User and Group (732ecf2)
  • update permission handling for PublicEntity (f40b9f7)

BREAKING CHANGES

  • This changes a crucial security setting an might need adjustments in projects.
  • requires java 21