We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d51e95 commit e498bf5Copy full SHA for e498bf5
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# kafka-node CHANGELOG
2
3
-## 2015-01-08, Version 0.3.0
+## 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
7
- Add partitions to producer [#260](https://github.com/SOHU-Co/kafka-node/pull/260)
8
9
## 2015-05-11, Version 0.2.27
package.json
@@ -1,7 +1,7 @@
{
"name": "kafka-node",
"description": "node client for Apache kafka, only support kafka 0.8 and above",
- "version": "0.3.0",
+ "version": "0.3.1",
"main": "kafka.js",
"dependencies": {
"async": ">0.9 <2.0",
0 commit comments