File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ v1.0.0-beta.3 ] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.3 )
3
+ ## [ v1.0.0-beta.4 ] ( https://github.com/marklogic/marklogic-data-hub/tree/HEAD )
4
4
5
+ [ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.3...v1.0.0-beta.4 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - Minor improvements to Load Data Feature [ \# 205] ( https://github.com/marklogic/marklogic-data-hub/issues/205 )
10
+
11
+ ** Fixed bugs:**
12
+
13
+ - File permission error running hadoop to do data load [ \# 89] ( https://github.com/marklogic/marklogic-data-hub/issues/89 )
14
+
15
+ ** Closed issues:**
16
+
17
+ - Rename conform/conformance to harmonize [ \# 201] ( https://github.com/marklogic/marklogic-data-hub/issues/201 )
18
+ - Errors only flash on the GUI for a short time [ \# 192] ( https://github.com/marklogic/marklogic-data-hub/issues/192 )
19
+ - Investigate MLCP UI for creating MLCP cmd line options [ \# 164] ( https://github.com/marklogic/marklogic-data-hub/issues/164 )
20
+ - Examples need demo scripts [ \# 99] ( https://github.com/marklogic/marklogic-data-hub/issues/99 )
21
+ - DataHub.installUserModules should be "syncUserModules" [ \# 45] ( https://github.com/marklogic/marklogic-data-hub/issues/45 )
22
+
23
+ ** Merged pull requests:**
24
+
25
+ - Fix mlcp windows issue 89 [ \# 215] ( https://github.com/marklogic/marklogic-data-hub/pull/215 ) ([ paxtonhare] ( https://github.com/paxtonhare ) )
26
+ - 192 - Removed automatic closing of notification [ \# 208] ( https://github.com/marklogic/marklogic-data-hub/pull/208 ) ([ maeisabelle] ( https://github.com/maeisabelle ) )
27
+
28
+ ## [ v1.0.0-beta.3] ( https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.3 ) (2016-04-15)
5
29
[ Full Changelog] ( https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.2...v1.0.0-beta.3 )
6
30
7
31
** Merged pull requests:**
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
id ' eclipse'
11
11
id ' idea'
12
12
id ' net.saliman.properties' version ' 1.4.5'
13
- id ' com.marklogic.ml-data-hub-plugin' version ' 1.0.0-beta.3 '
13
+ id ' com.marklogic.ml-data-hub-plugin' version ' 1.0.0-beta.4 '
14
14
id ' com.marklogic.ml-gradle' version ' 2.1.0'
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ mlSchemasDbName=data-hub-SCHEMAS
28
28
29
29
hubModulesPath =exmaples/hr-hub/plugins
30
30
31
- version =1.0.0-beta.3
31
+ version =1.0.0-beta.4
32
32
33
33
Original file line number Diff line number Diff line change 1
- version =1.0.0-beta.3
1
+ version =1.0.0-beta.4
2
2
group =com.marklogic
Original file line number Diff line number Diff line change 1
- version =1.0.0-beta.3
1
+ version =1.0.0-beta.4
You can’t perform that action at this time.
0 commit comments