fix(deps): update pouchdb monorepo#11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
d76df9c to
a763db5
Compare
a763db5 to
326b5ad
Compare
326b5ad to
8c5a439
Compare
8c5a439 to
822a9c7
Compare
6adb207 to
7c1b46c
Compare
7c1b46c to
7b4ba5c
Compare
7b4ba5c to
21934e4
Compare
598d12a to
908554b
Compare
67025a3 to
38f6535
Compare
38f6535 to
29f969a
Compare
29f969a to
bd2a033
Compare
bd2a033 to
c9c2f70
Compare
c9c2f70 to
84ebf01
Compare
84ebf01 to
4d614d0
Compare
4d614d0 to
c3ba084
Compare
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.0.0→7.2.27.1.1→7.3.17.1.1→7.3.17.1.1→7.3.1Release Notes
pouchdb/pouchdb (@craftzdog/pouchdb-core-react-native)
v7.2.2Compare Source
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!
v7.2.2Compare Source
v7.2.1Compare Source
New indexeddb adapter
#7618 - We are excited to announce the release of a new adapter for indexeddb access which uses native indexes rather than custom tables. This is an additional adapter rather than an upgrade so you can continue using "idb" for the old version or choose to switch to "indexeddb". The new version is not backwards compatible and data migration is left as an exercise for the reader.
Other changes
For a full changelog from 7.1.1 to 7.2.1, please see the releases page or view the latest commits.
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!
NB: There was an issue while publishing which broke the 7.2.0 release - use this release instead.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.