Skip to content

Commit b92e96c

Browse files
committed
Update meta for 3.0.3
Change-Id: If2a82b52985d15eb88bf0c4179fade70321770a6 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/130781 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent e373de6 commit b92e96c

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

package.xml

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

21-
<date>2020-03-04</date>
21+
<date>2020-06-17</date>
2222
<version>
23-
<release>3.0.2</release>
23+
<release>3.0.3</release>
2424
<api>3.0.0</api>
2525
</version>
2626
<stability>
@@ -29,10 +29,24 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
32-
* PCBC-660: Detect when to raise CasMismatchException
33-
* PCBC-663: make sure search object will not be double-freed
34-
* Fixed memory leaks.
35-
* Fixed manifest issue leading to install failure.
32+
* PCBC-696: Fix encoding issue in QueryString search query
33+
* PCBC-667: Add maxExpiry for CollectionSpec of collection manager
34+
* PCBC-690: Increase refcount of arg in ViewOptions::keys()
35+
* PCBC-688: Ensure that temporary strings are copied in ViewOptions builder
36+
* PCBC-666: Fix invalid memory access of Query result "meta"
37+
* PCBC-665: Fix build issue on Debian
38+
* Documentation improvements:
39+
* PCBC-683: update documentation steps
40+
* PCBC-675: Add API docs for exceptions
41+
* Update API ref to add docs for results objects
42+
* Update API reference for remaining undocument query API
43+
- PCBC-672: Add API docs for KV functions
44+
- PCBC-671: Add API reference docs for cluster/bucket etc...
45+
- PCBC-694: Remove \ namespace prefix in return type and argument definitions
46+
- PCBC-694: Allow null to be passed to nullable options
47+
- PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions
48+
- PCBC-692: Use MutationResult instead of StoreResult
49+
- PCBC-691: Use "|null" instead of "?" in phpdoc
3650
</notes>
3751
<contents>
3852
<dir name="/">
@@ -151,6 +165,24 @@
151165
<providesextension>couchbase</providesextension>
152166
<extsrcrelease/>
153167
<changelog>
168+
<release>
169+
<date>2020-03-04</date>
170+
<version>
171+
<release>3.0.2</release>
172+
<api>3.0.0</api>
173+
</version>
174+
<stability>
175+
<release>stable</release>
176+
<api>stable</api>
177+
</stability>
178+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
179+
<notes>
180+
* PCBC-660: Detect when to raise CasMismatchException
181+
* PCBC-663: make sure search object will not be double-freed
182+
* Fixed memory leaks.
183+
* Fixed manifest issue leading to install failure.
184+
</notes>
185+
</release>
154186
<release>
155187
<date>2020-02-04</date>
156188
<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.0.2"
20+
#define PHP_COUCHBASE_VERSION "3.0.3"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)