Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 4.3 KB

(2019-11-01)

Features

  • Logging: add support for scoped, async logging (da9395e2)
  • clap: Basic Clap integration. (02d14410)
  • config:
    • implement global config with RwLock (b5cf5ef8)
    • initial config implementation (21c0f7be)
  • docker: Initial Docker integration (6c84c7d2)
  • hazard: Add a sample command (e6380f4b)
  • human_panic: Add human_panic library (2cef587e)
  • logging: implement slog_syslog logging (73ba1bf4)

Improvements

  • Cargo: initialize Rust library (b974094f)
  • config:
    • refactor AppConfig to allow get/set for a single property (64da0c58)
    • beautify the config output (b0bb7004)
  • core: add error conversion for slog-syslog (0d00c2cc)
  • dependencies: replace serde_derive crate by serde with derive feature (13f8077b)
  • error:
  • human_panic: only include human panic in release builds (75910c6a)
  • tests: remove unwrap from tests (ae070a8d)

Bug Fixes

  • config: make config properties visible (b8499e9a)
  • error: add error chaining for AppConfig init (09fc01b3)
  • slog: Temporarily disable logging (c7c48b80, breaks #)

Documentation

  • CONTR: Brief update to CONTRIBUTING.md (81b114c8)
  • CONTRIBUTING.md: first iteration (6fddae33)
  • ISSUE_TEMPLATE.md: First iteration (f02d0772)
  • README: A brief update for README (f3c02033)
  • badge:
  • comments: add a few random comments (5c28f8e9)

Breaking Changes

  • slog: Temporarily disable logging (c7c48b80, breaks #)