Skip to content

Commit dd12c1a

Browse files
committed
Update meta for 3.2.0
Change-Id: I10bb4e22e531352a04ab9b7b494a3a67cc610a51 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/158292 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 1b1e537 commit dd12c1a

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

package.xml

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,29 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2021-05-13</date>
21+
<date>2021-07-27</date>
2222
<version>
23-
<release>3.1.2</release>
24-
<api>3.1.0</api>
23+
<release>3.2.0</release>
24+
<api>3.2.0</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>
2828
<api>stable</api>
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
32-
PCBC-761: fix return interface for expiryTime methods.
33-
PCBC-760: expose error messages in query exceptions.
34-
PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows.
35-
PCBC-758: raise exception if invalid CAS passed to unlock.
36-
PCBC-729: update URLs for Collections management API.
32+
PCBC-750: Deprecate `getScope` in collections manager.
33+
PCBC-725: Add support for collections to Full Text Search.
34+
PCBC-764: Serialize `BooleanSearchQuery->mustNot` to `"must_not"`.
35+
PCBC-709: Add scope level analytics queries.
36+
PCBC-732: Expose partition information for query indexes.
37+
PCBC-733: Add analytics index manager.
38+
PCBC-769: Do not allow using CAS with counter operations, which are always atomic.
39+
PCBC-767: Fix URL for collection create method.
40+
PCBC-738: Add `preserveExpiry` support for mutations (`replace`, `upsert` and `mutateIn`).
41+
PCBC-700: Manage remote links for analytics service.
42+
PCBC-706: Provide tracing interface.
43+
PCBC-743: Provide metrics interface.
3744
</notes>
3845
<contents>
3946
<dir name="/">
@@ -160,6 +167,25 @@
160167
<providesextension>couchbase</providesextension>
161168
<extsrcrelease/>
162169
<changelog>
170+
<release>
171+
<date>2021-05-13</date>
172+
<version>
173+
<release>3.1.2</release>
174+
<api>3.1.0</api>
175+
</version>
176+
<stability>
177+
<release>stable</release>
178+
<api>stable</api>
179+
</stability>
180+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
181+
<notes>
182+
PCBC-761: fix return interface for expiryTime methods.
183+
PCBC-760: expose error messages in query exceptions.
184+
PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows.
185+
PCBC-758: raise exception if invalid CAS passed to unlock.
186+
PCBC-729: update URLs for Collections management API.
187+
</notes>
188+
</release>
163189
<release>
164190
<date>2021-03-04</date>
165191
<version>

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef PHP_COUCHBASE_H_
1818
#define PHP_COUCHBASE_H_
1919

20-
#define PHP_COUCHBASE_VERSION "3.1.2"
20+
#define PHP_COUCHBASE_VERSION "3.2.0"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)