Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 4.3 KB

Changelog

4.30.0 / 2022-02-07

4.29.0 / 2021-12-22

4.28.0 / 2021-12-20

4.27.0 / 2021-12-13

4.26.0 / 2021-11-29

4.25.0 / 2021-09-22

4.24.0 / 2021-08-16

4.23.0 / 2021-07-23

  • [Fixed] Avoid losing log lines when app sparsely writes to STDOUT. See #112.
  • [Fixed] Fix check of LOGS_CONFIG env var. See #111.
  • [Fixed] Install Datadog bits in hidden folder to avoid interfering with some buildpack detection mechanism. See #109.

4.22.0 / 2021-04-28

  • [Added] Add ability to keep or suppress agent logs from cf logs. Suppress by default. See #108.
  • [Fixed] Fix reading duplicate logs configuration. See #107.
  • [Fixed] Prevent buildpack from blocking application startup when verbose application starts. See #105.
  • [Fixed] Stop counting buildpack agent as IoT agent. See #100.
  • [Added] Bump agent version to 7.27.0, read more about it here

4.21.0 / 2021-04-06

  • [Added] Add CF_INSTANCE_IP environment variable as host tag. See #102.
  • [Fixed] Stop agent processes when main app process exits. See #97.
  • [Added] Bump agent version to 7.26.0, read more about it here

4.20.0 / 2021-01-21

4.19.0 / 2020-12-14

4.18.0 / 2020-10-14

4.17.0 / 2020-08-31

4.16.0 / 2020-07-23

4.15.0 / 2020-06-17

4.14.0 / 2020-05-06

  • [Added] Bump agent version to 7.19.1. See #87.
  • [Fixed] Fix instance_index missing if instance_index is 0. See #86.