Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit ca7d02a

Browse files
committed
Go with 1.0.0RC1
1 parent 88b7c0c commit ca7d02a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

ChangeLog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
ChangeLog
22
=========
33

4-
1.0beta1
4+
1.0.0RC1
55
--------
66

7+
** Improvement
8+
* [HHVM-117] - BulkWrite and executeInsert() should support an options array
9+
10+
** Task
11+
* [HHVM-124] - Upgrade bundled libbson and libmongoc to 1.2.0
12+
* [HHVM-125] - Remove WriteResult::getInfo() method
13+
* [HHVM-126] - Classes should be final unless inheritance is necessary
14+
* [HHVM-127] - Remove DuplicateKeyException
15+
* [HHVM-128] - Create common parent for write concern and write errors
16+
* [HHVM-129] - Remove single write methods, WriteErrorException, and WriteConcernException
17+
* [HHVM-131] - Add tutorial on how to get started with the driver and PHPLIB
18+
19+
1.0.0beta1
20+
----------
21+
722
** Task
823
* [HHVM-58] - Implement logging through HHVM's logging mechanism
924
* [HHVM-113] - Handle new writeConcernErrors array in mongoc_write_result_t

mongodb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void hippo_log_handler(mongoc_log_level_t log_level, const char *log_domain, con
8282

8383
static class MongoDBExtension : public Extension {
8484
public:
85-
MongoDBExtension() : Extension("mongodb", "1.0beta2-dev") {}
85+
MongoDBExtension() : Extension("mongodb", "1.0.0RC1") {}
8686

8787
virtual void moduleInit() {
8888
/* MongoDB\BSON functions */

0 commit comments

Comments
 (0)