release 0.9.3

This commit is contained in:
Doug Hoyte
2023-07-21 06:37:52 -04:00
parent 5b3190c54a
commit 7c17b066a1
2 changed files with 9 additions and 1 deletions

8
CHANGES Normal file
View File

@ -0,0 +1,8 @@
0.9.3
* Limit on events that can be processed by a sync
- Configurable with relay.negentropy.maxSyncEvents
* Warn when NIP-11 pubkey is in incorrect format (#52)
* Bugfix: Setting rejectEphemeralEventsOlderThanSeconds larger than ephemeralEventsLifetimeSeconds did
not work because events were then considered expired
* Config parameter to silence "Rejected invalid event" logs: relay.logging.invalidEvents
* Detect overflows when rejectEvents* config params are set very large

2
TODO
View File

@ -1,8 +1,8 @@
1.0 release 1.0 release
split plugins for relay/stream
test negentropy queries stored in events test negentropy queries stored in events
more config params in negentropy more config params in negentropy
? limit for total number of events, not just per filter ? limit for total number of events, not just per filter
? default since limit for sync
features features
in sync/stream, log bytes up/down and compression ratios in sync/stream, log bytes up/down and compression ratios