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

Releases: Ktt-Development/simplehttpserver

03.05.06

04 Aug 17:18
d55768f
Compare
Choose a tag to compare

Changes

🐞 Bug Fixes

  • Fixed #84: Directories return null file source for FileHandler #85 (@Katsute)

03.05.05

04 Aug 00:38
ec30cf9
Compare
Choose a tag to compare

Changes

🐞 Bug Fixes

03.05.04

03 Aug 17:32
4ad8b17
Compare
Choose a tag to compare

Changes

🐞 Bug Fixes

  • Fixed missing leading slashes for FileHandler #81 (@Katsute)

03.05.03

24 Jul 17:16
d2b96a4
Compare
Choose a tag to compare

Changes

🔧 Optimizations

🐞 Bug Fixes

  • Fix #77 - Wrong file when using adapter name on directory files #79 (@Katsute)

03.05.02

05 Jul 00:42
Compare
Choose a tag to compare

Changes

⭐ New Features

📄 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

  • Fixed post map parameter being named "parameter" instead of "parameters" #72 (@Katsute)
  • Fixed #69 Throttled handler not being removed correctly #70 (@Katsute)

03.05.01

09 Jun 02:38
0959218
Compare
Choose a tag to compare

Changes

🔧 Optimizations

  • Optimized how file handler would retrieve files #63 (@Katsute)

❌ 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

03.05.00

04 Jun 21:12
3d0675c
Compare
Choose a tag to compare

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

  • Fixed exception on missing file #57 (@Katsute)
  • Fixed thread unsafe map for add directory #57 (@Katsute)
  • Fixed missing files for top level directory #57 (@Katsute)
  • Fixed issue where directory files could be modified #57 (@Katsute)

03.04.03

27 May 21:17
d035c4d
Compare
Choose a tag to compare

Changes

🔧 Optimizations

🐞 Bug Fixes

  • Fixed #getContextHandler dereference issue #50 (@Katsute)

03.04.02

26 May 17:24
3978e8e
Compare
Choose a tag to compare

Changes

🔧 Optimizations

  • Changed SimpleHttpsServerImpl scope from public to package private

03.04.01

26 May 16:59
ea0f2d7
Compare
Choose a tag to compare

Changes

⭐ New Features

  • Change package-private constructors to protected constructors #45 (@Katsute)

📄 Documentation

  • Change package-private constructors to protected constructors #45 (@Katsute)