Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Bump nostr-sdk from 0.27.0 to 0.29.0 #11

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

Conversation

dependabot[bot]
Copy link

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

Bumps nostr-sdk from 0.27.0 to 0.29.0.

Release notes

Sourced from nostr-sdk's releases.

Release v0.29.0

What's Changed

New Contributors

Full Changelog: rust-nostr/nostr@v0.28.0...v0.29.0

... (truncated)

Changelog

Sourced from nostr-sdk's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Summary

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: bump bitcoin to 0.31 ([Yuki Kishimoto])
  • sdk: bump lnurl-pay to 0.4 ([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])
  • 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

  • ffi(nostr): added FilterRecord, to allow to access fields in Filter ([Yuki Kishimoto])
  • ffi(sdk): add AbortHandle ([Yuki Kishimoto])

Fixed

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

Removed

  • Removed deprecated ([Yuki Kishimoto])

v0.29.2

Fixed

  • pool: fix get_events_of issues ([Yuki Kishimoto])

v0.29.1

... (truncated)

Commits

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.27.0 to 0.29.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.29.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 the dependencies Pull requests that update a dependency file label Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants