Skip to content

Commit 7918fad

Browse files
author
Nathan Marz
committed
update changelog and contributors
1 parent c278586 commit 7918fad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## Unreleased
22

3+
* Upgrade to Clojure 1.4 (thanks sorenmacbeth)
34
* Can override the hostname that supervisors report using "storm.local.hostname" config.
45
* Make request timeout within DRPC server configurable via "drpc.request.timeout.secs"
56
* Added "storm list" command to show running topologies at the command line (thanks xumingming)
67
* Storm UI displays the release version (thanks xumingming)
78
* Added reportError to BasicOutputCollector
89
* Added reportError to BatchOutputCollector
910
* Added close method to OpaqueTransactionalSpout coordinator
10-
* Use new style classes for Python multilang adapter
11+
* Use new style classes for Python multilang adapter (thanks hellp)
1112
* Bug fix: Fixed criticial bug in opaque transactional topologies that would lead to duplicate messages when using pipelining
1213
* Bug fix: Workers will now die properly if a ShellBolt subprocess dies (thanks tomo)
1314
* Bug fix: Hide the BasicOutputCollector#getOutputter method, since it shouldn't be a publicly available method.

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ You must not remove this notice, or any other, from this software.
4141
* Thomas Jack ([@tomo](https://github.com/tomo))
4242
* Nicolas Yzet ([@nicoo](https://github.com/nicoo))
4343
* James Xu ([@xumingming](https://github.com/xumingming))
44+
* Fabian Neumann ([@hellp](https://github.com/hellp))
45+
* Soren Macbeth ([@sorenmacbeth](https://github.com/sorenmacbeth))

0 commit comments

Comments
 (0)