Skip to content

Commit a599b87

Browse files
committed
update CHANGELOG
1 parent e663686 commit a599b87

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
1+
#### 2.0.0
2+
3+
* added support for [Manticore](https://manticoresearch.com)
4+
* added `Percolate` class for `Manticore`
5+
* added `orPhrase` method to `Match` class
6+
* added `resetFacets` method to `SphinxQL` class
7+
* added support for multi-document snippet call
8+
* fixed `Connection` exception thrown
9+
* fixed incorrect property accessibility/visibility
10+
* refactored `ResultSet` and `MultiResultSet` classes to reduce duplicate code
11+
* removed `Connection` error suppression
12+
* removed `SphinxQL\Drivers\ResultSetAdapterInterface` constants
13+
* removed static `SphinxQL::create` method
14+
* removed support for PHP 5.3 and HHVM
15+
* updated fetch type for drivers to use `boolean` to return assoc/indexed arrays
16+
* updated PHPDoc blocks
17+
18+
Note: This release contains **breaking changes** around the instantiation of the `SphinxQL` class with the removal of static methods. Please refer to the README for any API changes.
19+
20+
#### 1.2.0
21+
22+
* added support for `GROUP N BY`
23+
* refactored `Connection`
24+
* refactored `ResultSet` and `MultiResultSet` to reduce duplicate code
25+
26+
Note: This release contains **breaking changes** with the introduction of `ResultSet` and `MultiResultSet` changes. Please refer to the README for any API changes.
27+
128
#### 0.9.7
29+
230
* added support for unix sockets
331
* added `NOT IN` condition in `WHERE` statements
432

533
#### 0.9.6
34+
635
* added named integer lists support to `OPTION` with associative array (@alpha0010)
736
* deprecated special case `OPTION` for `field_weights` and `index_weights`
837
* forced `Connection` to use utf8 charset (@t1gor)

0 commit comments

Comments
 (0)