Skip to content

Releases: Fraunhofer-AISEC/ids-clearing-house-service

v0.10.1

28 Feb 08:52
6cb1ede
Compare
Choose a tag to compare

Clearing House Service v0.10.1

  • Simplified configuration of non-default DAPS

v0.10.0

21 Feb 08:13
e1a864f
Compare
Choose a tag to compare

Clearing House Service v0.10.0

  • Java Version Upgrade to Java 17
  • Multipart Protocol: TLS certificates are now checked for Aki/Ski
  • Validation of DAPS token only in TC
  • Micro services use a new shared secret when communicating
  • Upgrade TC version. Minimal required version is now 7.1.0. For working configuration of SENDER_AGENT and ISSUER: 7.2.0-rc1
  • New CH version number

v0.9.0

27 Sep 09:00
d68c487
Compare
Choose a tag to compare

Clearing House Service v0.9.0

  • Gradle Dependency Management Update. Now requires Gradle 7.5
  • Several Dependencies Versions upgraded, including MongoDB
  • Breaking Change in DB of document api: Introduction of bucket pattern
  • Breaking Change in QueryPiD: Result Format changed to include pagination information
  • New CH version number
  • Integration tests aligned with pagination
  • Default sort set to descending

v0.8.1

24 May 08:29
Compare
Choose a tag to compare

Clearing House Service v0.8.1

  • Hotfix for the changed url of camel-spring.xsd
  • Cleanup of integration tests

v0.8.0

17 May 12:01
Compare
Choose a tag to compare

Clearing House Service v0.8.0

  • Merged ids-clearing-house-service and ids-clearing-house-core code bases, i.e. Document API and Keyring API are now part of this code base
  • Adapted architecture to better match RAM4.0
  • Documentation update

v0.7.7

27 Apr 12:05
Compare
Choose a tag to compare

Clearing House Service v0.7.7

  • Fixed API url in IDSCP2 routes
  • Upgrade to Camel 3.16 for compatibility with Trusted Connector 6.3.0
  • Requires now TC 6.3.0

v0.7.6

06 Apr 13:29
Compare
Choose a tag to compare

Clearing House Service v0.7.6

  • Updated Core Dependency to include Core Hotfix

v0.7.5

25 Mar 15:00
Compare
Choose a tag to compare

Clearing House Service v0.7.5

  • Introduced new configuration options for Trusted Connector, some mandatory
  • Processors (jar) now follow same versioning scheme as rust apis
  • JWKS caching of DAPS keys enabled to reduce load on DAPS
  • Bumped debian version in docker build files
  • Bumped version of Infomodel Library to 4.1.0
  • Changed Multipart Endpoint from http to https
  • Added IDSCP2 Endpoint
  • Incubation: Pagination support
  • Various bugfixes

v0.7.1

12 Nov 15:19
Compare
Choose a tag to compare

Clearing House Service v0.7.1

  • DAPS url in Clearing House Processors now configurable using environment variable. Fixes #3.

v0.7.0

28 Oct 12:20
Compare
Choose a tag to compare

Clearing House Service v0.7.0

  • Validation of self-signed DAPS certificates supported
  • Integrity protection using a combination of chain-hashing and signed receipts for data stored in CH
  • Various dependency upgrades
  • DB initialization behavior changed. Empty DB will be initialized per default.
  • Fixes Issue #1