Releases: jd-opensource/dtc
Releases · jd-opensource/dtc
dtc-v2.1.3-m
Release dtc without shardingsphere.tar.gz
dtc-v2.1.3
What's Changed
- 251 fix quote sentament by @JackiebyChan in https://github.com/DTC8/DTC/pull/223
- alter uniq_table_name from lifecycle table. by @kfysck in https://github.com/DTC8/DTC/pull/225
- fix_date_sub_function_arg2_need_keyword_INTERVAL _#26 by @JackiebyChan in https://github.com/DTC8/DTC/pull/226
- 134 rule support time functions by @kfysck in https://github.com/DTC8/DTC/pull/228
- remove_create_table_fail_return_logic by @JackiebyChan in https://github.com/DTC8/DTC/pull/227
- Fix online bugs by @kfysck in https://github.com/DTC8/DTC/pull/229
- Remove async-conn & libnet by @kfysck in https://github.com/DTC8/DTC/pull/230
- Fix online bugs 2 by @kfysck in https://github.com/DTC8/DTC/pull/232
Full Changelog: DTC8/DTC@dtc-v2.1.2...dtc-v2.1.3
dtc-v2.1.2
What's Changed
- 202 enhance rule matching code logical by @kfysck in https://github.com/DTC8/DTC/pull/212
Full Changelog: DTC8/DTC@dtc-v2.1.1...dtc-v2.1.2
dtc-v2.1.1
What's Changed
- hsql updated, supporting
INSERT INTO SET
by @JackiebyChan in https://github.com/DTC8/DTC/pull/206 - 207 supporting string key hash and sharding db & table in dtc by @kfysck in https://github.com/DTC8/DTC/pull/208
- 203 new format conf files by @kfysck in https://github.com/DTC8/DTC/pull/205
- Fix bugs by @kfysck in https://github.com/DTC8/DTC/pull/211
Full Changelog: DTC8/DTC@dtc-v2.1.0...dtc-v2.1.1
Configuration Example: https://github.com/DTC8/DTC/wiki/Configuration
dtc-v2.1.0
What's Changed
- Supporting update/delete limit at delete sql in dtc by @kfysck in https://github.com/DTC8/DTC/pull/200
- Supporting distributed for dtc. by @kfysck in https://github.com/DTC8/DTC/pull/198
- Checking if exist key at update sql. by @kfysck in https://github.com/DTC8/DTC/pull/196
Full Changelog: DTC8/DTC@dtc-v2.0.3-rc1...dtc-v2.1.0
Notice
New format agent configure file updated. See https://github.com/DTC8/DTC/blob/master/conf/agent.xml for more details.
dtc-v2.0.3-rc1
What's Changed
- 178 hwcserver should be able to create table if not exist by @JackiebyChan in https://github.com/DTC8/DTC/pull/187
- 55 dtc enhancement mysql protocol error msg by @kfysck in https://github.com/DTC8/DTC/pull/193
- fix binlog insert/update/delete sql with dbname couldn't sync to L3 by @JackiebyChan in https://github.com/DTC8/DTC/pull/192
- Hiding custom fields data of layer3. by @abelqiu in https://github.com/DTC8/DTC/pull/191
- 188 delete/update/insert routed to L1 if dismatching rules by @kfysck in https://github.com/DTC8/DTC/pull/190
- update hsql version to eda6288 by @kfysck in https://github.com/DTC8/DTC/pull/194
- fix bugs. by @kfysck in https://github.com/DTC8/DTC/pull/195
Full Changelog: DTC8/DTC@dtc-v2.0.2...dtc-v2.0.3-rc1
dtc-v2.0.2
What's Changed
- add:hwc_create_tab_upon_dtc.yaml&&default_nullable by @JackiebyChan in https://github.com/DTC8/DTC/pull/183
- 179 hwcserver sync failed if no default value in mysql by @kfysck in https://github.com/DTC8/DTC/pull/181
- 184 using custom shardingsphere instead of async conn by @abelqiu in https://github.com/DTC8/DTC/pull/186
- 176 dtc supporting automate convert number type by @kfysck in https://github.com/DTC8/DTC/pull/185
- agent: single dbname. by @kfysck in https://github.com/DTC8/DTC/pull/182
Full Changelog: DTC8/DTC@dtc-v2.0.1-rc3...dtc-v2.0.2
dtc-v2.0.1-rc3
What's Changed
- 170 supporting set statement by @kfysck in https://github.com/DTC8/DTC/pull/177
- Supporting new features at hsql @JackiebyChan in https://github.com/DTC8/sql-parser/releases/tag/hsql.plus-daefd23
Full Changelog: DTC8/DTC@dtc-v2.0.1-rc2...dtc-v2.0.1-rc3
dtc-v2.0.1-rc2
What's Changed
- 168 agent parse db and table name in sql by hsql by @kfysck in https://github.com/DTC8/DTC/pull/174
Full Changelog: DTC8/DTC@dtc-v2.0.1-rc1...dtc-v2.0.1-rc2
dtc-v2.0.1-rc1
Enhancement
- Supporting
LIMIT offset, count
syntax - Getting schema/tablename from hsql instead of string comparing.
Fix
- fix bugs.