Skip to content

Releases: u-wave/hub

plugin/v0.5.2

07 Nov 19:13
Compare
Choose a tag to compare
  • Adds support for üWave Core 0.5.0-alpha.5 and up.
  • Remove filesystem cache for keypairs. It seems unnecessary.
  • Remove ms dependency.
  • Add a user agent value to announce requests.

react-server-list/v5.0.0-alpha.9

13 Apr 14:25
Compare
Choose a tag to compare
Pre-release
  • Update for latest material-ui 5.x alpha.

react-server-list/v5.0.0-alpha.7

26 Mar 09:31
e13bbb6
Compare
Choose a tag to compare
Pre-release
  • Move the package into the u-wave/hub repository.
  • Add aria-label for description dialog buttons.
  • Use SWR instead of event sourcing.
  • Update for latest material-ui 5.x alpha.

server/v0.4.0

25 Aug 13:05
05267de
Compare
Choose a tag to compare
  • Initial release of the server as an npm package.
  • Use JSON schemas for validation.
  • Use libsodium-wrappers, a WebAssembly alternative to sodium-signatures.
  • Add openapi description.

client/v0.5.2

25 Aug 13:02
0bd912b
Compare
Choose a tag to compare
  • Update eslint config to match other üWave projects.

plugin/v0.4.0

25 Aug 13:03
a231f27
Compare
Choose a tag to compare
plugin/v0.4.0 Pre-release
Pre-release
  • Update eslint config to match other üWave projects.
  • Update to the upcoming changes to the üWave Core plugin API.
  • Use the upcoming üWave Core runtime config store for configuration.
  • Use node-fetch instead of got to match other üWave projects.
  • Use libsodium-wrappers, a WebAssembly alternative to sodium-signatures.

client/v0.5.0

22 Jul 07:33
dc3c79a
Compare
Choose a tag to compare

Hub Client

  • Upgrade next
  • Upgrade material-ui

server/v0.2.0

21 Oct 09:54
e7bda44
Compare
Choose a tag to compare

Hub Server

  • dc1f7f6 Use server-sent events for updates.
  • ba72f50 server: remove babel, require Node 8
  • 3fbe129 server: update dependencies

plugin/v0.2.0

21 Oct 09:53
03dc78d
Compare
Choose a tag to compare

u-wave-announce

  • 4340206 plugin: Cache keypairs automagically

client/v0.1.0

21 Oct 09:52
807473b
Compare
Choose a tag to compare

Hub Client

  • 20cee4d Mark servers that have not announced for some time with a warning icon.
  • dc1f7f6 Use server-sent events for updates.
  • 9251d79 client: Add static html export
  • a385ede client: rm now link in footer
  • 77360c3 client: Upgrade dependencies.