Releases: tystuyfzand/websub-server
Releases · tystuyfzand/websub-server
v1.4.1
v1.4.0
Feature release for additional worker types.
- Exposes
Notify
to be used in other implementations of workers - Adds Hub as a field to
PublishJob
that lets us contain hub information (Hasher and URL)
v1.3.0
Resolves issues with decoding hub.lease_seconds from the form/request, makes MaxLease unexported with an Option to set.
v1.2.0
NOTE: This breaks custom store implementations! You need to add the For
definition to your store, it can do nothing if you don't expect to use the client right now, but this may be required in the server soon!
v1.1.1
Actual proper release of database store
v1.0.0
Initial working and validated version.
This release locks the API for v1 to what currently exists, and any breaking changes will be moved to new major versions.