Skip to content

Commit 19881fa

Browse files
committed
Update meta for 3.0.5
Change-Id: I134139842af2d8fd0962391b2214022bee7df424 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/141554 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent d8648b2 commit 19881fa

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

package.xml

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

21-
<date>2020-11-11</date>
21+
<date>2020-12-06</date>
2222
<version>
23-
<release>3.0.4</release>
23+
<release>3.0.5</release>
2424
<api>3.0.0</api>
2525
</version>
2626
<stability>
@@ -29,12 +29,16 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
32-
* PCBC-722: Fix boolean search query encoding
33-
* PCBC-703: Add support for query with FlexIndex (FTS)
34-
* PCBC-719: Enhance user management for collections
35-
* PCBC-702: Implement geopolygon FTS query
36-
* PCBC-705: Update eviction policy types. Now it covers ephemeral buckets
37-
* PCBC-721: Allow to fallback to bucket connection for older servers
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
3842
</notes>
3943
<contents>
4044
<dir name="/">
@@ -157,6 +161,26 @@
157161
<providesextension>couchbase</providesextension>
158162
<extsrcrelease/>
159163
<changelog>
164+
<release>
165+
<date>2020-11-11</date>
166+
<version>
167+
<release>3.0.4</release>
168+
<api>3.0.0</api>
169+
</version>
170+
<stability>
171+
<release>stable</release>
172+
<api>stable</api>
173+
</stability>
174+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
175+
<notes>
176+
* PCBC-722: Fix boolean search query encoding
177+
* PCBC-703: Add support for query with FlexIndex (FTS)
178+
* PCBC-719: Enhance user management for collections
179+
* PCBC-702: Implement geopolygon FTS query
180+
* PCBC-705: Update eviction policy types. Now it covers ephemeral buckets
181+
* PCBC-721: Allow to fallback to bucket connection for older servers
182+
</notes>
183+
</release>
160184
<release>
161185
<date>2020-06-17</date>
162186
<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.4"
20+
#define PHP_COUCHBASE_VERSION "3.0.5"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)