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.31.0 to 0.32.0 #39

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps nostr-sdk from 0.31.0 to 0.32.0.

Release notes

Sourced from nostr-sdk's releases.

Release v0.32.0

Added async/future support to Python, Kotlin and Swift, added automatic authentication to relays (NIP-42, can be deactivated in client options), improvements to relay limits, many bug fixes (relays not auto reconnect, wrong query order for SQLite, tokio panic when using SQLite database in bindings) and more!

Note for kotlin devs: from this release the packages will be published at org.rust-nostr instead of io.github.rust-nostr.

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

Changelog

Sourced from nostr-sdk's changelog.

[v0.32.0]

Summary

Added async/future support to Python, Kotlin and Swift, added automatic authentication to relays (NIP-42, can be deactivated in client options), improvements to relay limits, many bug fixes (relays not auto reconnect, wrong query order for SQLite, tokio panic when using SQLite database in bindings) and more!

Note for kotlin devs: from this release the packages will be published at org.rust-nostr instead of io.github.rust-nostr.

Changed

  • Bump atomic-destructor to v0.2 ([Yuki Kishimoto])
  • Bump uniffi to v0.27.2 ([Yuki Kishimoto])
  • nostr: ignore malformed public keys during NIP19 event (nevent) parsing ([Yuki Kishimoto])
  • nostr: update Event::pubic_keys and Event_event_ids methods ([Yuki Kishimoto])
  • nostr: adj. NIP-10 support ([Yuki Kishimoto])
  • nostr: change fingerprint of nip05::verify ([Yuki Kishimoto])
  • nostr: rework TagStandard::parse ([Yuki Kishimoto])
  • nostr: add a tag to zap receipts ([benthecarman])
  • nostr: change NIP-07 Error::Wasm variant value from JsValue to String ([Yuki Kishimoto])
  • nostr: update EventBuilder::live_event_msg fingerprint ([Yuki Kishimoto])
  • nostr: set kind arg in EventBuilder::reaction_extended as optional ([Yuki Kishimoto])
  • pool: increase default kind 3 event limit to 840000 bytes and 10000 tags ([Yuki Kishimoto])
  • pool: improve accuracy of latency calculation ([Yuki Kishimoto])
  • pool: refactoring and adj. relay internal module ([Yuki Kishimoto])
  • pool: log when websocket messages are successfully sent ([Yuki Kishimoto])
  • pool: always close the WebSocket when receiver loop is terminated ([Yuki Kishimoto])
  • pool: use timeout for WebSocket message sender ([Yuki Kishimoto])
  • pool: bump async-wsocket to v0.5 ([Yuki Kishimoto])
  • sdk: send NIP-42 event only to target relay ([Yuki Kishimoto])
  • sqlite: bump rusqlite to v0.31 ([Yuki Kishimoto])
  • nwc: change NWC::new and NWC::with_opts fingerprint ([Yuki Kishimoto])
  • ffi: migrate kotlin packages to org.rust-nostr ([Yuki Kishimoto])
  • bindings(sdk): log git hash after logger initialization ([Yuki Kishimoto])
  • ffi(nostr): set default args values where possible ([Yuki Kishimoto])
  • ffi(nostr): convert verify_nip05 and get_nip05_profile to async functions ([Yuki Kishimoto])
  • ffi(nostr): convert RelayInformationDocument::get to async ([Yuki Kishimoto])
  • ffi(nostr): merge Keys::from_mnemonic_* constructors into Keys::from_menmonic ([Yuki Kishimoto])
  • ffi(sdk): add async/future support (convert from blocking to async) ([Yuki Kishimoto])
  • ffi(sdk): no longer spawn a thread when calling handle_notifications ([Yuki Kishimoto])
  • js(sdk): change JsNostrZapper::nwc fingerprint ([Yuki Kishimoto])
  • js(sdk): rename JsNip46Signer::new to JsNip46Signer::init ([Yuki Kishimoto])
  • ci: build python wheels for manylinux_2_28_x86_64 ([Yuki Kishimoto])

Added

  • nostr: add Tag::is_root method ([Xiao Yu])
  • nostr: add JsonUtil::try_as_json method ([Yuki Kishimoto])
  • nostr: add public_key field to TagStandard::Event ([Yuki Kishimoto])

... (truncated)

Commits
  • 60cb27f Release v0.32.0
  • 042c6a8 ffi: bump to v0.32.1
  • 58ce4ef ffi(nostr): fix tokio runtime for async functions
  • 78970d6 sqlite: add rt-multi-thread feature to tokio
  • c9ccd4d Bump to v0.32.0
  • 74c86c8 ffi: migrate kotlin packages to org.rust-nostr
  • 6a502cc js(nostr): expose missing methods to JsEvent
  • 23d41e0 nostr: add Event::hashtags method
  • 28c9aa3 ndb: set nostrdb to v0.3
  • cdbcdfd nostr: add missing TagStandard::PublicKeyLiveEvent variant to `Event::publi...
  • 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)

Bumps [nostr-sdk](https://github.com/rust-nostr/nostr) from 0.31.0 to 0.32.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.31.0...v0.32.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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 17, 2024
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