Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

85 lines (56 loc) · 2.95 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Note unreleased changes here

[0.7.2] - 2024-08-23

Fixed

  • #156: Enable errors for missing values in templates

[0.7.1] - 2024-08-22

Removed

  • Removed deprecated korrel8r web command line flags --http and --rest
  • Removed korrel8r --profile=<type> flag, use korrel8r web --profile

Added

  • korrel8r web --profile to enable/disable http profiles.

[0.7.0] - 2024-08-22

Fixed

Added

  • Trace domain to support traces in a Grafana Tempo store.
  • Mock store for unit tests, moved cluster tests to test/openshift.
  • Default constraints and timeouts to avoid slow response times caused by excessively large responses.
    • Defaults can be over-ridden by REST and command-line options.
    • DefaultDuration queries for only an hour of of data.
    • DefaultLimit restricts queries to at most 1000 result objects.
    • DefaultTimeout limits query latency to 5 seconds.

[0.6.6] - 2024-06-04

Added

  • "objects" operation on REST APIs

Fixed

  • Error messages for REST API.
  • Swagger page to use host from URL for "try it out"
  • Switch to ubi8 base image, Makefile cleanup.

[0.6.4] - 2024-05-29

Removed

Deprecated

  • korrel8r web command line flags:
    • korrel8r web --html - use the new korrel8rcli command instead.
    • korrel8r web --rest - no longer required, REST server is always activated.

Added

Fixed

[0.6.3] - 2024-05-14

No change log was kept up to this release, use git log for git commit history.