You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## [16.3.0] - TBD
1
+
## [16.3.0] - 2020-09-01
2
2
### Added
3
3
* Added method `newInstance(CopierContext)` to `com.hotels.bdp.circustrain.api.copier.CopierFactory`. This provides Copiers with more configuration information in a future proof manner. See [#195](https://github.com/HotelsDotCom/circus-train/issues/195).
4
4
### Deprecated
@@ -9,7 +9,7 @@
9
9
* Changed version of `hive.version` to `2.3.7` (was `2.3.2`). This allows Circus Train to be used on JDK>=9.
10
10
11
11
### Added
12
-
* Replication mode `FULL_OVERWRITE` to overwrite a previously replicated table and delete its data. Useful for incompatible schema changes.
12
+
* Replication mode `FULL_OVERWRITE` to overwrite a previously replicated table and delete its data. Useful for incompatible schema changes.
13
13
14
14
## [16.1.0] - 2020-03-18
15
15
### Changed
@@ -28,11 +28,11 @@
28
28
29
29
## [15.1.1] - 2020-02-06
30
30
### Fixed
31
-
* When replicating tables with large numbers of partitions, `Replica.updateMetadata` now calls add/alter partition in batches of 1000. See [#166](https://github.com/HotelsDotCom/circus-train/issues/166).
31
+
* When replicating tables with large numbers of partitions, `Replica.updateMetadata` now calls add/alter partition in batches of 1000. See [#166](https://github.com/HotelsDotCom/circus-train/issues/166).
32
32
33
33
## [15.1.0] - 2020-01-28
34
34
### Changed
35
-
* AVRO Schema Copier now re-uses the normal 'data' copier instead of its own. See [#162](https://github.com/HotelsDotCom/circus-train/issues/162).
35
+
* AVRO Schema Copier now re-uses the normal 'data' copier instead of its own. See [#162](https://github.com/HotelsDotCom/circus-train/issues/162).
36
36
* Changed the order of the generated partition filter used by "HiveDiff" - it is now reverse natural order (which means new partitions first when partitions are date/time strings). When in doubt use the circus-train-tool `check-filters.sh` to see what would be generated.
37
37
38
38
### Fixed
@@ -65,7 +65,7 @@ Fixed issue where partition-limit is not correctly applied when generating a par
65
65
### Changed
66
66
* Updated `jackson` version to 2.9.10 (was 2.9.8).
67
67
* Updated `beeju` version to 2.0.0 (was 1.2.1).
68
-
* Updated `circus-train-minimal.yml.template` to include the required `housekeeping` configuration for using the default schema with H2.
68
+
* Updated `circus-train-minimal.yml.template` to include the required `housekeeping` configuration for using the default schema with H2.
69
69
70
70
## [14.0.1] - 2019-04-09
71
71
### Changed
@@ -113,7 +113,7 @@ Fixed issue where partition-limit is not correctly applied when generating a par
113
113
114
114
## [13.0.0] - 2018-10-15
115
115
### Changed
116
-
* Narrowed component scanning to be internal base packages instead of `com.hotels.bdp.circustrain`. See [#95](https://github.com/HotelsDotCom/circus-train/issues/95). Note this change is _not_ backwards compatible for any Circus Train extensions that are in the `com.hotels.bdp.circustrain` package - these were in effect being
116
+
* Narrowed component scanning to be internal base packages instead of `com.hotels.bdp.circustrain`. See [#95](https://github.com/HotelsDotCom/circus-train/issues/95). Note this change is _not_ backwards compatible for any Circus Train extensions that are in the `com.hotels.bdp.circustrain` package - these were in effect being
117
117
implicitly scanned and loaded but won't be now. Instead these extensions will now need to be added using Circus Train's [standard extension loading mechanism](https://github.com/HotelsDotCom/circus-train#loading-extensions).
118
118
* Upgraded `jackson.version` to 2.9.7 (was 2.6.6), `aws-jdk.version` to 1.11.431 (was 1.11.126) and `httpcomponents.httpclient.version` to 4.5.5 (was 4.5.2). See [#91](https://github.com/HotelsDotCom/circus-train/issues/91).
119
119
* Refactored general metastore tunnelling code to leverage hcommon-hive-metastore libraries. See [#85](https://github.com/HotelsDotCom/circus-train/issues/85).
@@ -200,7 +200,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
200
200
### Changed
201
201
* Upgraded Hive version from 1.2.1 to 2.3.2 (changes are backwards compatible).
202
202
* Upgraded Spring Platform version from 2.0.3.RELEASE to 2.0.8.RELEASE.
203
-
* Replaced `TunnellingMetaStoreClient` "concrete" implementation with a Java reflection `TunnellingMetaStoreClientInvocationHandler`.
203
+
* Replaced `TunnellingMetaStoreClient` "concrete" implementation with a Java reflection `TunnellingMetaStoreClientInvocationHandler`.
204
204
* Replicating a partitioned table containing no partitions will now succeed instead of silently not replicating the table metadata.
205
205
* Most functionality from Housekeeping module moved to https://github.com/HotelsDotCom/housekeeping.
206
206
@@ -226,7 +226,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
226
226
227
227
228
228
## [9.1.0] - 2017-10-03
229
-
### Added
229
+
### Added
230
230
*_circus-train-housekeeping_ support for storing housekeeping data in JDBC compliant SQL databases.
231
231
232
232
### Changed
@@ -240,7 +240,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
240
240
* Removed _circus-train-aws_ dependency on internal patched _hadoop-aws_.
241
241
242
242
## [9.0.1] - 2017-09-14
243
-
### Fixed
243
+
### Fixed
244
244
* Fixed error when replicating partitioned tables with empty partitions.
245
245
246
246
## [9.0.0] - 2017-09-05
@@ -282,7 +282,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
282
282
283
283
# 5.2.0
284
284
* Added S3 to S3 replication.
285
-
* Should have been major release. The public `com.hotels.bdp.circustrain.api.copier.CopierFactory.supportsSchemes` method has changed signature. Please adjust your code if you rely on this for Circus Train extensions.
285
+
* Should have been major release. The public `com.hotels.bdp.circustrain.api.copier.CopierFactory.supportsSchemes` method has changed signature. Please adjust your code if you rely on this for Circus Train extensions.
0 commit comments