1.3.0
- Request events from relay with a
RequestMessage
class - Added
Subscription
class to be sent with your request to the relay - Added
Filter
class to be sent with your request to the relay - Added
MessageTypeEnum
class with the types of messages which can be sent from clients to relays (see NIP-01) - Added
RelaySet
class which can be used to read and publish event to multiple relays - Updated the README.md with examples how to read events from relays
What's Changed
- Add read from relay feature by @kriptonix in #55
- Website code for nostr-php.dev by @Sebastix in #54
- Extended PR #55 from @kriptonix by @Sebastix in #57
New Contributors
- @kriptonix made their first contribution in #55
Full Changelog: 1.2.4...1.3.0