js-threads-client
js-threads-client copied to clipboard
build(deps): bump @textile/threads-client-grpc from 0.1.14 to 0.1.21
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
threadsdin a multi-tenant environment.Closes #373
v0.1.19
DB
- Adds
UpdateCollectionand associated API+client methods- Adds
DeleteCollectionand associated API+client methods- Adds
GetCollectionIndexesand associated API+client methods- Adds
dropIndextoCollectionmethod- 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
ListDBstoManagerand associated API+client methodsCloses #291 Closes #359 Closes #360 Closes #361 Closes #366 Closes #367
v0.1.18
Core
- Migrates
thread.IDto 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
- Update to
[email protected]v0.1.17
DB
Commits
b50ac33change to non-deprecated asymmetric curve transformation (#388)c0bc5e2fix(schemas): don't panic on empty schemas when looking for _idf650d39fix: catch nil collection on reduce + return error from writetxn0c94e55feat(): peers add threads from self + replicatea8477ffFlag locally created logs as direct (#374)4638cb8Check for read key or public key when adding Threads (#370)b4bc2c4List DB and name support (#368)907f0f0Collection and index updates and fixes (#362)b409f61chore: update google-protobug js (#357)6e4bcfechore: update grpc to v1.29.1 (#356)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)