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.27.0 to 0.30.0 #49

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps nostr-sdk from 0.27.0 to 0.30.0.

Release notes

Sourced from nostr-sdk's releases.

Release v0.30.0

Summary

Adapted NIP46 to last changes, added NostrConnectRemoteSigner to easily build remote signers (just construct it and call serve method), improved proxy options (allow to specify the proxy target: all relays or only .onion ones), improvements to NWC client, fixed equality operator for bindings (Python, Kotlin and Swift), added nostrdb storage backend, added NIP32 and completed NIP51 support and more!

Changed

  • Bump uniffi to v0.27 ([Yuki Kishimoto])
  • Adapted NIP46 to last changes ([Yuki Kishimoto])
  • nostr: change Tag::parse arg from Vec<S> to &[S] ([Yuki Kishimoto])
  • nostr: allow to parse public key from NIP21 uri with PublicKey::parse ([Yuki Kishimoto])
  • nostr: allow to parse event ID from NIP21 uri with EventId::parse ([Yuki Kishimoto])
  • nostr: construct GenericTagValue based on SingleLetterTag in deserialize_generic_tags ([Yuki Kishimoto])
  • nostr: set UnsignedEvent ID as optional ([Yuki Kishimoto])
  • nostr: update TryIntoUrl::try_into_url fingerprint ([Yuki Kishimoto])
  • nostr: bump bitcoin to 0.31 ([Yuki Kishimoto])
  • sdk: bump lnurl-pay to 0.4 ([Yuki Kishimoto])
  • sdk: improve proxy options ([Yuki Kishimoto])
  • pool: bump async-wsocket to 0.4 ([Yuki Kishimoto])
  • pool: return error if urls arg is empty in InternalRelayPool::get_events_from ([Yuki Kishimoto])
  • pool: allow to disable RelayLimits ([Yuki Kishimoto])
  • signer: re-work nip46 module ([Yuki Kishimoto])
  • nwc: avoid to open and close subscription for every request ([Yuki Kishimoto])
  • nwc: allow to customize requests timeout ([Yuki Kishimoto])
  • js(nostr): consume JsEventBuilder when building Event or UnsignedEvent ([Yuki Kishimoto])

Added

  • Add support to nostrdb storage backend ([Yuki Kishimoto])
  • nostr: add Report::Other variant ([Daniel Cadenas])
  • nostr: add EventBuilder::reaction_extended ([Yuki Kishimoto])
  • nostr: add NIP32 support ([rustedmoon])
  • pool: add Relay::handle_notifications ([Yuki Kishimoto])
  • cli: add command to serve Nostr Connect signer ([Yuki Kishimoto])
  • ffi(nostr): added FilterRecord, to allow to access fields in Filter ([Yuki Kishimoto])
  • ffi(nostr): add missing NIP51 constructors ([rustedmoon])
  • ffi(sdk): add AbortHandle ([Yuki Kishimoto])
  • ffi(sdk): add sqlite and ndb features ([Yuki Kishimoto])
  • js(nostr): add missing NIP51 constructors ([rustedmoon])
  • js(nostr): add NIP47 request params and response results structs ([Yuki Kishimoto])
  • js(sdk): add NWC client ([Yuki Kishimoto])
  • js(sdk): add NostrDatabase::save_event method ([Xiao Yu])

Fixed

  • nostr: fix Tag::content return always None when Tag::Generic ([Yuki Kishimoto])
  • nostr: fix NIP46 Request::from_message deserialization ([Yuki Kishimoto])

... (truncated)

Changelog

Sourced from nostr-sdk's changelog.

[v0.30.0]

Summary

Adapted NIP46 to last changes, added NostrConnectRemoteSigner to easily build remote signers (just construct it and call serve method), improved proxy options (allow to specify the proxy target: all relays or only .onion ones), improvements to NWC client, fixed equality operator for bindings (Python, Kotlin and Swift), added nostrdb storage backend, added NIP32 and completed NIP51 support and more!

Changed

  • Bump uniffi to v0.27 ([Yuki Kishimoto])
  • Adapted NIP46 to last changes ([Yuki Kishimoto])
  • nostr: change Tag::parse arg from Vec<S> to &[S] ([Yuki Kishimoto])
  • nostr: allow to parse public key from NIP21 uri with PublicKey::parse ([Yuki Kishimoto])
  • nostr: allow to parse event ID from NIP21 uri with EventId::parse ([Yuki Kishimoto])
  • nostr: construct GenericTagValue based on SingleLetterTag in deserialize_generic_tags ([Yuki Kishimoto])
  • nostr: set UnsignedEvent ID as optional ([Yuki Kishimoto])
  • nostr: update TryIntoUrl::try_into_url fingerprint ([Yuki Kishimoto])
  • nostr: bump bitcoin to 0.31 ([Yuki Kishimoto])
  • sdk: bump lnurl-pay to 0.4 ([Yuki Kishimoto])
  • sdk: improve proxy options ([Yuki Kishimoto])
  • pool: bump async-wsocket to 0.4 ([Yuki Kishimoto])
  • pool: return error if urls arg is empty in InternalRelayPool::get_events_from ([Yuki Kishimoto])
  • pool: allow to disable RelayLimits ([Yuki Kishimoto])
  • signer: re-work nip46 module ([Yuki Kishimoto])
  • nwc: avoid to open and close subscription for every request ([Yuki Kishimoto])
  • nwc: allow to customize requests timeout ([Yuki Kishimoto])
  • js(nostr): consume JsEventBuilder when building Event or UnsignedEvent ([Yuki Kishimoto])

Added

  • Add support to nostrdb storage backend ([Yuki Kishimoto])
  • nostr: add Report::Other variant ([Daniel Cadenas])
  • nostr: add EventBuilder::reaction_extended ([Yuki Kishimoto])
  • nostr: add NIP32 support ([rustedmoon])
  • pool: add Relay::handle_notifications ([Yuki Kishimoto])
  • cli: add command to serve Nostr Connect signer ([Yuki Kishimoto])
  • ffi(nostr): added FilterRecord, to allow to access fields in Filter ([Yuki Kishimoto])
  • ffi(nostr): add missing NIP51 constructors ([rustedmoon])
  • ffi(sdk): add AbortHandle ([Yuki Kishimoto])
  • ffi(sdk): add sqlite and ndb features ([Yuki Kishimoto])
  • js(nostr): add missing NIP51 constructors ([rustedmoon])
  • js(nostr): add NIP47 request params and response results structs ([Yuki Kishimoto])
  • js(sdk): add NWC client ([Yuki Kishimoto])
  • js(sdk): add NostrDatabase::save_event method ([Xiao Yu])

Fixed

  • nostr: fix Tag::content return always None when Tag::Generic ([Yuki Kishimoto])

... (truncated)

Commits
  • 5d9cd75 Release v0.30.0
  • b42a7ec ffi(sdk): temp disable ndb feature for windows target
  • e8ceff2 Revert "ci: update python windows version from 2022 to 2024"
  • 5cfe134 ci: fix publish python jobs names
  • 80960f1 ffi(sdk): fix NostrDatabase constructor issues when feature disabled
  • 4cf7f1a ci: update python windows version from 2022 to 2024
  • 43a7440 ci: update publish python x86_64 jobs
  • 10dcb83 contrib: update release.md
  • b75a320 rust: bump to v0.30.0
  • 0e103c4 js: bump to v0.13.0
  • 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 the dependencies Pull requests that update a dependency file label Apr 15, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.30.0 branch 6 times, most recently from b89e17e to 0590126 Compare April 23, 2024 01:23
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.30.0 branch 3 times, most recently from a36bd5d to ce39ebc Compare May 1, 2024 08:34
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.30.0 branch 3 times, most recently from 92a68fb to 80de7a2 Compare May 7, 2024 04:12
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.30.0 branch from 80de7a2 to 7368fed Compare May 15, 2024 03:02
Bumps [nostr-sdk](https://github.com/rust-nostr/nostr) from 0.27.0 to 0.30.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.27.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/nostr-sdk-0.30.0 branch from 7368fed to c6dda53 Compare May 15, 2024 03:16
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #66.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/cargo/nostr-sdk-0.30.0 branch May 20, 2024 16:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants