Skip to content

Release v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:21
0d0add7

Changed

  • The extension now requests OAuth tokens from the same host:port as the gRPC connection, matching Chronicle's consolidated single-port Kernel (gRPC and OAuth/API traffic now share port 35000 via TLS ALPN).
  • Local development connections now use TLS by default, since TLS is mandatory on the consolidated port. Explicit disableTls=true in the connection string is still supported for callers who need a plaintext connection.
  • The extension now trusts the Kernel's self-signed development certificate on the gRPC channel (previously only the OAuth HTTP request did), so local chronicle://localhost:35000 connections work out of the box.

Removed

  • The managementPort context option and its "Management port" prompts in the Add/Edit Context flows — Chronicle no longer exposes a separate management HTTP port.