Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
jb55 committed Nov 28, 2024
1 parent 9a1ad40 commit b440943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nostrdb"
authors = ["William Casarin <[email protected]>"]
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"
Expand Down

0 comments on commit b440943

Please sign in to comment.