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

Releases: Ktt-Development/simplehttpserver

4.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 21:25
a9788c6

Changes

📄 Documentation

4.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Jan 16:43
fd1fb0f

Updated sources.

4.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 21:30
dd5ed34

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

Choose a tag to compare

@Katsute Katsute released this 30 Nov 18:56
8dec88f

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

Choose a tag to compare

@Katsute Katsute released this 17 Nov 17:18
63aa926

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

Choose a tag to compare

@Katsute Katsute released this 06 Nov 22:45
fea80c4

Changes

🔧 Optimizations

📄 Documentation

4.0.0

Choose a tag to compare

@release-drafter release-drafter released this 31 Oct 16:23
a0a4364

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

Choose a tag to compare

@Katsute Katsute released this 05 Oct 18:23
6dd4cab

Changes

⭐ New Features

03.05.08

Choose a tag to compare

@Katsute Katsute released this 28 Aug 00:46
30cf82d

Changes

🔧 Optimizations

📄 Documentation

📘 Dependencies

03.05.07

Choose a tag to compare

@release-drafter release-drafter released this 11 Aug 16:06
dccfebe

Changes

🐞 Bug Fixes

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