Skip to content

Commit 8f6b4c9

Browse files
committed
Update meta for 3.2.2
Change-Id: Ia7ec29663a7a872193e335263e946bc56667f29e Reviewed-on: https://review.couchbase.org/c/php-couchbase/+/167200 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent bdeb36d commit 8f6b4c9

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

package.xml

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

21-
<date>2021-10-14</date>
21+
<date>2021-12-08</date>
2222
<version>
23-
<release>3.2.1</release>
23+
<release>3.2.2</release>
2424
<api>3.2.0</api>
2525
</version>
2626
<stability>
@@ -29,9 +29,10 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
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.
32+
PCBC-796: add storage backend option for bucket manager
33+
PCBC-788: handle rate/quota limit error codes
34+
PCBC-799: implement {get,upsert,remove}Multi
35+
Update jsonSerialize methods to stop deprecations errors in php 8.1
3536
</notes>
3637
<contents>
3738
<dir name="/">
@@ -161,6 +162,23 @@
161162
<providesextension>couchbase</providesextension>
162163
<extsrcrelease/>
163164
<changelog>
165+
<release>
166+
<date>2021-10-14</date>
167+
<version>
168+
<release>3.2.1</release>
169+
<api>3.2.0</api>
170+
</version>
171+
<stability>
172+
<release>stable</release>
173+
<api>stable</api>
174+
</stability>
175+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
176+
<notes>
177+
PCBC-770: Fixed memory leak while decoding subdoc JSON.
178+
PCBC-782: Updated minimal requirement for libcouchbase to 3.2.2.
179+
Other memory fixes and improvements.
180+
</notes>
181+
</release>
164182
<release>
165183
<date>2021-07-27</date>
166184
<version>

0 commit comments

Comments
 (0)