Skip to content

v0.8.0

Compare
Choose a tag to compare
@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 03 May 21:20
bc86b4e

0.8.0 (2022/05/03)

New and Improved

  • metrics: provide metrics for controllers and workers
  • controller: new health endpoint (PR).
  • Improve response time for listing sessions and targets.
    PR
  • ui: Add support for worker filters in targets.
  • ui: Add manual refresh button in sessions list.

Bug Fixes

  • worker: create new error to prevent event.newError: missing error: invalid parameter and handle session cancel
    with no TOFU token (Issue,
    PR)
  • controller: Reconcile DEKs with existing scopes (Issue,
    PR)
  • Fix for retrieving sessions that could result in incomplete results when
    there is a large number (10k+) of sessions.
    PR
  • session: update session state trigger to prevent transitions to invalid states (Issue,
    PR)