Skip to content

Commit e5d0399

Browse files
committed
Update meta for 3.2.1
Change-Id: I337e376f0a4f74c6e4e0c4be702e31975331a111 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/163657 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent e9746f4 commit e5d0399

File tree

2 files changed

+32
-15
lines changed

2 files changed

+32
-15
lines changed

package.xml

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2021-07-27</date>
21+
<date>2021-10-14</date>
2222
<version>
23-
<release>3.2.0</release>
23+
<release>3.2.1</release>
2424
<api>3.2.0</api>
2525
</version>
2626
<stability>
@@ -29,18 +29,9 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
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.
32+
PCBC-770: Fixed memory leak while decoding subdoc JSON.
33+
PCBC-782: Updated minimal requirement for libcouchbase to 3.2.2.
34+
Other memory fixes and improvements.
4435
</notes>
4536
<contents>
4637
<dir name="/">
@@ -167,6 +158,32 @@
167158
<providesextension>couchbase</providesextension>
168159
<extsrcrelease/>
169160
<changelog>
161+
<release>
162+
<date>2021-07-27</date>
163+
<version>
164+
<release>3.2.0</release>
165+
<api>3.2.0</api>
166+
</version>
167+
<stability>
168+
<release>stable</release>
169+
<api>stable</api>
170+
</stability>
171+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
172+
<notes>
173+
PCBC-750: Deprecate `getScope` in collections manager.
174+
PCBC-725: Add support for collections to Full Text Search.
175+
PCBC-764: Serialize `BooleanSearchQuery->mustNot` to `"must_not"`.
176+
PCBC-709: Add scope level analytics queries.
177+
PCBC-732: Expose partition information for query indexes.
178+
PCBC-733: Add analytics index manager.
179+
PCBC-769: Do not allow using CAS with counter operations, which are always atomic.
180+
PCBC-767: Fix URL for collection create method.
181+
PCBC-738: Add `preserveExpiry` support for mutations (`replace`, `upsert` and `mutateIn`).
182+
PCBC-700: Manage remote links for analytics service.
183+
PCBC-706: Provide tracing interface.
184+
PCBC-743: Provide metrics interface.
185+
</notes>
186+
</release>
170187
<release>
171188
<date>2021-05-13</date>
172189
<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.2.0"
20+
#define PHP_COUCHBASE_VERSION "3.2.1"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)