- Improve package scripts.
- Regenerate documentation using updated doc generation packages.
- Mocha
--exit
flag required for tests due tosuperagent-load-balancer
usinginterval
s that cannot be terminated. - Added
nyc
asistanbul
is now deprecated. - Updated
debug
from 3.1.0 to 4.1.1. - Updated
lodash
from 4.17.10 to 4.17.11. - Updated
docdash
from 0.4.0 to 1.0.3. - Updated
eslint
from 3.12.2 to 5.15.3. - Updated
eslint-config-airbnb
from 13.0.0 to 17.1.0. - Updated
eslint-plugin-import
from 2.2.0 to 2.16.0. - Updated
eslint-plugin-jsx-a11y
from 2.2.3 to 6.2.1. - Updated
eslint-plugin-react
from 6.8.0 to 7.12.4. - Updated
jsdoc
from 3.4.3 to 3.5.5. - Updated
mocha
from 3.5.3 to 6.0.2. - Removed
istanbul
.
- Support addPlugin function
- Support tz(timezone) function
- Support basic authentication, #29
- Support multi query #27
- Fix conversion of multiple spaces in field/tag (jakubknejzlik)
- When queue is empty,
syncWrite
andsyncQuery
returnPromise.resolve()
- Support update function
- Support abbreviation for fields type
- Add
invalid-fields
andinvalid-tags
event
- Add
sync
event and changequeue
event's data - Judge whether
Buffer.from
is equal toUint8Array.from
to avoid throw TypeError, #17 - Add
addAlgorithm
function to support custom load balance - Use
epoch
in influx.query function #18
- Use
nano-seconds
to get the time stamp - Update
influx-ql
to supportalias
function
- Convert timestamp to string in
time
function - Check the timestamp in
queue
function of writer
- Add
subQuery
function forsubqueries
in influxdb 1.2.0 - Add
clean
function to clean the query options
- Improve
startHealthCheck
function for support the checkinterval
setting - Use
docker-compose
for test - Update
shard duration
test for influxdb 1.2 (It can't be less than 1h in version 1.2) - Imporve api docs
- Add
database
getter for client
- Update
influx-ql
for sortfield
andfunctions
- Fixing bug so strings can end in i(Snipa22)
- Update
superagent-load-balancer
to 2.x - Update
influx-ql
to supportwhere
function