Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

64 lines (35 loc) · 2.07 KB

CHANGELOG - mesos_slave

2.1.0 / 2020-01-13

  • [Added] Use lazy logging format. See #5377.

2.0.1 / 2019-12-04

  • [Fixed] Propagate tags properly to stats metrics. See #5140.

2.0.0 / 2019-12-02

  • [Changed] Refactor code and properly send a service check for each endpoint. See #4891.
  • [Fixed] Fix service check message. See #4771.

1.6.0 / 2019-10-11

  • [Added] Add option to override KRB5CCNAME env var. See #4578.

1.5.1 / 2019-08-28

  • [Fixed] Fix mesos_slave service check. See #4448.

1.5.0 / 2019-08-24

  • [Added] Add requests wrapper to mesos_slave. See #4222.
  • [Added] Add support for /state endpoint. See #4054.

1.4.1 / 2019-06-01

  • [Fixed] Fix code style. See #3838.

1.4.0 / 2019-05-14

  • [Added] Adhere to code style. See #3539.

1.3.0 / 2019-02-18

  • [Added] Support Python 3. See #2874.

1.2.1 / 2018-09-04

  • [Fixed] Add data files to the wheel package. See #1727.

1.2.0 / 2018-05-11

  • [BUGFIX] Add debug logs and a noisier error message.
  • [FEATURE] Adds custom tag support for service check.

1.1.1 / 2018-02-13

  • [BUGFIX] Checks available metrics for backwards compatibility. See #1066.

1.1.0 / 2017-08-21

  • [FEATURE] adds gpu metrics.

1.0.0 / 2017-03-22

  • [FEATURE] adds mesos_slave integration.