Updated the changelog, and fixed a jshint error.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
- Fixed a bug that caused invalid param/type errors to not be reported properly, in the browser builds that use promises.
|
||||
- added the cat.threadPool to the master/1.0/1.x apis
|
||||
- Enabled Basic auth in the Angular connector -- Thanks @jeff-french!
|
||||
- Fixed a bug that was preventing index requests (and any other POST/PUT request) from using connections in the connection pool.
|
||||
|
||||
## 1.4 (Jan 30 2014)
|
||||
- The trace log messages will now diaplay the actual host connected to (without auth info) unless they are being written to a bash script
|
||||
|
||||
@ -21,7 +21,6 @@ var argv = require('optimist')
|
||||
|
||||
var es = require('../../../src/elasticsearch');
|
||||
var async = require('async');
|
||||
var path = require('path');
|
||||
var moment = require('moment');
|
||||
var makeSamples = require('./samples').make;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user