layout: post
title: PouchDB 3.3.1: A quick one while he's away author: Nolan Lawson
This is a quick release, ahead of our normal monthly release schedule, to fix some critical bugs and ship them out sooner to our eager PouchDB fanbase.
db.info() (#3398)As noted above, db.info() now provides adapter-specific debugging info, such as:
idb_attachment_format: (IndexedDB) either 'base64' or 'binary', depending on whether the browser supports binary blobs.sqlite_plugin: (WebSQL) true if the SQLite Plugin is being used.websql_encoding: (WebSQL) either 'UTF-8' or 'UTF-16', depending on the WebSQL implementationThis should not be considered a stable API, since it's only for debugging and could change at any time.
Thanks to Nick Colley, the PouchDB blog is now available as an RSS feed! Point your RSS reader over to pouchdb.com/feed.xml and get notified whenever a new PouchDB version is released.
The goal of PouchDB is to work seamlessly with any server that's CouchDB-compliant. And thanks to some help from J. Chris Anderson over at Couchbase, we are slowly improving our support for Couchbase Sync Gateway!
The current status is that CSG is being tested in Travis, but not all the tests are succeeding yet. So the next step is to start whittling away the failing tests. In the meantime, we recommend that CSG users who experience any problems (most likely with attachment support) should replicate from PouchDB to CouchDB, then from CouchDB to CSG.
Please file issues or tell us what you think. And as always, a big thanks to all of our new and existing contributors!