Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed May 29, 2012
1 parent 68672ce commit 4b38429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable
* Throw helpful error message if StormSubmitter used without using storm client script * Throw helpful error message if StormSubmitter used without using storm client script
* Add Values class as a default serialization * Add Values class as a default serialization
* Bug fix: give absolute piddir to subprocesses (so that relative paths can be used for storm local dir) * Bug fix: give absolute piddir to subprocesses (so that relative paths can be used for storm local dir)
* Bug fix: Fixed critical bug in transactional topologies where a batch would be considered successful even if the batch didn't finish
* Bug fix: Fixed critical bug in opaque transactional topologies that would lead to duplicate messages when using pipelining * Bug fix: Fixed critical bug in opaque transactional topologies that would lead to duplicate messages when using pipelining
* Bug fix: Workers will now die properly if a ShellBolt subprocess dies (thanks tomo) * Bug fix: Workers will now die properly if a ShellBolt subprocess dies (thanks tomo)
* Bug fix: Hide the BasicOutputCollector#getOutputter method, since it shouldn't be a publicly available method * Bug fix: Hide the BasicOutputCollector#getOutputter method, since it shouldn't be a publicly available method
Expand Down

0 comments on commit 4b38429

Please sign in to comment.