Skip to content

Commit 47e6a75

Browse files
committed
Update meta for 3.0.4
Change-Id: I88eebabd4a503c30abe504d5a41042c79eeadfaa Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/140028 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 95bd78d commit 47e6a75

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

package.xml

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

21-
<date>2020-06-17</date>
21+
<date>2020-11-11</date>
2222
<version>
23-
<release>3.0.3</release>
23+
<release>3.0.4</release>
2424
<api>3.0.0</api>
2525
</version>
2626
<stability>
@@ -29,24 +29,12 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
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
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
5038
</notes>
5139
<contents>
5240
<dir name="/">
@@ -166,6 +154,38 @@
166154
<providesextension>couchbase</providesextension>
167155
<extsrcrelease/>
168156
<changelog>
157+
<release>
158+
<date>2020-06-17</date>
159+
<version>
160+
<release>3.0.3</release>
161+
<api>3.0.0</api>
162+
</version>
163+
<stability>
164+
<release>stable</release>
165+
<api>stable</api>
166+
</stability>
167+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
168+
<notes>
169+
* PCBC-696: Fix encoding issue in QueryString search query
170+
* PCBC-667: Add maxExpiry for CollectionSpec of collection manager
171+
* PCBC-690: Increase refcount of arg in ViewOptions::keys()
172+
* PCBC-688: Ensure that temporary strings are copied in ViewOptions builder
173+
* PCBC-666: Fix invalid memory access of Query result "meta"
174+
* PCBC-665: Fix build issue on Debian
175+
* Documentation improvements:
176+
* PCBC-683: update documentation steps
177+
* PCBC-675: Add API docs for exceptions
178+
* Update API ref to add docs for results objects
179+
* Update API reference for remaining undocument query API
180+
- PCBC-672: Add API docs for KV functions
181+
- PCBC-671: Add API reference docs for cluster/bucket etc...
182+
- PCBC-694: Remove \ namespace prefix in return type and argument definitions
183+
- PCBC-694: Allow null to be passed to nullable options
184+
- PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions
185+
- PCBC-692: Use MutationResult instead of StoreResult
186+
- PCBC-691: Use "|null" instead of "?" in phpdoc
187+
</notes>
188+
</release>
169189
<release>
170190
<date>2020-03-04</date>
171191
<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.3"
20+
#define PHP_COUCHBASE_VERSION "3.0.4"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)