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

Commit a1116d6

Browse files
committed
Go with 1.0beta1
1 parent 3e80faa commit a1116d6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ChangeLog
2+
=========
3+
4+
1.0beta1
5+
--------
6+
7+
** Task
8+
* [HHVM-58] - Implement logging through HHVM's logging mechanism
9+
* [HHVM-113] - Handle new writeConcernErrors array in mongoc_write_result_t
10+
* [HHVM-114] - WriteResult debug handler should display null for a missing writeConcernError
11+
* [HHVM-118] - Upgrade bundled libmongoc and libbson to 1.2.0-rc0
12+
13+
** Bug
14+
* [HHVM-121] - Default DSN is not parsable
15+

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.0alpha1") {}
85+
MongoDBExtension() : Extension("mongodb", "1.0beta1") {}
8686

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

0 commit comments

Comments
 (0)