Skip to content

Commit e498bf5

Browse files
committed
0.3.1
1 parent 4d51e95 commit e498bf5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# kafka-node CHANGELOG
22

3-
## 2015-01-08, Version 0.3.0
3+
## 2016-01-09, Version 0.3.1
4+
- Buffer batch for async producers [#262](https://github.com/SOHU-Co/kafka-node/pull/262)
5+
6+
## 2016-01-08, Version 0.3.0
47
- Add partitions to producer [#260](https://github.com/SOHU-Co/kafka-node/pull/260)
58

69
## 2015-05-11, Version 0.2.27

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kafka-node",
33
"description": "node client for Apache kafka, only support kafka 0.8 and above",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "kafka.js",
66
"dependencies": {
77
"async": ">0.9 <2.0",

0 commit comments

Comments
 (0)