News
Release 7.01 - 2017-03-29
Improvements
- [CentOS] Dropped CentOS 5 support because of EOL.
- [Storage mode] Supported
ALTER TABLE ADD/DROP FOREIGN
KEY.
- [Storage mode] Supported fast
ORDER LIMIT with
ENUM. [groonga-dev,04277] [Reported by murata satoshi]
- Supported
COMPRESS_ZSTD column compression flag. [GitHub#133]
[Patch by Naoya Murakami]
- [Server variables] Added documentation about
mroonga_libgroonga_support_zstd variable. [GitHub#133]
[Patch by Naoya Murakaimi]
- [Install] Changed to recommend
https://packages.groonga.org
for downloading resources.
Fixes
- [Storage mode] Fixed update error for log-bin and
UPDATE with collated PRIMARY KEY. [GitHub#132] [Reported by
kitora]
- Fixed a bug that
FOREIGN KEY is dumped unexpectedly even though
you didn't set it. [groonga-dev,04276] [Reported by murata satoshi]
Thanks
- kitora
- murata satoshi
- Naoya Murakami
Release 7.00 - 2017-02-09
Improvements
- [CentOS] Changed to ensure enabling EPEL to install
package.
- Supported
FOREIGN KEY constrain on UPDATE and DELETE
parent row. In the previous versions, only FOREIGN KEY constrain
on INSERT is supported.
- [Storage mode] Supported updating row even though its
table has primary key with ROW binlog format. In the previous
version, it causes update statement error. [GitHub#130] [Reported by
kitora]