- Improve package scripts.
- Regenerate documentation using updated doc generation packages.
- Mocha
--exitflag required for tests due tosuperagent-load-balancerusingintervals that cannot be terminated. - Added
nycasistanbulis now deprecated. - Updated
debugfrom 3.1.0 to 4.1.1. - Updated
lodashfrom 4.17.10 to 4.17.11. - Updated
docdashfrom 0.4.0 to 1.0.3. - Updated
eslintfrom 3.12.2 to 5.15.3. - Updated
eslint-config-airbnbfrom 13.0.0 to 17.1.0. - Updated
eslint-plugin-importfrom 2.2.0 to 2.16.0. - Updated
eslint-plugin-jsx-a11yfrom 2.2.3 to 6.2.1. - Updated
eslint-plugin-reactfrom 6.8.0 to 7.12.4. - Updated
jsdocfrom 3.4.3 to 3.5.5. - Updated
mochafrom 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,
syncWriteandsyncQueryreturnPromise.resolve()
- Support update function
- Support abbreviation for fields type
- Add
invalid-fieldsandinvalid-tagsevent
- Add
syncevent and changequeueevent's data - Judge whether
Buffer.fromis equal toUint8Array.fromto avoid throw TypeError, #17 - Add
addAlgorithmfunction to support custom load balance - Use
epochin influx.query function #18
- Use
nano-secondsto get the time stamp - Update
influx-qlto supportaliasfunction
- Convert timestamp to string in
timefunction - Check the timestamp in
queuefunction of writer
- Add
subQueryfunction forsubqueriesin influxdb 1.2.0 - Add
cleanfunction to clean the query options
- Improve
startHealthCheckfunction for support the checkintervalsetting - Use
docker-composefor test - Update
shard durationtest for influxdb 1.2 (It can't be less than 1h in version 1.2) - Imporve api docs
- Add
databasegetter for client
- Update
influx-qlfor sortfieldandfunctions
- Fixing bug so strings can end in i(Snipa22)
- Update
superagent-load-balancerto 2.x - Update
influx-qlto supportwherefunction