Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1015 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1015 Bytes

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.

[Unreleased]

[1.1.3] - 2020-03-05

Fixed

  • cancel log out put when subscriptionData.json not exist or empty

[1.1.2] - 2020-02-28

Fixed

  • replace "address" with "host" in configuration
  • change one log level from ERROR to WARN

[1.1.1] - 2020-01-07

Added

  • CHANGELOG.md file to document any changes.
  • WaittingGroup for clean up jobs and Cancel function when stop driver.
  • save/load current devices subscription info in time.

Fixed

  • Change "Origin" timestamp unit to micro seconds.
  • few times for execute defer functions.
  • replace time.After() with time.NewTicker()
  • cvs slice reallocate space

Deprecated

  • Error Handler function when data dropped, low I/O effects of log file.
  • Logger Info for new data arrived, low I/O.