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
Support scaling for ShardingSphere (alpha version)
Move etcd registry center from experiment repo to apache repo
Upgrade to Java 8
Enhancement
Optimization for Sharing Parser with ANTLR Visitor improving the parsing performance of long SQL by 100%~1000%
Use multiple threads to load metadata for different data sources
Support allow.range.query.with.inline.sharding option
The docker of Sharding-Proxy supports loading external lib packages
Support integration with Spring using @ShardingTransactionType
Enhance ShardingDataSource to compatiable with Seata in micro-sevice distribution transaction
Refactor
Remove leaf key generator
Bug Fixes
Fix an exception caused by using a CHAR/VARCHAR type column as a order by item
Refine DataTypeName syntax rules of all database dialects
Fix an exception caused by executing BEGIN using prepared statement of MySQL C API
Fix the problem that ALTER TABLE fails to execute when the field type of the table contains Integer/Double/BigDecimal
Fix the problem of the stop index dislocation of segment with alias
Fix the problem that overwriting SQL SELECT * FROM tbl WHERE encrypt_col = ? AND (sharding_key = ? OR sharding_key = ?) when using sharding + encrypt would throw StringIndexOutOfBoundsException
Fix the problem of incorrect decoding after AES encoding when using Sharding-Proxy in Spring Boot
Fix a long-time problem of adding schema dynamically in Sharding-UI