Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Releases: KatsuteDev/simplehttpserver

5.0.2

20 Nov 19:29
231508a
Compare
Choose a tag to compare

Changes

Documentation

  • Fix missing external links for HttpServer documentation #54 (@Katsute)

Dependencies

Full Changelog: 5.0.1...5.0.2

5.0.1

14 Mar 17:02
e54543a
Compare
Choose a tag to compare

Changes

📘 Dependencies

Full Changelog: 5.0.0...5.0.1

5.0.0

29 Nov 22:25
8795274
Compare
Choose a tag to compare

🌈 Changes

Initial release

Full Changelog: 5.0.0

5.0.0-RC-2

21 Oct 02:03
a93c8d9
Compare
Choose a tag to compare
5.0.0-RC-2 Pre-release
Pre-release

🌈 Changes

⭐ New Features

  • Add timeout handler #17 (@Katsute)
  • Adjust HTTP Codes #18 (@Katsute)
    • RedirectHandler returns code 308 (Permanent Redirect)
    • TemporaryHandler returns code 404 (Not Found) when expired
    • FileHandler returns code 404 (Not Found) on null file
    • ThrottledHandler returns code 429 (Too Many Requests) on max connections

📘 Dependencies

Full Changelog: 5.0.0-RC-1...5.0.0-RC-2

5.0.0-RC-1

31 Jul 00:46
06397e4
Compare
Choose a tag to compare
5.0.0-RC-1 Pre-release
Pre-release

🌈 Changes

  • Initial pre-release

Full Changelog: https://github.com/KatsuteDev/simplehttpserver/commits/5.0.0-RC-1