Skip to content

Releases: tystuyfzand/websub-server

v1.4.1

08 Jul 01:37
Compare
Choose a tag to compare

Exposes NewHasher for ease of use.

v1.4.0

08 Jul 01:31
Compare
Choose a tag to compare

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

29 Aug 22:17
de6dc77
Compare
Choose a tag to compare

Resolves issues with decoding hub.lease_seconds from the form/request, makes MaxLease unexported with an Option to set.

v1.2.0

06 Feb 07:11
63778b8
Compare
Choose a tag to compare

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

06 Feb 01:05
Compare
Choose a tag to compare

Actual proper release of database store

v1.0.0

01 Nov 04:39
Compare
Choose a tag to compare

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.