Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,66 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-07-24

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ndk` - `v0.8.4-dev.11`](#ndk---v084-dev11)
- [`ndk_bip32_keys` - `v0.1.0-dev.0+1`](#ndk_bip32_keys---v010-dev01)
- [`ndk_drift` - `v0.1.1-dev.13`](#ndk_drift---v011-dev13)
- [`ndk_flutter` - `v0.8.4-dev.14`](#ndk_flutter---v084-dev14)
- [`ndk_objectbox` - `v0.2.12-dev.11`](#ndk_objectbox---v0212-dev11)

---

#### `ndk` - `v0.8.4-dev.11`

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep/hide NIP-09 coordinate (a-tag) deletions across cache backends.
- **FEAT**: add local-first interactive signer retry flow.
- **FEAT**: local first.
- **FEAT**: local first.
- **FEAT**: local first.

#### `ndk_bip32_keys` - `v0.1.0-dev.0+1`

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).

#### `ndk_drift` - `v0.1.1-dev.13`

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep/hide NIP-09 coordinate (a-tag) deletions across cache backends.

#### `ndk_flutter` - `v0.8.4-dev.14`

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FEAT**: add local-first interactive signer retry flow.

#### `ndk_objectbox` - `v0.2.12-dev.11`

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).
- **FIX**: sweep stale delivery records during eviction.


## 2026-07-13

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/bip32_keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0-dev.0+1

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).

## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
2 changes: 1 addition & 1 deletion packages/bip32_keys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk_bip32_keys
description: BIP32 hierarchical deterministic key derivation utilities used by NDK.
version: 0.1.0
version: 0.1.0-dev.0+1
homepage: https://github.com/relaystr/ndk
repository: https://github.com/relaystr/ndk

Expand Down
7 changes: 7 additions & 0 deletions packages/drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.1-dev.13

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep/hide NIP-09 coordinate (a-tag) deletions across cache backends.

## 0.1.1-dev.12

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/drift/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk_drift
description: A Drift-based cache manager for the NDK (Nostr Development Kit) library, providing persistent SQLite storage for Nostr protocol data.
version: 0.1.1-dev.12
version: 0.1.1-dev.13
homepage: https://github.com/relaystr/ndk
repository: https://github.com/relaystr/ndk

Expand All @@ -17,7 +17,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ndk: ^0.8.4-dev.10
ndk: ^0.8.4-dev.11
drift: ^2.31.0
drift_flutter: ^0.2.8
path_provider: ^2.1.5
Expand Down
13 changes: 13 additions & 0 deletions packages/ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.8.4-dev.11

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep stale delivery records during eviction.
- **FIX**: sweep/hide NIP-09 coordinate (a-tag) deletions across cache backends.
- **FEAT**: add local-first interactive signer retry flow.
- **FEAT**: local first.
- **FEAT**: local first.
- **FEAT**: local first.

## 0.8.4-dev.10

- **FIX**: complete cache-served queries without waiting for timeout.
Expand Down
4 changes: 2 additions & 2 deletions packages/ndk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk
description: Nostr Development Kit - the most performant lib for all your nostr usecases
version: 0.8.4-dev.10
version: 0.8.4-dev.11
homepage: https://github.com/relaystr/ndk
repository: https://github.com/relaystr/ndk

Expand All @@ -24,7 +24,7 @@ platforms:
windows:

dependencies:
ndk_bip32_keys: ^0.1.0
ndk_bip32_keys: ^0.1.0-dev.0+1
http: ^1.6.0
bip340: ">=0.3.0 <0.4.0"
bech32: ^0.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/ndk_cache_manager_test_suite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ environment:
resolution: workspace

dependencies:
ndk: ^0.8.4-dev.10
ndk: ^0.8.4-dev.11
test: ^1.30.0
6 changes: 6 additions & 0 deletions packages/ndk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.4-dev.14

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FEAT**: add local-first interactive signer retry flow.

## 0.8.4-dev.13

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/ndk_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk_flutter
description: "A Flutter UI package providing ready-to-use widgets."
version: 0.8.4-dev.13
version: 0.8.4-dev.14
repository: https://github.com/relaystr/ndk
topics:
- ndk
Expand Down Expand Up @@ -31,7 +31,7 @@ dependencies:
flutter_secure_storage: ">=8.0.0 <11.0.0"
http: ">=1.0.0 <2.0.0"
intl: ^0.20.2
ndk: ^0.8.4-dev.10
ndk: ^0.8.4-dev.11
pretty_qr_code: ">=3.6.0 <4.0.0"
toastification: ">=3.0.0 <4.0.0"
url_launcher: ">=6.0.0 <7.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.12-dev.11

- **FIX**: dart format with standalone SDK 3.12.2 (match CI).
- **FIX**: dart format all packages (CI format check).
- **FIX**: dart format (match CI environment without pub get).
- **FIX**: sweep stale delivery records during eviction.

## 0.2.12-dev.10

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/objectbox/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk_objectbox
description: Nostr Development Kit - the most performant lib for all your nostr usecases
version: 0.2.12-dev.10
version: 0.2.12-dev.11
homepage: https://github.com/relaystr/ndk

environment:
Expand All @@ -19,7 +19,7 @@ platforms:
dependencies:
objectbox: ^5.3.1
objectbox_flutter_libs: ^5.3.1
ndk: ^0.8.4-dev.10
ndk: ^0.8.4-dev.11
flat_buffers: ^25.9.23
path_provider: ^2.1.5
path: ^1.9.1
Expand Down
Loading