Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Releases: Ktt-Development/simplehttpserver

4.4.2

26 Feb 21:25
a9788c6
Compare
Choose a tag to compare

Changes

📄 Documentation

4.4.1

19 Jan 16:43
fd1fb0f
Compare
Choose a tag to compare

Updated sources.

4.4.0

26 Dec 21:30
dd5ed34
Compare
Choose a tag to compare

Changes

🔧 Optimizations

  • Changed PredicateHandler parameter order #127 (@Katsute)
  • Optimized context creation with regex, fixed whitespace issue #124 (@Katsute)

🐞 Bug Fixes

  • Optimized context creation with regex, fixed whitespace issue #124 (@Katsute)

4.3.0

30 Nov 18:56
8dec88f
Compare
Choose a tag to compare

Changes

⭐ New Features

  • Replaced RequestMethod enums with HttpRequestMethod static strings. #121 (@Katsute)
  • Changed adapter so it works with directory names #120 (@Katsute)

🔧 Optimizations

  • Replaced RequestMethod enums with HttpRequestMethod static strings. #121 (@Katsute)

4.2.0

17 Nov 17:18
63aa926
Compare
Choose a tag to compare

Changes

🔧 Optimizations

  • Fixed issue where file handler would sometimes return null for existing files; Optimized LIVELOAD file handler. #118 (@Katsute)

❌ Removed

🐞 Bug Fixes

  • Fixed issue where file handler would sometimes return null for existing files; Optimized LIVELOAD file handler. #118 (@Katsute)
  • Fixed #115, GET wildcards +& not parsed correctly #116 (@Katsute)
  • Fix throttler tests #114 (@Katsute)

4.1.0

06 Nov 22:45
fea80c4
Compare
Choose a tag to compare

Changes

🔧 Optimizations

📄 Documentation

4.0.0

31 Oct 16:23
a0a4364
Compare
Choose a tag to compare

Changes

⭐ New Features

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)
  • Add method to send files. #102 (@Katsute)
  • Convert simplehttpserver to a modular project. #98 (@Katsute)

🔧 Optimizations

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)
  • Upgrade tests to JUnit5 #104 (@Katsute)
  • Use JUnit for temporary folders and files. #101 (@Katsute)
  • Convert simplehttpserver to a modular project. #98 (@Katsute)

📄 Documentation

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)

🐞 Bug Fixes

  • Fix missing quotes around toString string. #109 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)

📘 Dependencies

03.06.05

05 Oct 18:23
6dd4cab
Compare
Choose a tag to compare

Changes

⭐ New Features

03.05.08

28 Aug 00:46
30cf82d
Compare
Choose a tag to compare

Changes

🔧 Optimizations

📄 Documentation

📘 Dependencies

03.05.07

11 Aug 16:06
dccfebe
Compare
Choose a tag to compare

Changes

🐞 Bug Fixes

  • Fixed #88 : Throttled Handler doesn't delete failed handle connections 8326df5 (@Katsute)