mirror of
https://github.com/xtr-dev/rondevu-server.git
synced 2025-12-15 13:23:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user