|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2018-07-05</date> |
| 21 | + <date>2018-08-10</date> |
22 | 22 | <version>
|
23 |
| - <release>2.5.0</release> |
| 23 | + <release>2.5.1</release> |
24 | 24 | <api>2.3.0</api>
|
25 | 25 | </version>
|
26 | 26 | <stability>
|
|
30 | 30 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
|
31 | 31 | </license>
|
32 | 32 | <notes>
|
33 |
| - * PCBC-551: Do not complain about missing igbinary on start |
34 |
| - * PCBC-552: Pass logger to lcb_create to catch all log messages |
35 |
| - * PCBC-553: Check if crypto provider implements IV and signatures |
36 |
| - * PCBC-554: Fix search query descending order to use "desc" |
37 |
| - * PCBC-544: Implement CertAuthenticator for extra checks |
38 |
| - * Fixes for PHP 7.3 |
| 33 | + * PCBC-557: Better FTS example |
| 34 | + * PCBC-533: Implement experimental FTS index management API |
39 | 35 | </notes>
|
40 | 36 | <contents>
|
41 | 37 | <dir name="/">
|
|
58 | 54 | <file role="doc" name="examples/certauth/certauth.php" />
|
59 | 55 | <file role="doc" name="examples/managers/UserManagement.php" />
|
60 | 56 | <file role="doc" name="examples/scan_consistency/request_plus.php" />
|
| 57 | + <file role="doc" name="examples/search/index_management.php" /> |
| 58 | + <file role="doc" name="examples/search/search.php" /> |
61 | 59 | <file role="doc" name="examples/subdoc/xattrs.php" />
|
62 | 60 | <file role="doc" name="examples/transcoders/index.php" />
|
63 | 61 | <file role="doc" name="fastlz/LICENSE.txt" />
|
|
103 | 101 | <file role="src" name="src/couchbase/cluster.c" />
|
104 | 102 | <file role="src" name="src/couchbase/cluster_manager.c" />
|
105 | 103 | <file role="src" name="src/couchbase/cluster_manager/user_settings.c" />
|
| 104 | + <file role="src" name="src/couchbase/search_index_manager.c" /> |
106 | 105 | <file role="src" name="src/couchbase/document.c" />
|
107 | 106 | <file role="src" name="src/couchbase/document_fragment.c" />
|
108 | 107 | <file role="src" name="src/couchbase/log_formatter.c" />
|
|
186 | 185 | <providesextension>couchbase</providesextension>
|
187 | 186 | <extsrcrelease/>
|
188 | 187 | <changelog>
|
| 188 | + <release> |
| 189 | + <date>2018-07-05</date> |
| 190 | + <version> |
| 191 | + <release>2.5.0</release> |
| 192 | + <api>2.3.0</api> |
| 193 | + </version> |
| 194 | + <stability> |
| 195 | + <release>stable</release> |
| 196 | + <api>stable</api> |
| 197 | + </stability> |
| 198 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2 |
| 199 | + </license> |
| 200 | + <notes> |
| 201 | + * PCBC-551: Do not complain about missing igbinary on start |
| 202 | + * PCBC-552: Pass logger to lcb_create to catch all log messages |
| 203 | + * PCBC-553: Check if crypto provider implements IV and signatures |
| 204 | + * PCBC-554: Fix search query descending order to use "desc" |
| 205 | + * PCBC-544: Implement CertAuthenticator for extra checks |
| 206 | + * Fixes for PHP 7.3 |
| 207 | + </notes> |
| 208 | + </release> |
189 | 209 | <release>
|
190 | 210 | <date>2018-06-07</date>
|
191 | 211 | <version>
|
|
0 commit comments