Skip to content

Commit

Permalink
Update Node Mongo driver from 1.4.1 to 1.4.30
Browse files Browse the repository at this point in the history
and BSON from 0.2.7 to 0.2.18

This is past the minimum version required to use the upcoming MongoDB
3.0.

Fixes meteor#3654.
  • Loading branch information
glasser committed Feb 7, 2015
1 parent ce93b8f commit eaf11fa
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
- Fibers: 1.0.5 (from 1.0.1)
- MongoDB: 2.6.7 (from 2.4.12)
- openssl in mongo: 1.0.2 (from 1.0.1j)

- MongoDB driver: 1.4.30 (from 1.4.1)
- bson: 0.2.18 (from 0.2.7)


## v.1.0.3.1, 2015-Jan-20
Expand Down
23 changes: 20 additions & 3 deletions packages/mongo/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ Package.describe({
});

Npm.depends({
mongodb: "https://github.com/meteor/node-mongodb-native/tarball/cbd6220ee17c3178d20672b4a1df80f82f97d4c1",
// 1.4.30 (and bson 0.2.18) with optional native dependencies (bson native
// piece and kerberos) ripped out, which means we don't have to do the
// publish-for-arch dance every time we make a Meteor release.
// XXX move the npm dependency into a non-core versioned package and allow
// it to use C++ bson
mongodb: "https://github.com/meteor/node-mongodb-native/tarball/fb94f9be1f0d4d5b4d3801fd20e6b00e0df8306e",
"mongodb-uri": "0.9.7"
});

Expand Down

0 comments on commit eaf11fa

Please sign in to comment.