Skip to content

Latest commit

 

History

History
194 lines (114 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

194 lines (114 loc) · 4.7 KB

Changelog

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.

0.8.3 - 2024-11-01

Fixed

  • Fix trace view link references sql

0.8.2 - 2024-10-30

Fixed

  • Update gitlab-exporter to v0.10.2

0.8.1 - 2024-10-30

Changed

  • Adjust to changes in gitlab-exporter v0.10

Fixed

  • Do not try to insert empty data

0.8.0 - 2024-10-02

Added

  • Record custom merge request note events

0.7.1 - 2024-07-19

Changed

  • Optimize deduplicating insert queries

0.7.0 - 2024-07-18

Added

  • Record projects and merge requests

Changed

  • Use schema migrations instead off ddl in code
  • Use deduplicated inserts instead of client-side caching
  • Use async inserts

0.6.2 - 2024-03-04

Changed

  • Reduce memory required to cache entity ids

0.6.1 - 2024-02-26

Changed

  • Make ClickHouse client creation more flexible

Fixed

  • Catch jobs where pipeline reference is nil
  • Improve table creation fucntions

0.6.0 - 2024-02-25

Added

  • gRPC server metrics

Changed

  • Switch to unary grpc calls

Fixed

  • Helm chart servie monitor template

0.5.3 - 2024-02-23

Fixed

  • Not waiting on retry ticker after stopped

0.5.2 - 2024-02-23

Added

  • HTTP probes server for metrics and debugging

Fixed

  • Some heap escape improvements

0.5.1 - 2024-02-22

Fixed

  • Adjust config env var prefix

0.5.0 - 2024-02-22

This release is due to renaming the project.

0.4.2 - 2024-02-20

Fixed

  • Trace spans insertion cache update
  • Log-embedded metrics cache update

0.4.1 - 2024-02-19

Fixed

  • Rename RecordLogEmbeddedMetrics to RecordMetrics

0.4.0 - 2024-02-19

Changed

  • Adjust to changes in gitlab-exporter v0.6.0

0.3.1 - 2024-02-16

Changed

  • Check readiness every 3s

Fixed

  • Convert labels when inserting log embedded metrics
  • Set initial serving status to UNKNOWN
  • Log readiness check failures as errors

0.3.0 - 2024-02-14

Changed

  • Use gRPC health checks instead of HTTP probes

0.2.1 - 2024-02-12

Changed

  • Improve readiness and retry logic in run command

0.2.0 - 2024-02-02

Added

  • Structured logging
  • Caching entity ids to avoid duplicates
  • Deployment helm chart
  • HTTP server for health and debug probes

Changed

  • Make recording methods more generic
  • Return number of actually inserted entities

0.1.0 - 2024-01-26

Initial release.