Skip to content

Releases: relaystr/ndk

Test Draft master

25 Mar 15:07

Choose a tag to compare

Test Draft master Pre-release
Pre-release
test-23547788641

x64

Release v0.7.1

05 Mar 13:50
v0.7.1
04a6127

Choose a tag to compare

What's Changed

  • Nip42 multi account auth by @nogringo in #357
  • chore(release): Publish packages by @github-actions[bot] in #378
  • fix: isolate pool size to use numberOfProcessors by @frnandu in #379
  • chore: feature request remove problem statement by @1-leo in #385
  • Feat: add saveToCache option for broadcast by @nogringo in #383
  • chore(release): Publish packages by @github-actions[bot] in #386
  • fix: minIsolatePoolSize by @1-leo in #387
  • chore(release): Publish packages by @github-actions[bot] in #388
  • Chore: add web support on pub dev by @nogringo in #380
  • fix: rename stateChanges to authStateChanges by @nogringo in #389
  • Feat: gift wrap add custom signer parameter by @nogringo in #381
  • chore(release): Publish packages by @github-actions[bot] in #397
  • fix: handle NIP-42 auth-required by retrying REQ/EVENT after AUTH by @nogringo in #401
  • chore(release): Publish packages by @github-actions[bot] in #403
  • feat: [nwc] add missing state field in lookup_invoice_response.dart by @frnandu in #404
  • chore(release): Publish packages by @github-actions[bot] in #405
  • fix: subscribe before broadcast in connectWithBunkerUrl to avoid miss… by @nogringo in #390
  • chore(release): Publish packages by @github-actions[bot] in #407
  • feat: add of() method to fetch NIP-05 data without pubkey by @nogringo in #382
  • chore(release): Publish packages by @github-actions[bot] in #408
  • fix: distinguish CLOSED from EOSE in relay request state by @nogringo in #396
  • chore(release): Publish packages by @github-actions[bot] in #410
  • Fix auth required request hang by @nogringo in #412
  • chore(release): Publish packages by @github-actions[bot] in #415
  • Ndk flutter by @nogringo in #244
  • fix: add intl dependency by @nogringo in #417
  • chore(release): Publish packages by @github-actions[bot] in #418
  • Fix fast fail offline relay by @nogringo in #414
  • chore(release): Publish packages by @github-actions[bot] in #419
  • Fix duplicate request timeout by @nogringo in #425
  • Feat cache manager clear all by @nogringo in #421
  • chore(release): Publish packages by @github-actions[bot] in #429
  • feat(cache): add removeEvents method for bulk event deletion by @nogringo in #430
  • chore(release): Publish packages by @github-actions[bot] in #435
  • doc: performance section (mention threadding) by @1-leo in #431
  • fix(ndk_flutter): pass cachedPublicKey to signers during session restore by @nogringo in #439
  • fix(ndk_flutter): suppress experimental_member_use warning by @nogringo in #440
  • chore(release): Publish packages by @github-actions[bot] in #441
  • chore(ndk_cache_manager_test_suite): disable pub.dev publishing by @nogringo in #442
  • Feat signer pending requests by @nogringo in #434
  • chore(release): Publish packages by @github-actions[bot] in #443
  • feat(broadcast): add NIP-09 compliant deletion with e, k, and a tags by @nogringo in #428
  • Fix nip07 mock and add to CI by @nogringo in #436
  • CI: run db tests by @1-leo in #384
  • perf(sembast): optimize batch operations and queries by @nogringo in #426
  • feat: implement RFC 3986 compliant relay URL normalization by @nogringo in #409
  • chore(release): Publish packages by @github-actions[bot] in #448
  • Fix signer cancel request by @nogringo in #445
  • chore(release): Publish packages by @github-actions[bot] in #449
  • Feat drift cache manager by @nogringo in #427
  • chore(release): Publish packages by @github-actions[bot] in #452
  • Feat pending requests widget by @nogringo in #453
  • fix: include generated localization files for pub.dev publishing by @nogringo in #454
  • chore(release): Publish packages by @github-actions[bot] in #455
  • fix(perf): lazy log by @1-leo in #457
  • chore(release): Publish packages by @github-actions[bot] in #458
  • fix(perf): remove calcId from db obj by @1-leo in #456
  • chore(release): Publish packages by @github-actions[bot] in #459
  • Feat blossom stream file from disk by @1-leo in #341
  • chore(release): Publish packages by @github-actions[bot] in #460
  • fix(broadcast): return immediately when all relays have responded by @nogringo in #461
  • chore(release): Publish packages by @github-actions[bot] in #462
  • feat: add missing getPublicList by @1-leo in #463
  • chore(release): Publish packages by @github-actions[bot] in #466
  • Fix issue 450 signer error handling by @nogringo in #451
  • chore(release): Publish packages by @github-actions[bot] in #467
  • fix: wasm compatible conditional import by @1-leo in #471
  • chore(release): Publish packages by @github-actions[bot] in #475
  • chore: objectbox-upgrade by @1-leo in #472
  • chore: sembast-upgrade by @1-leo in #473
  • chore: ndk-upgrade by @1-leo in #474
  • Update weekly dev call time in CONTRIBUTING.md by @nogringo in #479
  • fix: allow blossom uploadBlob without login via temporary/custom signer by @nogringo in #477
  • chore(release): Publish packages by @github-actions[bot] in #480
  • fix: preserve tags and custom fields in metadata by @nogringo in #465
  • fix: sembast missing import by @1-leo in #481
  • chore: format by @1-leo in #482
  • fix: concurent list modification by @1-leo in #484
  • chore(release): Publish packages by @github-actions[bot] in #485
  • chore(release): Publish packages by @github-actions[bot] in #486
  • chore: doc version bump by @1-leo in #487

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

21 Jan 13:50
v0.7.0
c1da4c6

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

Release v0.6.0

20 Nov 12:57
v0.6.0
6684ac3

Choose a tag to compare

What's Changed

  • upgrade rust_bridge 2.11.1 by @1-leo in #228
  • Accounts state change listener by @nogringo in #232
  • Nip 13 POW by @nogringo in #233
  • fix flanky test, any order by @1-leo in #240
  • Fix ai guide by @nogringo in #239
  • Optional pubkey in async signers by @nogringo in #238
  • Fix bunker with JIT engine by @nogringo in #243
  • chore(release): Publish packages by @github-actions[bot] in #245
  • chore: upgrade objectbox v5 by @1-leo in #247
  • fix: import cosmetics by @1-leo in #248
  • chore(release): Publish packages by @github-actions[bot] in #249
  • Fix by @nogringo in #250
  • chore: skip flanky test by @1-leo in #251
  • feat: rust verifier web by @1-leo in #253
  • chore(release): Publish packages by @github-actions[bot] in #255
  • fix: typo gh actions by @1-leo in #256
  • Chore version constraints by @1-leo in #252
  • Feat concurrent event verifier stream by @1-leo in #254
  • chore(release): Publish packages by @github-actions[bot] in #257
  • chore: Bump ndk to 0.6.0-dev.0 by @1-leo in #258
  • fix: verify parallel doesn't work for non closed streams of events by @frnandu in #261
  • chore(release): Publish packages by @github-actions[bot] in #262
  • chore fix analyzer issues ndk by @1-leo in #259
  • Replace logger package with custom WASM-compatible modular logger by @Copilot in #260
  • chore(release): Publish packages by @github-actions[bot] in #263
  • Fix subscriptions with trailing / by @nogringo in #266
  • Blossom missing authorization by @nogringo in #267
  • fix: static analysis issues by @1-leo in #268
  • chore(release): Publish packages by @github-actions[bot] in #269
  • Broadcast with trailing slash by @nogringo in #272
  • chore(release): Publish packages by @github-actions[bot] in #273
  • feat: nwc multiple relays by @frnandu in #275
  • Broadcast deletion upgrade (delete multiple ids) by @nogringo in #279
  • chore: dart format by @1-leo in #280
  • fix: don't add a Reply if network controller is closed by @frnandu in #282
  • Nip01event copywith id recalculation by @nogringo in #277
  • fix: non predicatable nip13 test by @nogringo in #276
  • Request filters documentation by @nogringo in #274
  • Unhandled format exception by @nogringo in #270
  • doc: refactor ndk readme by @1-leo in #281
  • chore: remove dangling code by @1-leo in #284
  • chore(release): Publish packages by @github-actions[bot] in #285
  • fix: Use 0x100000000 instead of 1 << 32 for web compatibility by @nogringo in #290
  • chore(release): Publish packages by @github-actions[bot] in #291
  • feat(ci): manual release trigger by @1-leo in #288
  • fix: waiting for connection broadcast jit by @1-leo in #293
  • chore(release): Publish packages by @github-actions[bot] in #296
  • Nip19 nprofile, naddr and nevent support by @nogringo in #292
  • chore(release): Publish packages by @github-actions[bot] in #298
  • chore: export nip19 by @1-leo in #300
  • chore: formatting by @1-leo in #301
  • Remove hex package dependency by @nogringo in #294
  • fix: missing convert dependency by @1-leo in #303
  • chore(release): Publish packages by @github-actions[bot] in #304
  • fix: ci prepare release prevent concurrency by @1-leo in #305
  • refactor: list usecase, add generic methods by @1-leo in #176
  • chore(fix) linter warnings by @1-leo in #307
  • chore(release): Publish packages by @github-actions[bot] in #308
  • chore(ci) fix prerelease versioning by @1-leo in #309
  • chore(release): Publish packages by @github-actions[bot] in #310

New Contributors

  • @github-actions[bot] made their first contribution in #245
  • @Copilot made their first contribution in #260

Full Changelog: v0.5.1...v0.6.0

Release v0.5.1

02 Sep 08:22
v0.5.1
c48af33

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

18 Jul 08:35
d6b69e6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

02 Jul 14:44
c141c3c

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

30 May 11:40
9461614

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Release v0.3.2

04 Mar 13:03

Choose a tag to compare

  • add NWC get_budget method support #129
  • Broadcast stop early #128

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

28 Feb 22:54

Choose a tag to compare

What's Changed

New Contributors

  • @v0l made their first contribution in #124

Full Changelog: v0.3.0...v0.3.1