Skip to content

Commit 7fad8d1

Browse files
Patrick Duinpatduin
andauthored
release date (#197)
Co-authored-by: patduin <pduin@expediagroup.com>
1 parent 6c45be9 commit 7fad8d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [16.3.0] - TBD
1+
## [16.3.0] - 2020-09-01
22
### Added
33
* 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).
44
### Deprecated
@@ -9,7 +9,7 @@
99
* Changed version of `hive.version` to `2.3.7` (was `2.3.2`). This allows Circus Train to be used on JDK>=9.
1010

1111
### 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.
1313

1414
## [16.1.0] - 2020-03-18
1515
### Changed
@@ -28,11 +28,11 @@
2828

2929
## [15.1.1] - 2020-02-06
3030
### 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).
3232

3333
## [15.1.0] - 2020-01-28
3434
### 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).
3636
* 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.
3737

3838
### Fixed
@@ -65,7 +65,7 @@ Fixed issue where partition-limit is not correctly applied when generating a par
6565
### Changed
6666
* Updated `jackson` version to 2.9.10 (was 2.9.8).
6767
* 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.
6969

7070
## [14.0.1] - 2019-04-09
7171
### Changed
@@ -113,7 +113,7 @@ Fixed issue where partition-limit is not correctly applied when generating a par
113113

114114
## [13.0.0] - 2018-10-15
115115
### 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
117117
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).
118118
* 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).
119119
* 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
200200
### Changed
201201
* Upgraded Hive version from 1.2.1 to 2.3.2 (changes are backwards compatible).
202202
* 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`.
204204
* Replicating a partitioned table containing no partitions will now succeed instead of silently not replicating the table metadata.
205205
* Most functionality from Housekeeping module moved to https://github.com/HotelsDotCom/housekeeping.
206206

@@ -226,7 +226,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
226226

227227

228228
## [9.1.0] - 2017-10-03
229-
### Added
229+
### Added
230230
* _circus-train-housekeeping_ support for storing housekeeping data in JDBC compliant SQL databases.
231231

232232
### Changed
@@ -240,7 +240,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
240240
* Removed _circus-train-aws_ dependency on internal patched _hadoop-aws_.
241241

242242
## [9.0.1] - 2017-09-14
243-
### Fixed
243+
### Fixed
244244
* Fixed error when replicating partitioned tables with empty partitions.
245245

246246
## [9.0.0] - 2017-09-05
@@ -282,7 +282,7 @@ implicitly scanned and loaded but won't be now. Instead these extensions will no
282282

283283
# 5.2.0
284284
* 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.
286286

287287
# 5.1.1
288288
* Clean up of AWS Credential Provider classes.

0 commit comments

Comments
 (0)