Releases: believethehype/nostrdvm
Releases · believethehype/nostrdvm
1.1.3
I am not dead.
-
DVMs are now sending a kind 11998 heartbeat event every 300 seconds. This event will expire after 300 seconds. clients can check if DVMs are still alive that follow this rule.
-
Status responses and replies will expire after 10 minutes (by default) so dvm notes will not take additional space on relays, existing only temporally.
1.1.2
Bugfix for extra_tags introduced in last version not being present.
1.1.1
- add first version of nostr mcp bridge
- update dependencies
1.1.0
-update to latest nostr-sdk
1.0.9
traditional hotfix release for 1.0.8
1.0.8
- introducing the DVMFramework class: let the framework handle deleting nip89 announcements on shutdown by default (set dvm_config.DELETE_ANNOUNCEMENT_ON_SHUTDOWN to False if you don't want that behavior). Make sure to re-announce them by setting the admin_config.REBROADCAST_NIP89 = True. This way a DVM is only announced for as long as it's actually running.
- Better management of the shutdown process.
- Updated tutorials
- Add basic suppport for blossom uploads
1.0.7
Update to NostrSDK 0.38
Improve prints
hotfix for 1.0.6
1.0.6
- Update to NostrSDK 0.38
- Improve prints
1.0.5
- reply with expiration tag, if request contains expiration tag
- divide relays to RELAY_LIST, SYNC_RELAY_LIST and ANNOUNCE_RELAY_LIST (new), where RELAY_LIST is the relays the DVM is actually using and ANNOUNCE_RELAY_LIST are relays where the NIP65 inbox, as well as DM relays and NIP89 announcements are published to.
1.0.4
- fix bug in bot with nip44 encryption