Skip to content

Commit 19b9b22

Browse files
committed
Update meta for 3.0.1
Change-Id: I01d7d1c9fdd6ea5c955a2342826acf68ed2db713 Reviewed-on: http://review.couchbase.org/121649 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 1f85b6b commit 19b9b22

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package.xml

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

21-
<date>2020-01-21</date>
21+
<date>2020-02-04</date>
2222
<version>
23-
<release>3.0.0</release>
23+
<release>3.0.1</release>
2424
<api>3.0.0</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>
2828
<api>stable</api>
2929
</stability>
30-
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
31-
</license>
30+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3231
<notes>
33-
* First GA release of SDK 3.0
32+
* Exposed manager APIs on Cluster level:
33+
- Cluster#queryIndexes() -> QueryIndexManager
34+
- Cluster#searchIndexes() -> SearchIndexManager
35+
- Cluster#users() -> UserManager
36+
- Cluster#buckets() -> BucketManager
37+
* Exposed manager APIs on Bucket level:
38+
- Bucket#collections() -> CollectionManager
39+
- Bucket#viewIndexes() -> ViewIndexManager
3440
</notes>
3541
<contents>
3642
<dir name="/">
@@ -150,6 +156,22 @@
150156
<providesextension>couchbase</providesextension>
151157
<extsrcrelease/>
152158
<changelog>
159+
<release>
160+
<date>2020-01-21</date>
161+
<version>
162+
<release>3.0.0</release>
163+
<api>3.0.0</api>
164+
</version>
165+
<stability>
166+
<release>stable</release>
167+
<api>stable</api>
168+
</stability>
169+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
170+
</license>
171+
<notes>
172+
* First GA release of SDK 3.0
173+
</notes>
174+
</release>
153175
<release>
154176
<date>2019-10-23</date>
155177
<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.0"
20+
#define PHP_COUCHBASE_VERSION "3.0.1"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)