Skip to content

Commit dfdf8b2

Browse files
committed
Update meta for 3.1.0
Change-Id: I5ac98426a5c6ecaad3dd9fd156fba673c0bfb0c7 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/143906 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 594b56d commit dfdf8b2

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

package.xml

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

21-
<date>2020-12-06</date>
21+
<date>2021-01-20</date>
2222
<version>
23-
<release>3.0.5</release>
24-
<api>3.0.0</api>
23+
<release>3.1.0</release>
24+
<api>3.1.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-699: Add support for minimal durability settings for bucket manager
33-
* PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is deprecated in favour to expiryTime()
34-
which returns DateTimeInterface
35-
* PCBC-715: refactor document expiry duration
36-
- allow to specify DateTimeInterface objects as expiry value in mutation options
37-
- when expiration is set as long in seconds, treat the value as relative if it is less than 50 years in
38-
seconds. In this case take current time and add to the expiration value
39-
* PCBC-733: Add missing fields for SearchFacet results
40-
* PCBC-720: allow to disable FTS scoring
41-
* Support PHP 8. Drop support for PHP older than 7.2
32+
PCBC-742: Propagate custom value transcoder to results
33+
PCBC-707: Add scope-level query and scope qualifier support for QueryOptions.
34+
PCBC-741: Fix memory leak in Bucket::viewQuery()
35+
PCBC-734: Fix destruction of SearchOptions.
36+
PCBC-591: KeyNotFoundException is an alias for DocumentNotFoundException
4237
</notes>
4338
<contents>
4439
<dir name="/">
@@ -61,6 +56,7 @@
6156
<file role="doc" name="examples/search/index_management.php" />
6257
<file role="doc" name="examples/search/search.php" />
6358
<file role="doc" name="examples/subdoc/xattrs.php" />
59+
<file role="doc" name="examples/tracing/demo.php" />
6460
<file role="doc" name="examples/transcoders/index.php" />
6561
<file role="doc" name="fastlz/LICENSE.txt" />
6662
<file role="src" name="config.m4" />
@@ -161,6 +157,30 @@
161157
<providesextension>couchbase</providesextension>
162158
<extsrcrelease/>
163159
<changelog>
160+
<release>
161+
<date>2020-12-06</date>
162+
<version>
163+
<release>3.0.5</release>
164+
<api>3.0.0</api>
165+
</version>
166+
<stability>
167+
<release>stable</release>
168+
<api>stable</api>
169+
</stability>
170+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
171+
<notes>
172+
* PCBC-699: Add support for minimal durability settings for bucket manager
173+
* PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is deprecated in favour to expiryTime()
174+
which returns DateTimeInterface
175+
* PCBC-715: refactor document expiry duration
176+
- allow to specify DateTimeInterface objects as expiry value in mutation options
177+
- when expiration is set as long in seconds, treat the value as relative if it is less than 50 years in
178+
seconds. In this case take current time and add to the expiration value
179+
* PCBC-733: Add missing fields for SearchFacet results
180+
* PCBC-720: allow to disable FTS scoring
181+
* Support PHP 8. Drop support for PHP older than 7.2
182+
</notes>
183+
</release>
164184
<release>
165185
<date>2020-11-11</date>
166186
<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.5"
20+
#define PHP_COUCHBASE_VERSION "3.1.0"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)