Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

63 lines (44 loc) · 1.95 KB

Changelog

0.5.1

  • core:
    • Fix: Execute status detail indicators in a IO Dispatcher because they can be blocking.

0.5.0

  • core:
    • remove metrics configuration for http client metrics which was introduced in 0.4.0 because it could be configured via spring application properties (management.metrics.distribution) and should not be part of this library.
    • Introduce property babbage.metrics.custom-html-client-metric.enabled to not enable aggregated http client metrics by default.

0.4.0

  • core:
    • add metrics configuration so that histogram (bucket) is enabled for http.client metrics from webclient ( http_client_requests_seconds_bucket).
    • add ClientRequestMetricsTagContributor to limit the number of metrics for http.client metrics from webclient (it only takes the first path of the url and removes all query parameters).

0.3.1

  • core:
    • Fix: Just pass commit time from git.properties to status page, because the formats in the generated files are different.

0.3.0

  • core:
    • Upgrade to bootstrap 5.3.3
    • Add status detail indicator infos to status page
    • Enhance git infos on status page

0.2.0

  • Upgrade all modules to spring boot 3.2.2

0.1.0

  • core:
    • Fix: Load bootstrap js in footer of logger console
  • validation:
    • Feature: Expose validation message in http response body

0.0.3

  • core:
    • Fix: Logger overview now uses the correct links for changing log levels.
    • Fix: Long loggers are now scrollable and are not hidden behind the log-level buttons.
    • Feature: Add option to add custom management pages by extending your Controller with ManagementController. Documentation about is added here
  • validation:
    • add SafeId annotation to validation String input parameters

0.0.2

  • aws-paramstore: Fix: Add missing @ConfigurationProperties for AWS ParamStore Properties.

0.0.1

  • Initial version