js-threads-client icon indicating copy to clipboard operation
js-threads-client copied to clipboard

build(deps): bump @textile/threads-client-grpc from 0.1.14 to 0.1.21

Open dependabot-preview[bot] opened this issue 5 years ago • 0 comments

Bumps @textile/threads-client-grpc from 0.1.14 to 0.1.21.

Release notes

Sourced from @textile/threads-client-grpc's releases.

v0.1.21

Net

  • Allow peers to add threads from self + replicate
  • Bug fixes

Crypto

  • Change to non-deprecated asymmetric curve transformation

Closes #383

v0.1.20

Net

  • Multi-tenant thread hosting: Allows a single peer to host multiple managed (public key-only logs) as well as a single owned (private key log) for the same thread (#374, #370). This is needed when using threadsd in a multi-tenant environment.

Closes #373

v0.1.19

DB

  • Adds UpdateCollection and associated API+client methods
  • Adds DeleteCollection and associated API+client methods
  • Adds GetCollectionIndexes and associated API+client methods
  • Adds dropIndex to Collection method
  • Adds index validation:
    • Index path must hit a valid type in the schema
    • Supported types: string, number, integer, boolean
    • For unique indexes, ensure collection does not contain multiple instances with the same value at path
  • Better schema validation errors
  • Adds the ability to use an optional name when adding a DB internally or via Manager
  • Adds ListDBs to Manager and associated API+client methods

Closes #291 Closes #359 Closes #360 Closes #361 Closes #366 Closes #367

v0.1.18

Core

  • Migrates thread.ID to a string alias for easier interoperability with JSON Schemas.

Net

  • Update bootstrap peers to the default used in IPFS-Lite
  • Allow a custom libp2p connection manager

Misc

v0.1.17

DB

Commits
  • b50ac33 change to non-deprecated asymmetric curve transformation (#388)
  • c0bc5e2 fix(schemas): don't panic on empty schemas when looking for _id
  • f650d39 fix: catch nil collection on reduce + return error from writetxn
  • 0c94e55 feat(): peers add threads from self + replicate
  • a8477ff Flag locally created logs as direct (#374)
  • 4638cb8 Check for read key or public key when adding Threads (#370)
  • b4bc2c4 List DB and name support (#368)
  • 907f0f0 Collection and index updates and fixes (#362)
  • b409f61 chore: update google-protobug js (#357)
  • 6e4bcfe chore: update grpc to v1.29.1 (#356)
  • Additional commits viewable in compare view

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 will not automatically merge this PR because this dependency is pre-1.0.0.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jun 30 '20 10:06 dependabot-preview[bot]