Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 5.43 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2022-05-04)

Features

  • design jwt endpoint (e53d4e4)
  • enable web token creation for anonymous users (cb2eca3)
  • implement web token creation (359048b)
  • upgrade keycloak to the latest version (7d591dc)

Bug Fixes

  • force safe log4j version (d8d4201)
  • remove RCUserId as required request header value for getWebToken (9fa899e)
  • update log4j (0cb8d69)

1.5.1 (2021-12-14)

1.5.0 (2021-12-14)

Features

  • adapt documentation and fix sonar issues (ed04cd1)
  • implementation and tests (fa4cfa3)
  • new api format (5fb930f)
  • updated dockerImage.yml (a1e241f)
  • updated service api descriptions (dfc6c03)

1.4.0 (2021-06-18)

Features

  • adapt new keycloak version (942a125)

1.3.1 (2021-05-03)

1.3.0 (2021-05-03)

Features

  • added guest video call url to moderator token (ae9b878)
  • added moderator name to token (7177ebd)
  • provide timeout before send live event (37c54b8)

1.2.0 (2021-04-12)

Features

  • added new video call url with moderator role (44d9360)
  • switched java version for docker build, github actions and maven build (f096071)

1.1.0 (2021-02-08)

Features

  • adapt messageservice api changes (a4a649c)
  • adapt security header supplier (8a657e6)
  • added api call to start a new video call (e44890e)
  • added temporary registry to generate video call uuids (99283eb)
  • integrate rejection of video call requests (314b771)
  • provide general exception handling and add rc user id (d97cfa5)
  • provide jwt token for secure connections to jits (2637680)