Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nostr-sdk from 0.30.0 to 0.31.0 #21

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps nostr-sdk from 0.30.0 to 0.31.0.

Release notes

Sourced from nostr-sdk's releases.

Release v0.31.0

Reworked Tag, added TagStandard enum, simplified the way to subscribe and/or reconcile to subset of relays (respectively, client.subscribe_to and client.reconcile_with), added blacklist support to mute public keys or event IDs, removed zap split from client.zap method, many improvements and more!

Full changelog: https://rust-nostr.org/changelog

Changelog

Sourced from nostr-sdk's changelog.

[v0.31.0]

Summary

Reworked Tag, added TagStandard enum, simplified the way to subscribe and/or reconcile to subset of relays (respectively, client.subscribe_to and client.reconcile_with), added blacklist support to mute public keys or event IDs, removed zap split from client.zap method, many improvements and more!

Changed

  • Bump uniffi to v0.27.1 ([Yuki Kishimoto])
  • nostr: update fingerprint of NIP26 functions ([Yuki Kishimoto])
  • nostr: update fingerprint of EventBuilder::zap_receipt constructor ([Yuki Kishimoto])
  • nostr: update EventId::new fingerprint ([Yuki Kishimoto])
  • nostr: update fingerprint of nip05::verify function ([Yuki Kishimoto])
  • nostr: improve performance of Filter::match_event ([Yuki Kishimoto])
  • nostr: adj. kind to be u16 instead of u64 according to NIP01 ([Yuki Kishimoto])
  • nostr: improve NIP19 serialization performance ([Yuki Kishimoto])
  • nostr: improve EventId::from_hex performance ([Yuki Kishimoto])
  • nostr: rename Tag enum to TagStandard ([Yuki Kishimoto])
  • nostr: adj. NIP17 naming ([Yuki Kishimoto])
  • nostr: allow to set a Timestamp tweak range ([Yuki Kishimoto])
  • nostr: adj. NIP59 timestamp tweak range ([Yuki Kishimoto])
  • nostr: reorganize tag module ([Yuki Kishimoto])
  • nostr: manually impl fmt::Debug for Publickey ([Yuki Kishimoto])
  • database: small improvements to flatbuffers Event::encode ([Yuki Kishimoto])
  • sqlite: bump rusqlite to 0.31 and deadpool-sqlite to 0.8 ([Yuki Kishimoto])
  • ndb: bump nostrdb to 0.3.3 ([Yuki Kishimoto])
  • rocksdb: bump rocksdb to 0.22 and set MSRV to 1.66.0 ([Yuki Kishimoto])
  • pool: inline RelayPool methods ([Yuki Kishimoto])
  • sdk: inline Client, ClientBuilder and Options methods ([Yuki Kishimoto])
  • sdk: update tokio features ([Yuki Kishimoto])
  • sdk: update visibility of Options field ([Yuki Kishimoto])
  • sdk: remove zap split to support rust-nostr development from Client::zap method ([Yuki Kishimoto])
  • signer: update fingerprint of NostrConnectRemoteSigner::serve method ([Yuki Kishimoto])
  • ffi(nostr): set default args for Nip19Profile and Nip19Event constructors ([Yuki Kishimoto])
  • ffi(nostr): set default args for nip05::verify function ([Yuki Kishimoto])
  • ffi(sdk): set default args for Client constructors ([Yuki Kishimoto])
  • js: enable support for Reference Types ([Yuki Kishimoto])
  • js(nostr): rewrite JsMetadata methods and add getters ([Yuki Kishimoto])

Added

  • nostr: impl TryIntoUrl for &String ([Yuki Kishimoto])
  • nostr: derive default traits for HttpData, LiveEventHost and LiveEvent ([Yuki Kishimoto])
  • nostr: expose NIP49 log_n ([DanConwayDev])
  • nostr: add tags indexes to Event ([Yuki Kishimoto])
  • nostr: add hex::decode_to_slice ([Yuki Kishimoto])
  • nostr: add SecretKey::generate ([Yuki Kishimoto])
  • nostr: add Tag struct ([Yuki Kishimoto])

... (truncated)

Commits
  • 996c49b Release v0.31.0
  • d585c11 book: add changelog page
  • aa569c5 contrib: add release announcement template
  • 2a1b7f0 rust: bump to v0.31.0
  • 3eab86c js: bump to v0.14.0
  • d78ba3c ffi: bump to v0.12.0
  • e3c7d99 nostr: impl From<TagStandard> for Tag
  • 4c9a5a5 build(deps): bump serde_json from 1.0.116 to 1.0.117
  • a91dc9d ndb: bump nostrdb to 0.3.3
  • 428d6ba rocksdb: bump rocksdb to 0.22
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 20, 2024
Bumps [nostr-sdk](https://github.com/rust-nostr/nostr) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/rust-nostr/nostr/releases)
- [Changelog](https://github.com/rust-nostr/nostr/blob/master/CHANGELOG.md)
- [Commits](rust-nostr/nostr@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: nostr-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.31.0 branch from 297d093 to 55318c4 Compare May 28, 2024 13:44
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Looks like nostr-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 28, 2024
@dependabot dependabot bot deleted the dependabot/cargo/nostr-sdk-0.31.0 branch May 28, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants