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

Commit d614fdc

Browse files
committed
Go with 1.1.1
1 parent d4783db commit d614fdc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
ChangeLog
22
=========
33

4+
1.1.1
5+
-----
6+
7+
** Bug
8+
* [HHVM-183] - toJSON() should throw on invalid BSON
9+
* [HHVM-185] - Throw exception for failed root or nested BSON iteration
10+
* [HHVM-188] - ObjectID only supports lower case hexadecimal letters
11+
12+
** Task
13+
* [HHVM-194] - Upgrade bundled libbson and libmongoc to 1.3.4
14+
415
1.1.0
516
-----
617

mongodb.cpp

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

8484
static class MongoDBExtension : public Extension {
8585
public:
86-
MongoDBExtension() : Extension("mongodb", "1.1.1RC1-dev") {}
86+
MongoDBExtension() : Extension("mongodb", "1.1.1") {}
8787

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

0 commit comments

Comments
 (0)