Skip to content

Commit fd5df1b

Browse files
committed
Merge pull request gearpump#514 from clockfly/bump_to_0.3.0_rc1
bump to 0.3.0-rc1
2 parents 45467ca + 0664e83 commit fd5df1b

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

Changes.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
gearpump-0.3.0-rc1
2+
====================
3+
Change List:
4+
---------------
5+
- #510, add log directory for UI server
6+
- #485, retain inactive application history in Master
7+
- #504, 1) AppMaster return more detailed application runtime information. 2) fix a worker bug when returning executors which run on worker.
8+
- #422, [UI] show the number of executors (2) changed layout of application page
9+
- #417, add a experiment module to distribute a zip file to different machines
10+
- #502, fix KafkaStorage loading data for async kafka consumer
11+
- #422, [UI] (1) added home directory in UI (2) removed millis from duration 3) updated dag control height
12+
- #476, fix worker and master log path format in rest service
13+
- #498, worker rest data is not updated in UI
14+
- #397, move distributed shell from experiments to examples folder
15+
- #493 add implicit sender so that the Task can send itself messages[work around]
16+
- #427, use new kafka producer in kafka 0.8.2
17+
- #422, added cluster page to show master and worker information
18+
- #489, make the worker rest information easier to parse
19+
- #202, Add a default serializer for all kinds of messages
20+
- #477, REST Workers should return more information
21+
- #456, uses webjars to serve visjs 3.10.0
22+
- #483, upgrade visdag to 3.10 because widget does not repaint correctly when a node is moved
23+
- #473, Use webjars with spray support instead of bower to serve static resources
24+
- #477, return more data for rest call workers/
25+
- #474, fix rest service UT test fail.
26+
- #479, publish test jar as artifacts
27+
- #419, Reorder the application log by master startup timestamp
28+
- #456, Use visdag to render the graph DAG
29+
- #464, Travis bower integration
30+
- #394, fix kafka producer hang issue
31+
- #468, For test code, the ClockService will throw excepton when the DAG is not defined
32+
- #465, fix appname prefix bug
33+
- #461, AppMasterSpec and WorkServiceSpec UT are failing
34+
- #270, Create a force-direct dag
35+
- #453, Add rest service to serve master info
36+
- #423, refactor task by seperating TaskActor and Task
37+
- #422, add worker rest api
38+
- #449: avoid load external resource by removing all CDN external links
39+
- #397 refactor distributed shell by using new Cluster API
40+
- #441, ui-portal is failed to build because of spray version conflict
41+
- #430 use application name as unique identifier for an application
42+
- #440, moved dashboard code from conf to service/dashboard
43+
- #402, refactor task manager
44+
- #280, Add websockets to REST api
45+
- #269, Define UI Dashboard structure
46+
- #406, custom executor jvm config in gear.conf is not effective.
47+
- #394, fix ActorSystemBooter process not shut down after application finishes
48+
- #412, add version.sbt
49+
- #410 Add sbt-eclipse plugin and wiki for how to build gearpump on eclipse
50+
- #408, handle Ctrl+C(sigint) gracefully.
51+
- #396, bump up kafka version to 0.8.2.0
52+
- #398, Expose more metrics info
53+
- #389, fix kafka fetch thread bug
54+
- #386 UT fail due to unclosed sequence file
55+
- #370, refactor streaming appmaster
56+
- #358, use uPickle for REST Service
57+
- #372, fix DAG subgraph build and more Graph UT
58+
- #377, fix KafkaSource.pull performance due to the List.append is not having good performance
59+
- #378, construct the serializer explicitly, instead of implicitly via the kryo serializer akka extension
60+
- #380, set the context class loader as the URL class loader for ActorSystem.
61+
62+
163
gearpump-0.2.3
264
====================
365
Change List:

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.4-SNAPSHOT"
1+
version in ThisBuild := "0.3.0-rc1"

0 commit comments

Comments
 (0)