fix(deps): update pouchdb monorepo to v7.3.1 - #2255
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pouchdb-monorepo
branch
from
December 5, 2022 01:06
7f47479 to
367ad60
Compare
Deploying with
|
| Latest commit: |
367ad60
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2589297a.pocketpasta.pages.dev |
| Branch Preview URL: | https://renovate-pouchdb-monorepo.pocketpasta.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2→7.3.17.2.2→7.3.1Release Notes
pouchdb/pouchdb (pouchdb-adapter-http)
v7.3.1Compare 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
_idwas mappped todata._idinstead 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.0Compare 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
indexeddbadapter 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
indexingevent, which will emit aprogressobject containing the propertiesview,last_seq,results_countandindexed_docs.Checkpoint events during replication
#8324 During replication, we can subscribe to
checkpointevents, which will emit the following properties:checkpoint,revs_diff,start_next_batchandpending_batch.Add
styleto replication options#8380 #8379 We expose changes feed
styleto replication options.Add
view_adapteroption#8335
view_adapterprovides 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
_accessfield in documentspartial_filter_selectorBugfixes
auto_compactionto indexeddb bulkDocsDocumentation
partial_filter_selectoroption to createIndex()Testing
packages/node_modules/pouchdb/distviews.*.mapshould 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_modulesGet 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!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.