Update dependency pouchdb-node to ^7.3.1 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.2.1
->^7.3.1
By merging this PR, the issue #3 will be automatically resolved and closed:
Release Notes
pouchdb/pouchdb (pouchdb-node)
v7.3.1
Compare Source
We're happy to announce the release of PouchDB 7.3.1, bringing in some fixes and dependency updates. For a full changelog from 7.3.0 to 7.3.1, please see the releases page or view the latest commits. Some of the highlights:
Changelog
Bugfixes
_id
was mappped todata._id
instead of idTesting
Dependency updates
Other changes
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, open discussions or get in touch. And of course, a big thanks to all of our new and existing contributors!
v7.3.0
Compare Source
We're happy to announce the release of PouchDB 7.3.0, bringing in features, fixes and dependency updates. For a full changelog from 7.2.2 to 7.3.0, please see the releases page or view the latest commits. Some of the highlights:
Improving testing
We have been investing lots of time into our test suites, with around 36 commits, 112 files changed, 3314 insertions and 2064 deletions made about this topic. We have:
async/await
) into your new tests contributions.Add
indexeddb
adapter in the default distributionThe indexeddb adapter is now available in the default distribution. You can use it specifying the adapter:
Please note that it is considered BETA quality, use it carefully and please report any issues you find. Thank you.
Add
view_update_changes_batch_size
#8320 With
view_update_changes_batch_size
, we can now specify how many change records will be consumed at a time when rebuilding view indexes when thequery()
method is used.Support
partial_filter_selector
#8276 #8277 Now PouchDB-find supports
partial_filter_selector
.Indexing event to show the progress of view updates
#8321 We can now subscribe to an
indexing
event, which will emit aprogress
object containing the propertiesview
,last_seq
,results_count
andindexed_docs
.Checkpoint events during replication
#8324 During replication, we can subscribe to
checkpoint
events, which will emit the following properties:checkpoint
,revs_diff
,start_next_batch
andpending_batch
.Add
style
to replication options#8380 #8379 We expose changes feed
style
to replication options.Add
view_adapter
option#8335
view_adapter
provides an option for the user to specify a separate adapter to store their view index in addition to the main adapter for their core data:Enable discussions and projects
In Github we have enabled:
Changelog
New features
_access
field in documentspartial_filter_selector
Bugfixes
auto_compaction
to indexeddb bulkDocsDocumentation
partial_filter_selector
option to createIndex()Testing
packages/node_modules/pouchdb/dist
views.*.map
should pass on more recent CouchDB versions which do not reject the design doc on write, but fail on queries insteadDependency updates
Other changes
packages/node_modules
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, open discussions or get in touch. And of course, a big thanks to all of our new and existing contributors!
v7.2.2
Compare Source