-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #995 from Altinity/2.5.1
2.5.1
- Loading branch information
Showing
118 changed files
with
3,597 additions
and
2,732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## What's Changed | ||
* Update configuration.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/957 | ||
* Update README.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/961 | ||
* Update getLatestRelease.sh- remove extra quote. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/962 | ||
* Update quickstart.md to explain export statement. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/963 | ||
* Update architecture.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/964 | ||
* Created replica.status.view for postgres. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/970 | ||
* #380 - Added configuration settings to prevent freeze of debezium loop. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/974 | ||
* Updated version of upload-artifact to v4. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/978 | ||
* Add jdbc params -keepalive by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/988 | ||
* Update Troubleshooting.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/989 | ||
* Added support to disable connection pool. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/992 | ||
* Set nanoseconds in DateTime64 max to zeros and not nines by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/972 | ||
* Added unit test to validate modify column followed by default NULL by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/966 | ||
* Fix to limit truncate bigdecimal values. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/981 | ||
* Use Hikari Connection Pool for handling Clickhouse connections by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/893 | ||
|
||
|
||
**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.5.0...2.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
sink-connector-lightweight/docker/startMySQLCHLocalSinkDev.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
docker network create docker_default | ||
docker-compose create mysql-master | ||
docker-compose create clickhouse | ||
docker-compose start mysql-master | ||
docker-compose start clickhouse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.