Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit f364eb7

Browse files
author
Eric Meyer
committed
Updates README for 1.11 release.
1 parent 05f9d75 commit f364eb7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ Then run the tool by executing the run.sh script.
2121

2222
Release Notes
2323
-------------
24+
1.11 - 2012-01-16
25+
26+
* Adds validation of changeset SQL against the database on startup. May be
27+
skipped by setting validate_sql=false in datatool.properties.
28+
29+
* Adds progress logging of changeset creation. Uses same progress log message
30+
formatting as Discovery Engine.
31+
32+
* Makes all references to columns in XML configuration attributes
33+
case-insensitive (e.g. idColumn, provider, kind, discriminator,
34+
jsonColumns, jsonColumnNames, scopedJsonColumnNames, mergeColumns/@name and
35+
mergeColumns/@value).
36+
37+
* Updates discovery_datatool shell script to default the http port to 8089.
38+
Note that if you want to listen for both HTTP and HTTPS, then you need to
39+
specify both http_port and https_port in datatool.properties.
40+
41+
* Removes extraneous chatter and warnings from log output.
42+
2443
1.10 - 2012-01-03
2544

2645
* Simplifies process of setting up init.d script. Startup options are largely

0 commit comments

Comments
 (0)