Skip to content

Commit

Permalink
Update meta for 3.0.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
avsej committed Jun 17, 2020
1 parent e373de6 commit b92e96c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
44 changes: 38 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<active>yes</active>
</lead>

<date>2020-03-04</date>
<date>2020-06-17</date>
<version>
<release>3.0.2</release>
<release>3.0.3</release>
<api>3.0.0</api>
</version>
<stability>
Expand All @@ -29,10 +29,24 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
* PCBC-660: Detect when to raise CasMismatchException
* PCBC-663: make sure search object will not be double-freed
* Fixed memory leaks.
* Fixed manifest issue leading to install failure.
* PCBC-696: Fix encoding issue in QueryString search query
* PCBC-667: Add maxExpiry for CollectionSpec of collection manager
* PCBC-690: Increase refcount of arg in ViewOptions::keys()
* PCBC-688: Ensure that temporary strings are copied in ViewOptions builder
* PCBC-666: Fix invalid memory access of Query result "meta"
* PCBC-665: Fix build issue on Debian
* Documentation improvements:
* PCBC-683: update documentation steps
* PCBC-675: Add API docs for exceptions
* Update API ref to add docs for results objects
* Update API reference for remaining undocument query API
- PCBC-672: Add API docs for KV functions
- PCBC-671: Add API reference docs for cluster/bucket etc...
- PCBC-694: Remove \ namespace prefix in return type and argument definitions
- PCBC-694: Allow null to be passed to nullable options
- PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions
- PCBC-692: Use MutationResult instead of StoreResult
- PCBC-691: Use "|null" instead of "?" in phpdoc
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -151,6 +165,24 @@
<providesextension>couchbase</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2020-03-04</date>
<version>
<release>3.0.2</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
* PCBC-660: Detect when to raise CasMismatchException
* PCBC-663: make sure search object will not be double-freed
* Fixed memory leaks.
* Fixed manifest issue leading to install failure.
</notes>
</release>
<release>
<date>2020-02-04</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_couchbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef PHP_COUCHBASE_H_
#define PHP_COUCHBASE_H_

#define PHP_COUCHBASE_VERSION "3.0.2"
#define PHP_COUCHBASE_VERSION "3.0.3"
#define PHP_COUCHBASE_EXTNAME "couchbase"

extern zend_module_entry couchbase_module_entry;
Expand Down

0 comments on commit b92e96c

Please sign in to comment.