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

Latest commit

 

History

History
50 lines (39 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

50 lines (39 loc) · 1.49 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.4.1 - 2020-03-07

Added

  • Actions system.

Added

  • Support graceful shutdown.

0.4.0 - 2019-06-16

Changed

  • BREAKING: Upgrade base agent library to latest.

0.3.0 - 2019-03-29

Changed

  • BREAKING: Replace error-chain with failure.

0.2.0 - 2019-02-20

Added

  • Command line --config option
  • Logging support
  • Support MongoDB 3.0 (replica set)
  • Support MongoDB 3.2+ (sharded mongo)
  • Timeout configuration option

Changed

  • BREAKING: Rename MongoDB Agent binary
  • BREAKING: Rework configuration using serde
  • BREAKING: Update agent models to match latest specs
  • BREAKING: Use error_chain for errors
  • Move MongoDB interactions into a trait

0.1.0 - 2018-06-28

Added

  • Agent metrics
  • Basic info and sharding data for MongoDB 3.2+
  • OpenTracing integration