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.
- 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
- Fix
Cannot read property 'statusCode' of undefined
when updating #40
v1.4.1 - 2019-08-14
- Don't show error if the configuration file does not exist #38
v1.4.0 - 2019-08-13
- Don't require super user #36
- Add Usage Information to Readme #35
- Update packages and fix authentication #33
v1.3.1 - 2019-02-14
- Fix SSO Login #25
- Fix NPM Vulnerabilities #24
- Fix issue with search where results with only 1 result aren't properly displayed #23
- Use
request
instead ofgot
#22
v1.3.0 - 2018-11-09
v1.2.2 - 2017-10-11
- Add SSO support to CLI
v1.2.1 - 2017-09-25
- Add --json option #12
v1.2.0 - 2017-05-25
switch
option- ANSI color for levels
logdna search
now usesExport API
v1.1.1 - 2017-02-03
- Fix tailing
- ANSI color support for
tail
/search
- Specify or omit email on command line support for both
login
andregister
- Add Kubernetes and Docker instructions
- Add
-h
help option fortail
/search
v1.1.0 - 2016-08-24
- Fix various authentication issues
- Add instructions for Syslog, Heroku, API, Node.js
- Add
brew cask
install option for Mac #5
v1.0.9 - 2016-03-29
- Add Windows and Mac support for CLI
- Add instructions for Windows Hosts by doing
logdna install windows
#1