Skip to content

Releases: cs130-w21/1

Junknet v0.2.0

08 Mar 07:57
2d1a424
Compare
Choose a tag to compare

Final release for COM SCI 130. Changelog coming soon.

Junknet v0.1.0

19 Feb 22:04
5011dc1
Compare
Choose a tag to compare

Added

  • Client: Dummy client using HTTP/2.
  • Client: Job sequencer for client (topological dependency sorting).
  • Daemon: Dummy server using HTTP/2.
  • Daemon: Docker execution layer to manage containers, images, streams.
  • Zeroconf: Nodes use Zeroconf to announce and discover Junknet services.
  • Package: Automatic API documentation, hosted at https://junknet.netlify.app/.
  • Package: Binaries junknet-make (Controller) and junknetd (Daemon).
  • DevOps: Use Semantic Versioning for release tags.
  • DevOps: Use Keep a Changelog for release descriptions.

Changed

Deprecated

  • Client: HTTP/2 based client will be replaced by SSH client.
  • Daemon: HTTP/2 based daemon will be replaced by SSH server.

Removed

Fixed

Security