Skip to content

Commit 0686d9f

Browse files
committed
Release 3.4.0
1 parent 5921a22 commit 0686d9f

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

docs/releasenotes.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,62 @@
11
Release notes
22
=============
33

4+
Version 3.4.0, 26 March 2020
5+
----------------------------
6+
7+
8+
Major changes
9+
~~~~~~~~~~~~~
10+
11+
* daemon works in 2 modes: rt-mode and plain-mode
12+
* rt-mode requires data_dir and no index definition in config
13+
* in plain-mode indexes are defined in config; no data_dir allowed
14+
* replication available only in rt-mode
15+
16+
Minor changes
17+
~~~~~~~~~~~~~
18+
19+
* charset_table defaults to non_cjk alias
20+
* in rt-mode full-text fields are indexed and stored by default
21+
* full-text fields in rt-mode renamed from 'field' to 'text'
22+
* ALTER RTINDEX is renamed to ALTER TABLE
23+
* TRUNCATE RTINDEX is renamed to TRUNCATE TABLE
24+
25+
Features
26+
~~~~~~~~
27+
28+
* stored-only fields
29+
* SHOW CREATE TABLE, IMPORT TABLE
30+
31+
Improvements
32+
~~~~~~~~~~~~
33+
34+
* lmuch faster ockless PQ
35+
* /sql can execute any type of SQL statement in mode=raw
36+
* alias mysql for mysql41 protocol
37+
* default state.sql in data_dir
38+
39+
40+
41+
Bugfixes
42+
~~~~~~~~
43+
44+
* `a5333644 <https://github.com/manticoresoftware/manticoresearch/commit/a5333644e8e0c69746a9f24da8221fc965478e4a>`__ fix crash on wrong field syntax in highlight()
45+
* `7fbb9f2e <https://github.com/manticoresoftware/manticoresearch/commit/7fbb9f2e618096289cba7f8b834530b46aa94055>`__ fix crash of daemon on replicate RT index with docstore
46+
* `24a04687 <https://github.com/manticoresoftware/manticoresearch/commit/24a04687eb43b4f4719c7c4a5fe3c19099240467>`__ fix crash on highlight to index with infix or prefix option and to index wo stored fields enabled
47+
* `3465c1ce <https://github.com/manticoresoftware/manticoresearch/commit/3465c1ce9c860c09f6ccc5b83a63e3c68c241d8d>`__ fix false error about empty docstore and dock-id lookup for empty index
48+
* `a707722e <https://github.com/manticoresoftware/manticoresearch/commit/b8601b4144b9092be43a7caa7cd6b19cb37e14c7>`__ fix #314 SphinxQL insert command with trailing semicolon
49+
* `95628c9b <https://github.com/manticoresoftware/manticoresearch/commit/95628c9b9b8f16fe1bd18599a84e9673575adf1a>`__ removed warning on query word(s) mismatch
50+
* `b8601b41 <https://github.com/manticoresoftware/manticoresearch/commit/b8601b4144b9092be43a7caa7cd6b19cb37e14c7>`__ fix queries in snippets segmented via ICU
51+
* `5275516c <https://github.com/manticoresoftware/manticoresearch/commit/5275516ca4631c584e6e0127fa161a18d2658fd0>`__ fix find/add race condition in docstore block cache
52+
* `f06ef97a <https://github.com/manticoresoftware/manticoresearch/commit/f06ef97af5c7390427e82525c150535290e42c3e>`__ fix mem leak in docstore
53+
* `a7258ba8 <https://github.com/manticoresoftware/manticoresearch/commit/a7258ba8340e246c0d8aaeb4a7a74129eba807eb>`__ fix #316 LAST_INSERT_ID returns empty on INSERT
54+
* `1ebd5bf8 <https://github.com/manticoresoftware/manticoresearch/commit/1ebd5bf8d74113bcfa138ce63ce11966990a4215>`__ fix #317 json/update HTTP endpoint to support array for MVA and object for JSON attribute
55+
* `e426950a <https://github.com/manticoresoftware/manticoresearch/commit/e426950a536382a142e2a42ed207c341149ff685>`__ fix rash of indexer dumping rt without explicit id
56+
57+
58+
59+
460
Version 3.3.0, 4 February 2020
561
------------------------------
662

src/sphinxversion.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// this is the main place where version number is defined
2-
#define VERNUMBERS "3.3.1"
2+
#define VERNUMBERS "3.4.0"
33
#define SPH_GIT_COMMIT_ID "@SPH_GIT_COMMIT_ID@"
44
#define GIT_TIMESTAMP_ID "@GIT_TIMESTAMP_ID@"
55
#cmakedefine SPHINX_TAG "@SPHINX_TAG@"

0 commit comments

Comments
 (0)