Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.64 KB

2014-09-04-pouchdb-3.0.4.md

File metadata and controls

24 lines (15 loc) · 1.64 KB
layout title author
post
PouchDB 3.0.4: Night of the Living Attachments
Calvin Metcalf

This week we present PouchDB 3.0.4, which fixes a bunch of stuff with attachments. Now the kittens generated by the 3.0.0 release may be safely stored in Pouch.

{% include img.html src="kittens_small.jpg" alt="Kittens" %}

Attachmentspalooza

  • In Firefox, different attachments now (correctly) have different MD5 hashes. Previously they were just hashes of the string '[Object] object'. With this, we also now check that the hashes we produce are identical to the ones that CouchDB produces (with the exception of plaintext ones due to Erlang being weird and not having ASCII strings) (#2698).
  • Weirdness in Chrome 37-39 with FileReader and empty blobs is now fixed (#2713).
  • Fix for a bug in Chrome 37 relating to blobs in IndexedDB (#2701).
  • HTTP pouches now support buffer/blob data in attachments (#2577).

Other fixes in 3.0.4