You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/05/29 21:49:27 UTC

[2/2] storm git commit: ass STORM-821 to changelog

ass STORM-821 to changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0c2b3a4f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0c2b3a4f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0c2b3a4f

Branch: refs/heads/master
Commit: 0c2b3a4f640d1b2905c093eb85f03190ceb0a711
Parents: 05d1f8b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 29 15:49:06 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 29 15:49:06 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0c2b3a4f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41f31e7..3c669d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-821: Adding connection provider interface to decouple jdbc connector from a single connection pooling implementation.
  * STORM-737: Check task->node+port with read lock to prevent sending to closed connection
  * STORM-715: Add a link to AssignableMetric.java in Metrics.md
  * STORM-729: Include Executors (Window Hint) if the component is of Bolt type