Skip to content

Commit 827f996

Browse files
author
Nathan Marz
committed
0.7.2
1 parent d690733 commit 827f996

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.7.2
22

33
NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable inputs has been reverted to support optimized sending of tuples to colocated tasks
44

@@ -24,6 +24,7 @@ NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable
2424
* "nohup" no longer used by supervisor to launch workers (unnecessary)
2525
* Throw helpful error message if StormSubmitter used without using storm client script
2626
* Add Values class as a default serialization
27+
* MemoryTransationalSpout can be used in cluster mode
2728
* Bug fix: give absolute piddir to subprocesses (so that relative paths can be used for storm local dir)
2829
* Bug fix: Fixed critical bug in transactional topologies where a batch would be considered successful even if the batch didn't finish
2930
* Bug fix: Fixed critical bug in opaque transactional topologies that would lead to duplicate messages when using pipelining

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject storm "0.7.2-rc2"
1+
(defproject storm "0.7.2"
22
:source-path "src/clj"
33
:test-path "test/clj"
44
:java-source-path "src/jvm"

0 commit comments

Comments
 (0)