Open greenkeeper[bot] opened 6 years ago
After pinning to 6.3.4 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
thank you @greenkeeper <3
Your tests are passing again with this version. Explicitly upgrade to this version π
Your tests are passing again with this version. Explicitly upgrade to this version π
Version 6.4.0 of pouchdb-mapreduce was just published.
This version is covered by your current version range and after updating it in your project the build failed.
pouchdb-mapreduce is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/14692287) - β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/hoodiehq/hoodie-account-server-api/builds/317626568?utm_source=github_status&utm_medium=notification)Release Notes
6.4.0I'm happy to announce the release of PouchDB 6.4.0, bringing in a number of important features and fixes. For a full changelog from 6.3.0 to 6.4.0 please see the releases page. Some of the highlights:
Add update_seq option to
allDocs()
andquery()
#6230 - Dale Harders added support for passing
update_seq: true
to eitherallDocs()
orquery()
or will return the current databasesupdate_seq
.Add pending pending property
#5710 - Dale also added support for passing through the
pending
property newly implemented in CouchDB that reports the number of pending documents to replicate.Use a single transaction for allDocs with keys requests
#6854 - @nename0 implemented an optimisation to use a single transaction in indexedDB and WebSQL for allDocs requests with keys. This seen a huge 8X speedup in Chrome and 2X in Firefox.
Add support to store cookies on Node.js
#6814 - @ptitjes fixed HTTP requests in Node.JS to ensure they use a cookie jar.
Full changelog
Bug fixes and performance improvements
Get in touch
As always, we welcome feedback from the community and would love to hear what you think of this release as well as PouchDB's future direction. Please don't hesitate to file issues or get in touch. And of course, a big thanks to all of our new and existing contributors!
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: