Skip to content

Releases: radondb/radon

Radon v1.0.7.2

16 Aug 06:48
Compare
Choose a tag to compare

*: support create table distributed by ($backend) #451

Radon v1.0.7

30 Jul 08:36
Compare
Choose a tag to compare

RadonDB v1.0.7

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

Radon v1.0.6.1

22 May 08:04
Compare
Choose a tag to compare

RadonDB v1.0.6.1

Radon v1.0.6

17 May 10:12
Compare
Choose a tag to compare

RadonDB v1.0.6

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

Radon v1.0.5.2

11 Mar 01:41
Compare
Choose a tag to compare
  • feature: support for global auto-increment (#237 )
  • bug: fixup Unknown database 'db1' when drop table(#236 )

Radon v1.0.5.1

07 Mar 08:57
Compare
Choose a tag to compare
  • feature: support for the "ON UPDATE CURRENT_TIMESTAMP" syntax(#233 )

Radon v1.0.5

05 Mar 04:57
Compare
Choose a tag to compare
  • feature: pushed-down distributed join support (#148 )
  • fetaure: show table status support(Navicat) (#157 )
  • fetaure: create [unique] index support (#193 )
  • bug: fixup order by need validate table name(#215 )
  • bug: fixup avg convert error(#213 )
  • bug: the result of "show create table ..." had missed partition msg if the table has partition key(#196 )
  • bug: partition key may doesn`t consistent with primary key or unique when executing alter table operation(#192 )

Radon v1.0.4

03 Jan 01:28
Compare
Choose a tag to compare
  • feature: support distributed multiple-statement transaction (#77)

Radon v1.0.3

26 Dec 07:54
Compare
Choose a tag to compare
  • feature: streaming fetch parallel (#170 )
  • feature: select from information_schema.COLUMNS support (#172 )
  • feature: change the /v1/user/add user host to % (#182 )
  • feature: session variables to enable streaming fetch (#187 )
  • feature: supports global table (#101 )
  • feature: support: SHOW FULL TABLES (#167 )
  • feature: change the blocks from 128 to 64 (#180 )
  • feature: add config for stream fetch buffer seize (#176 )
  • bug: fixup select count() error (#165 )
  • bug: fixup when partition key not same with primary key, radon doesn`t report error (#153 )

Radon 1.0.2

21 Oct 14:47
Compare
Choose a tag to compare

[API] Add an API to get users #104
[Transaction] Add redo-log for distributed transaction commit/rollback failed after retries #122