From b44094321066a1c70ae7c43bcec28f01c210a1f5 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 28 Nov 2024 10:37:08 -0800 Subject: [PATCH] Release 0.4.0 - add filter iteration - update nostrdb to fix tag+id filter issue - add filter::json support - add ndb_unsubscribe - add subscription count function - api: pass arrays instead of vecs in a few places - expose ndb_note_json - filter: Add event method - filter: add from_json - filter: expose more builder options - filter: mutable since - fix FilterBuilder - fix bech32 parsing - windows support - multi-platform build - nostrdb: update to support automatic kind6 repost ingestion - note: explicit clone implementation - simplify poll and wait apis - since/limit mut methods - sub: add debug trait - update nostrdb to fix note corruption bug - update nostrdb to include fix for flatcc crash Signed-off-by: William Casarin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index debe1b0..5cff5a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "nostrdb" authors = ["William Casarin "] description = "An unfairly fast embedded nostr database backed by lmdb" readme = "README.md" -version = "0.3.4" +version = "0.4.0" edition = "2021" build = "build.rs" license = "GPL-3.0-or-later"