Yuki Kishimoto's avatar
Yuki Kishimoto
_@yukikishimoto.com
npub1drvp...seet
GitHub: https://github.com/yukibtc PGP: 86F3 105A DFA8 AB58 7268 DCD7 8D3D CD04 2496 19D1
## rust-nostr v0.36 is out! ๐Ÿฆ€ ### Summary Many, many improvements to `Relay` and `RelayPool` performance (reduced atomic operations and switched to async concurrency), add `NostrSigner` trait, better methods and struct names (`fetch_events` instead of `get_events_of`, `sync` instead of `reconcile`, `NostrConnect` instead of `Nip46Signer` and so on), add `LocalRelay` and allow to easily serve it as hidden onion service with the embedded tor client, allow to keep track of negentropy sync progress, almost halved the weight of JavaScript SDK bindings (from ~6.3MB to ~3.6MB), new experimental Flutter package, some fixes and many more! Note for Python, Kotlin, Swift and JavaScript devs: unfortunately I can't mark things as deprecated in bindings, so this release have many breaking changes, sorry :( Note for devs who are using `nostr-protocol` (Python), `org.rust-nostr:nostr` (Kotlin), `nostr-swift` (Swift) or `@rust-nostr/nostr` (JavaScript) libraries: these packages are now deprecated. Only the `nostr-sdk` library will be released, which include everything that was in those libraries. Full changelog: https://rust-nostr.org/changelog ### Contributors Thanks to all contributors! * @Rydal * @rodant * @w3ird_ ### Links #rustnostr #nostr #rustlang #programming #rust #python #javascript #kotlin #swift #flutter
## rust-nostr v0.35 is out! ๐Ÿฆ€ ### Summary Add gossip model support, deprecate `SQLite` database in favor of `LMDB` (fork of @Mike Dilger โ˜‘๏ธ's pocket database), add support to negentropy v1 (old version is still supported!), add `MockRelay` (a local disposable relay for tests), allow usage of embedded tor client on mobile devices, many improvements, bugs fix and more! Full changelog: https://rust-nostr.org/changelog ### Contributors Thanks to all contributors! * @npub1acxj...gj3j * @w3ird_ * @Rydal * nanikamado ### Links #rustnostr #nostr #rustlang #programming #rust #python #javascript #kotlin #swift
โ†‘