Something which changed since 0.10 is the serialization of large integers, which have now turned into floats for values > 2^31.
Report and Javascript test case at https://issues.apache.org/jira/browse/COUCHDB-617 It believe that we had a patch in our vendorized mochiweb r97, but that was dropped when a later mochiweb was imported. I'd say this is a fairly important regression, but it doesn't hold up the branching of course. Regards, Brian.
