11
11
12
12
### Changed
13
13
14
+ * nostr: ignore malformed public keys during NIP19 event (` nevent ` ) parsing ([ Yuki Kishimoto] )
15
+ * pool: increase default kind 3 event limit to ` 840000 ` bytes and ` 10000 ` tags ([ Yuki Kishimoto] )
16
+
14
17
### Added
15
18
16
19
* nostr: add ` Tag::is_root ` method ([ Xiao Yu] )
20
+ * nostr: add ` JsonUtil::try_as_json ` method ([ Yuki Kishimoto] )
17
21
* pool: allow to set event limits per kind ([ Yuki Kishimoto] )
22
+ * book: add some python examples ([ RydalWater] )
18
23
19
24
### Fixed
20
25
26
+ * nostr: fix re-serialization of events that contains unknown keys during deserialization ([ Yuki Kishimoto] )
27
+
21
28
### Removed
22
29
23
30
## [ v0.31.0]
@@ -71,7 +78,6 @@ removed zap split from `client.zap` method, many improvements and more!
71
78
* nostr: add ` SecretKey::generate ` ([ Yuki Kishimoto] )
72
79
* nostr: add ` Tag ` struct ([ Yuki Kishimoto] )
73
80
* nostr: add ` EventBuilder::add_tags ` method ([ Yuki Kishimoto] )
74
- * nostr: add ` JsonUtil::try_as_json ` method ([ Yuki Kishimoto] )
75
81
* database: add ` author ` index ([ Yuki Kishimoto] )
76
82
* pool: add ` RelayPool::start ` ([ Yuki Kishimoto] )
77
83
* pool: add ` NegentropyDirection ` default ([ Yuki Kishimoto] )
@@ -92,7 +98,6 @@ removed zap split from `client.zap` method, many improvements and more!
92
98
### Fixed
93
99
94
100
* nostr: fix NIP19 event (` nevent ` ) serialization ([ Yuki Kishimoto] )
95
- * nostr: fix re-serialization of events that contains unknown keys during deserialization ([ Yuki Kishimoto] )
96
101
97
102
### Removed
98
103
@@ -187,6 +192,7 @@ added `nostrdb` storage backend, added NIP32 and completed NIP51 support and mor
187
192
[ rustedmoon ] : https://github.com/rustedmoon
188
193
[ benthecarman ] : https://github.com/benthecarman
189
194
[ Xiao Yu ] : https://github.com/kasugamirai
195
+ [ RydalWater ] : https://github.com/RydalWater
190
196
191
197
<!-- Tags -->
192
198
[ Unreleased ] : https://github.com/rust-nostr/nostr/compare/v0.31.0...HEAD
0 commit comments