Skip to content

Releases: joaofl/quick-serve

v0.2.1

18 Aug 20:45
b43be58
Compare
Choose a tag to compare

What's Changed

  • Drop http-tower and add hyper server in #6

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Apr 20:18
Compare
Choose a tag to compare

For the second release, on top of the already existing headless version including HTTP, FTP or TFTP servers, also added a GUI while maintaining the headless option. Find the latest release below with binaries cross compile for the most common architectures, both headless and gui versions:

This release also represents another step forward on converging the architecture and structuring
of the code, after a lengthy, never ending exploration phase.

Full Changelog: v0.1.2...v0.2.0

v0.1.2 - Bump dependencies

08 Apr 14:42
Compare
Choose a tag to compare

v0.1.1 - Bump dependencies

05 Mar 10:28
Compare
Choose a tag to compare
  • Bump dependencies due to high severity vulnerability found on mio (>= 0.7.2, <= 0.8.10)

Full Changelog: v0.1...v0.1.1

v0.1.0 - Initial Release

05 Mar 10:33
Compare
Choose a tag to compare

First release of the any-serve, with the basic features already usable and stable.

It includes the console application that can spin any a HTTP, FTP or TFTP with one command,
with the possibility of setting up the served dir, the bind IP and the port for each server.

This release also represents some convergence to the desired architecture and structuring
of the code overall, after a lengthy exploration phase to learn the basics of Rust and try to
answer what could be the best design for this application.