MongoDB upgrade - Upgraded MongoDB and drivers to mongodb-c-driver 1.5.1, libbson 1.5.1 and MongoDB v3.4.0 - The upstream mongodb-c-driver has deprecated the old OP_QUERY syntax with $-modifiers and old names like $orderby and $query, which will be removed from the driver. The new interface is more in the mongodb style, many former parameters (e.g. -limit, -skip, -project, -sort) went to the new "-opts" argument.