Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pouchdb-adapter-websql to the latest version 馃殌 #413

Merged
merged 1 commit into from
Dec 17, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 17, 2017

Version 6.4.0 of pouchdb-adapter-websql was just published.

Dependency pouchdb-adapter-websql
Current Version 6.3.4
Type devDependency

The version 6.4.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of pouchdb-adapter-websql.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 6.4.0

I'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() and query()

#6230 - Dale Harders added support for passing update_seq: true to either allDocs() or query() or will return the current databases update_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

  • #6443 - Support seq_interval for changes and use during replication
  • #6890 - Preventing SecurityError on Firefox
  • #6855 - Cache bust GET requests on IE11
  • #6736 - Fix {binary: true} in db.get() with open_revs and HTTP adapter
  • #6730 - Fix single-sided checkpointing
  • #6766 - Prevent field lookup on undefined value
  • #6793 - Fix incompatibility with pouchdb-wrappers

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. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@pubkey pubkey merged commit 6dfcfa0 into master Dec 17, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/pouchdb-adapter-websql-6.4.0 branch December 17, 2017 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant