Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

71 lines (42 loc) · 2.13 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.

v2.3.0 - 2024-01-16

Changed

  • Update the following metrics to add the connection's schedule_type dimension:
    • airbyte_jobs_completed_total counter
    • airbyte_jobs_pending gauge
    • airbyte_jobs_running gauge
    • airbyte_connections_last_successful_sync_age_hours histogram
  • Update direct and transitive dependencies

v2.2.0 - 2023-10-25

Changed

  • Require Go 1.21
  • Bump base Docker image to Debian 12 Bookworm
  • Update direct and transitive dependencies
  • Rework the Repository to run PostgreSQL queries using the concurrency-safe pgxpool package and scanning helpers from scany

v2.1.0 - 2023-06-19

Added

  • Expose source and destination status
  • Expose an histogram for the age of the last successful sync attempt for connections

Changed

  • Expose connection status as a gauge instead of a counter

v2.0.1 - 2023-06-12

Changed

  • Breaking: update module imports to /v2

v2.0.0 - 2023-06-08

Changed

  • Breaking: transfer repository to botify-labs and update Go module imports
  • Update documentation

v1.1.0 - 2023-05-17

Fixed

  • Update SQL queries to perform inner joins between Airbyte tables

v1.0.0 - 2023-05-17

Initial release.

Added

  • Setup exporter repository
  • Setup continuous integration with Github Actions
  • Publish Docker images for the main branch and tags to ghcr.io
  • Gather Airbyte metrics by querying its PostgreSQL database