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

Commit 54417b9

Browse files
committed
Go with 1.1.2
1 parent 4539d26 commit 54417b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog.rst

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

4+
1.1.2
5+
-----
6+
7+
** Bug
8+
* [HHVM-209] - Driver fails to build due to "Logger" with HHVM 3.9-3.11
9+
10+
** Task
11+
* [HHVM-161] - WriteResult should encapsulate BSON instead of mongoc_write_result_t
12+
* [HHVM-191] - Use bson_error_t message for BulkWriteException message
13+
* [HHVM-193] - executeBulkWrite() should throw InvalidArgumentException for empty BulkWrite
14+
15+
416
1.1.1
517
-----
618

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.2-dev") {}
86+
MongoDBExtension() : Extension("mongodb", "1.1.2") {}
8787

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

0 commit comments

Comments
 (0)