We're getting ready to release 0.6.2 next week, and I've built a release candidate for your testing pleasure.
Please give it a whirl in your apps by running 'meteor --release 0.6.2-rc1' and post here about any issues you find.
* Better stack traces for `Meteor.Error`.
* Add per-package upgrade notices to `meteor update`.
* Experimental server-to-server DDP support: `Meteor.connect` on the
server will connect to a remote DDP endpoint via WebSockets. Method
calls should work fine, but subscriptions and minimongo on the server
are still a work in progress.
* Upgrade d3 from 2.x to 3.1.4. See
* Return the inserted documented ID from `LocalCollection.insert`. #908
* `Spiderable.userAgentRegExps` can now be modified to change what user agents
are treated as spiders by the `spiderable` package.
* Prevent observe callbacks from affecting the arguments to identical
observes. #855
* Fix meteor command line tool when run from a home directory with
spaces in its name.
Cheers,
-- Nick