Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

chore(deps): bump orbit-db from 0.23.1 to 0.26.1 #54

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps orbit-db from 0.23.1 to 0.26.1.

Release notes

Sourced from orbit-db's releases.

v0.26.0

Support for js-ipfs 0.50.2 and go-ipfs 0.6.0

v0.25.1

Includes

v0.25.0

No release notes provided.

0.24.1

No release notes provided.

Changelog

Sourced from orbit-db's changelog.

Changelog

Note: OrbitDB follows semver. We are currently in alpha: backwards-incompatible changes may occur in minor releases.

v0.24.1

JS-IPFS 0.44 Support

Until now the newest versions of js-ipfs were not supported. This was primarly because of js-ipfs api's move to async iteration starting in version 0.41. Now js-ipfs versions 0.41-0.44 are supported.

Relevant PRs:

Store Operation Queue

All included stores (and any store extending orbit-db-store v3.3.0+) now queues operations. Any update sent to a store is executed sequentially and the store's close method now awaits for the queue to empty.

Relevant PRs:

Docstore putAll Operation

A new method was added to the docstore named 'putAll'. This method allows for multiple keys to be set in the docstore in one oplog entry. This comes with some significant performance benefits. Something to note is any nodes running an older version of the docstore will ignore any changes made by putAll operations.

Relevant PRs:

Oplog Events

It is now possible to listen for specific store operations as they are added to the store. To learn more about how to use this you can review the documentation and look at event log.op.${operation}.

Relevant PRs:

orbit-db tests

Tests now use orbit-db-test-utils package to deduplicate test utilities. It had already been used in most subpackages like orbit-db-store but now it's used in the orbit-db repo!

Relevant PRs:

orbit-db-store sync method

A method on orbit-db-store named sync is now an async method and only resolves after oplog heads have been added.

Relevant PRs:

Electron Renderer FS Shim

Fixes a bug related to the native filesystem when used in electron.

Relevant PRs:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot-preview dependabot-preview bot requested a review from zachferland March 1, 2021 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant