Update README: Add v0.5.3 changelog

- Document fix for storage method calls
- Explain replacement of non-existent storage.getServicesByName()
- Note compatibility with Storage interface specification

Fixes customer-reported error: "storage.getServicesByName is not a function"
This commit is contained in:
2025-12-14 18:27:31 +01:00
parent d486283c01
commit 76539c4b65

View File

@@ -254,6 +254,13 @@ All authenticated operations require Ed25519 signatures:
See [ADVANCED.md](./ADVANCED.md#security) for detailed security documentation.
## Changelog
### v0.5.3 (Latest)
- Fix RPC method calls using non-existent storage methods
- Replace `storage.getServicesByName()` with `storage.discoverServices()` and `storage.getRandomService()`
- Ensures compatibility with Storage interface specification
## License
MIT