Skip to content

Latest commit

 

History

History
101 lines (78 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

101 lines (78 loc) · 3.93 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.

[Unreleased]

Changed

  • Add periodic websocket pings when connected to livetail. This adds support for aggresive proxies that disconnect idle connections
  • Natural Language Processing on timestamps using Chrono. Introduction of --timeframe option for search. Addition of developer logging via LogDNA for troubleshooting.
  • Changed CONTRIBUTING.md to reflect "fork-and-PR" process

v2.0.0 - 2020-05-21

Fixed

  • Fix Cannot read property 'statusCode' of undefined when updating #40

Changed

  • Write information output to stderr for tail and search #43
  • Reorganize and modify package info #45

v1.4.1 - 2019-08-14

Changed

  • Don't show error if the configuration file does not exist #38

v1.4.0 - 2019-08-13

Changed

  • Don't require super user #36

Added

  • Add Usage Information to Readme #35

Fixed

  • Update packages and fix authentication #33

v1.3.1 - 2019-02-14

Fixed

  • Fix SSO Login #25
  • Fix NPM Vulnerabilities #24
  • Fix issue with search where results with only 1 result aren't properly displayed #23

Changed

  • Use request instead of got #22

v1.3.0 - 2018-11-09

Fixed

  • Fix the issues and update the CLI #21
  • Fix incorrect query parameter to the search API #16

v1.2.2 - 2017-10-11

Added

  • Add SSO support to CLI

v1.2.1 - 2017-09-25

Added

  • Add --json option #12

v1.2.0 - 2017-05-25

Added

  • switch option
  • ANSI color for levels

Changed

  • logdna search now uses Export API

v1.1.1 - 2017-02-03

Fixed

  • Fix tailing

Changed

  • ANSI color support for tail/search
  • Specify or omit email on command line support for both login and register

Added

  • Add Kubernetes and Docker instructions
  • Add -h help option for tail/search

v1.1.0 - 2016-08-24

Fixed

  • Fix various authentication issues

Added

  • Add instructions for Syslog, Heroku, API, Node.js
  • Add brew cask install option for Mac #5

v1.0.9 - 2016-03-29

Added

  • Add Windows and Mac support for CLI
  • Add instructions for Windows Hosts by doing logdna install windows #1