This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Releases: Ktt-Development/simplehttpserver
Releases · Ktt-Development/simplehttpserver
03.05.06
03.05.05
03.05.04
03.05.03
03.05.02
Changes
⭐ New Features
- Add walk parameter without byteloadingoption for FileHandler #76 (@Katsute)
- Added Test Cases #75 (@Katsute)
📄 Documentation
- Add walk parameter without byteloadingoption for FileHandler #76 (@Katsute)
- Fixed #69 Throttled handler not being removed correctly #70 (@Katsute)
- Fix randome typo #68 (@Katsute)
- NullPointerException documentation for SimpleHttpServer#getAddress #67 (@Katsute)
🐞 Bug Fixes
03.05.01
Changes
🔧 Optimizations
❌ Removed
🐞 Bug Fixes
- Fixed issue where top level directory walking would sometimes generate keys with extra slashes #64 (@Katsute)
- Fixed issue where files with spaces in names could not be accessed #64 (@Katsute)
- Fixed issue where file walking would not add the correct file #64 (@Katsute)
- Fixed issue where file walking would add the top level directory twice #64 (@Katsute)
- Fixed issue #59 where adding new directories would not create a watch service #62 (@Katsute)
📘 Dependencies
- Dependabot is moving to GitHub! #58 (@dependabot-preview)
03.05.00
Changes
⭐ New Features
- File Handler Smart Loading +bugfixes #57 (@Katsute)
- Add ExchangeThrottler, ServerExchangeThrottler, ServerSessionThrottler #55 (@Katsute)
🔧 Optimizations
- File Handler Smart Loading +bugfixes #57 (@Katsute)
- Add ExchangeThrottler, ServerExchangeThrottler, ServerSessionThrottler #55 (@Katsute)
- Optimize toString #56 (@Katsute)
📄 Documentation
- File Handler Smart Loading +bugfixes #57 (@Katsute)
- Add ExchangeThrottler, ServerExchangeThrottler, ServerSessionThrottler #55 (@Katsute)
🐞 Bug Fixes
03.04.03
03.04.02
Changes
🔧 Optimizations
- Changed SimpleHttpsServerImpl scope from public to package private