Skip to content

Releases: scc-digitalhub/AAC

5.1

04 Jun 15:50
5c4fd41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.3...5.1

5.0.3

27 Mar 12:40
5582a0f
Compare
Choose a tag to compare

(2024-03-27)

Features

  • database connection pool configurable via props (88f3925)
  • indexes on attributes table for mysql #558 (e866296)
  • indexes on attributes table for postgresql #558 (0f91f9a)

Bug Fixes

  • #541: cleanup orphan accounts when deleting a user (6b619fe), closes #541
  • #562: correct sql query for audit store pagination (70fe67e), closes #562
  • changed userinfo behaviour 544 (8e1c84f)
  • class enforce default script option when missing (5b68345)
  • delete orphan user accounts when deleting a realm (ef2d1a7)
  • new config to support #547 (334a4c0)
  • pagination for audit events (b2ffaea)
  • updated config file for params injection via annotation (03d990e)

What's Changed

5.0.2

14 Feb 12:17
9ac6aa9
Compare
Choose a tag to compare

First major release for AAC 5.

✨ What's new

  • user console
  • support for OpenId Federation
  • configurable Terms of service
  • support German language
  • new supported databases: PostgreSQL, MariaDB, MySQL8
  • new audit trail with optional signing
  • external repositories for horizontal scaling
  • localizable custom templates for views

📚 Notes

  • no upgrade path from 4.x: start with an empty database or manually upgrade the schema

🚨 Breaking Changes

  • database layout changed
  • audit table content is incompatible with 4.x

What's Changed

New Contributors

Full Changelog: 4.1.1...5.0.2

5.0

12 Jan 16:56
33005b7
Compare
Choose a tag to compare
5.0 Pre-release
Pre-release
update user console to logout user after deletion - fix #323

4.1.0

01 Sep 08:54
f70ea34
Compare
Choose a tag to compare
Merge pull request #231 from scc-digitalhub/4.x

4.1.0

4.0

11 Apr 08:37
0e81eb3
Compare
Choose a tag to compare
4.0 Pre-release
Pre-release
fix databae config for groups package

3.2

26 Jan 15:03
afe7575
Compare
Choose a tag to compare
3.2
Merge pull request #42 from scc-digitalhub/next

Next

3.2-beta3

07 Sep 15:09
Compare
Choose a tag to compare
3.2-beta3 Pre-release
Pre-release
breaking: relax client name rules, require unique clientName+develope…

3.2-beta1

20 Jul 17:01
Compare
Choose a tag to compare
3.2-beta1 Pre-release
Pre-release

Updated db model, requires manual upgrade

3.1-beta5

17 Jul 13:00
Compare
Choose a tag to compare
3.1-beta5 Pre-release
Pre-release
Client claims management