Releases: SolidLabResearch/decentralized-stream-notifications-aggregator
Releases · SolidLabResearch/decentralized-stream-notifications-aggregator
v2.1.0
Full Changelog: v2.0.0...v2.1.0
v2.0.0
The current version stores the results into the cache as well as subscribes to multiple streams, and updates on their inbox for multiple clients.
What's Changed
- fixes #15 by @argahsuknesib in #17
- fixes #14 by @argahsuknesib in #18
New Contributors
- @argahsuknesib made their first contribution in #17
Full Changelog: 1.1.0...v2.0.0
v1.1.0
The current release supports fetching historical data between two timestamps in case the latest events were missed, considering the historical data is in the range of the time to live set into the cache.
v1.0.0
The solid stream notifications cache, caches the latest events written to the Solid Pods following the LDES in LDP specification for efficient retrieval by the clients. The service will also work with a normal solid server as well if the server contains a ldp:inbox
predicate where the events are being written to.