-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHANGES.txt
51 lines (41 loc) · 1.36 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Cascading-jdbc Change Log
3.0.0
- updated to Cascading 3.0
- support for Apache Tez
- moved tests onto cascading-hadoop2-tez platform
- major code restructuring to simplify database interactions
- removed c.j.JDBCTapCollector and leave creation of RecordReader to the computational framework
- removed deprecated code
2.7.0
- update to Cascading 2.7
- fix issue in Derby InputSplit handling
- deprecated c.j.Utils, use c.u.Util instead
2.6.0
- add cascading-jdbc-<subprojec>:<version> to Cascading Frameworks property
- enabled parameter sanitization for username and password
- added support for Teradata (cascading-jdbc-teradata)
- update to cascading 2.6
2.5.5
- enable mysql streaming
2.5.4
- update to cascading 2.5.5
- fix a bug related to type handling and table creation
2.5.3
- RedshiftScheme constructor is now accepting additional conditions
- JDBCTap uses DatabaseMetaData to check if a table exists
2.5.2
- upgrade redshift jdbc driver to 8.4-702.jdbc4
- reduce size of test jars
- replaceOnInsert support for MySQL
- more robust query discovery
2.5.1
- update to cascading 2.5.2
- fix issue in batch processing
- enable hadoop2-mr1 platform for the lingual providers
2.5.0
- Support for Cascading 2.5.x
- More robust batch processing
- More robust check if a table exists
- full support for SinkMode.UPDATE
2.2.0
- initial release of Cascading 2.2 compatible version