+* Avoid `application/json` when `GET`ing remote documents with attachments. This makes the replicator and `get()`s on remote PouchDBs more efficient, by preferring to fetch the attachments directly in separate parallel requests. You may see a negative performance impact if you have many small attachments, in which case you should inline them instead of using attachments. However, "normal" attachment use cases should see a big improvement, because attachments are no longer sent over the wire as base64-encoded strings. This also improves support for syncing attachments in Couchbase Sync Gateway, which does not support the `application/json` format. ([#3870](https://github.com/pouchdb/pouchdb/issues/3870))
0 commit comments