Radon Versions Save

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services

v1.1.4

3 years ago
  • feature: add configuration parameters to support case insensitive table name (#725 @zhyass )
  • feature: support OPTIMIZE TABLE Statement (#716 @hustjieke )
  • feature: complete syntax on DELETE Statement (#713 @hustjieke )
  • feature: complete insert/replace statement (#708 @hustjieke )
  • feature: add support for Help Statement (#710 @hustjieke )
  • feature: add support for ALTER DATABASE Statement (#691 @hustjieke )
  • feature: complete explain statement (#701 @hustjieke )
  • feature: support CHECK TABLE Statement (#718 @hustjieke )
  • feature: support DESCRIBE Statement (#700 @hustjieke )
  • feature: support DO Statement (#720 @hustjieke )
  • feature: complete CHECKSUM TABLE Statement (#703 @hustjieke )
  • feature: complete drop index stmt syntax with MySQL 8.0 (#693 @hustjieke )
  • bug: fix the result of explain has the problem of escaping characters (#706 @zhyass )
  • bug: backendnum statistics error in radon slave (#698 @zhyass )

v1.1.2

3 years ago
  • feature: radon rebalance (#654 @andyli029 )
  • feature: radon xa transaction admin command (#602 @andyli029 )
  • feature: support show collation|charset (#677 @andyli029 )
  • feature: create table syntax complete (#615 @hustjieke )
  • feature: allowip supports address segments (#620 @hustjieke )
  • feature: well documented (#647 @hustjieke )
  • feature: More detailed explain error output (#644 @zhyass )
  • feature: support show index (#679 @zhyass )

And bugs' descriptions, see: https://github.com/radondb/radon/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av1.1.2+label%3A%22type%3A+bug%22

v1.1.1

3 years ago
  • feature: read-write separation enhancements (#624 @zhyass )
  • feature: complete create table syntax (#615 @hustjieke )
  • feature: complete set variable and set transaction syntax (#629 @zhyass )
  • feature: support bool and spatial type (#634 @zhyass )

v1.1.0.2

4 years ago
  • improve: MySQL on the backend return Deadlock when insert concurrently (#605 @andyli029 )
  • feature: complete create.test cases for intergration (#613 @hustjieke)

v1.1.0.1

4 years ago
  • feature: add hint for streaming fetch (#619 @zhyass )

v1.1.0

4 years ago
  • bug: panic: close of closed channel (#614 @zhyass )
  • bug: intergration not support to record error case msg in result file (#611 @hustjieke )
  • bug: go-mysqlstack scremble with NULL char (#606 @BohuTANG )
  • bug: xa-check-retrys missing double quotes (#603 @zhyass )

v1.0.9

4 years ago

RadonDB v1.0.9

  • feature: support specify the number of hash partition tables(#587 @zhyass )
  • feature: Integration tests with Travis CI (#594 @hustjieke )
  • bug: create index syntax error (#592 @zhyass )

v1.0.8.2

4 years ago

proxy: forbid radon cleanup admin when readonly #578

v1.0.8.1

4 years ago

RadonDB v1.0.8.1

  • feature: clean up the old data after data migration (#569 @zhyass )
  • feature: support auto_increment option after engine in ddl statement (#559 @hustjieke )
  • feature: shift manager interface implemention (#583 @hustjieke )
  • feature: update canal which shift used (#564 @hustjieke )
  • feature: support SHOW FULL COLUMNS (#533 @zhyass )
  • feature: add an API to migrate data from one backend to another (#558 @zhyass )
  • feature: api get userz contain SuperPriv info (#551 @zhyass )
  • feature: audit add status parameter. (#548 @zhyass)
  • feature: config api support modify block-readonly (#573 @zhyass )
  • feature: forbid some operations when radon in readonly ( #578 @zhyass )
  • bug: error about SQL with Keyword key ( #489 @hustjieke )
  • bug: misused of sync.WaitGroup in shift ( #556 @hustjieke )
  • bug: delete/update got error as column name without quote if the column name is a keyword. (#560 @hustjieke )

v1.0.8

4 years ago

RadonDB v1.0.8

  • feature: support partition list (#491 @andyli029)
  • feature: support time type conversion to numeric type (#455 @zhyass)
  • feature: reshard single table to the partition table (#436 @andyli029)
  • feature: 'set autocommit=0' auto txn begin (#298 @andyli029)
  • feature: improve syntax used in create table and keep consistent with MySQL (#190 @hustjieke)
  • feature: attaching one mysql as Radon's backend (#399 @andyli029)
  • feature: porting code radon-shift to be a base library in vendor (#440 @hustjieke)
  • feature: More detailed and limited privilege (#470 @hustjieke)
  • refactoring: refactoring code about planner (#480 @zhyass)

And bugs' descriptions, see: https://github.com/radondb/radon/issues?q=is%3Aclosed+milestone%3Av1.0.8+label%3A%22type%3A+bug%22