Skip to content

Commit f0a699a

Browse files
committed
Bump version
1 parent dd3b245 commit f0a699a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ ws._write = function(chunk, enc, next) {
132132
rs.pipe(ts).pipe(ws).on('finish', onFinish);
133133
```
134134

135-
## TODO
136-
### Short term
137-
* Bulk document errors should be emitted as errors
138-
139-
## Later
140-
Streaming http client or elasticsearch-js streaming transport.
141-
142135
# LICENSE
143136
elasticsearch-streams is freely distributable under the terms of the MIT license.
144137

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elasticsearch-streams",
33
"description": "Stream in and out of Elasticsearch",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hmalphettes/elasticsearch-streamer.git"

0 commit comments

Comments
 (0)