Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (38 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

45 lines (38 loc) · 1.8 KB

Dec 6 2019 Damien PLENARD [email protected] * Merge #38 * Merge #36

Jun 28 2018 Antoine MILLET [email protected] From https://github.com/influxdata/influxdb-relay

Jun 29 2018 Alexandre BESLIC [email protected] * Switch to dep, make the project buildable after go get

Jun 29 2018 Dejan FILIPOVIC [email protected] * Add /status route

Jun 30 2018 Antoine MILLET [email protected] * New README structure * Add basic tests with golint & pylint * Add CHANGELOG * Add CONTRIBUTING guide * Merge influxdata#65 * Merge influxdata#52 * Merge influxdata#59 * Merge influxdata#43 * Merge influxdata#57

Nov 15 2018 Maxime CORBIN [email protected] * Add Prometheus input support * Add /admin route to administrate underlying databases * Add code coverage / unit tests * Code refactor * Improve buffering feature avoiding connexions hanging * Improve /ping route * Improve logging * Add -version option

Dec 13 2018 Maxime CORBIN [email protected] * Add /admin endpoint that can be used to create or remove databases * Add /health endpoint that can be used to monitor the health status of every backend * Fixed some performance bugs & added a few more logs

Dec 27 2018 Clément CORNUT [email protected] * Add /admin/flush endpoint that can be used to flush internal buffer * Add Rate limiting on backend * Add Filters for tags and measurements * New configuration formatting * Various bug fixes