This repository has been archived by the owner on May 10, 2024. It is now read-only.
Releases: KatsuteDev/simplehttpserver
Releases · KatsuteDev/simplehttpserver
5.0.2
Changes
Documentation
Dependencies
- Bump junit-jupiter from 5.9.2 to 5.9.3 #35 (@mashiro-san)
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 #37 (@dependabot)
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 #36 (@dependabot)
- Bump maven-source-plugin from 3.2.1 to 3.3.0 #39 (@dependabot)
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 #40 (@dependabot)
- Bump the junit group with 2 updates #42 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 #44 (@dependabot)
- Upgrade to Java 21 #45 (@Katsute)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #48 (@dependabot)
- Bump the junit group with 2 updates #49 (@dependabot)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #50 (@dependabot)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 #51 (@dependabot)
Full Changelog: 5.0.1...5.0.2
5.0.1
Changes
📘 Dependencies
- Bump junit-jupiter from 5.9.1 to 5.9.2 #22 (@mashiro-san)
- Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 #23 (@dependabot)
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 #24 (@dependabot)
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 #25 (@dependabot)
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 #26 (@dependabot)
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 #28 (@dependabot)
Full Changelog: 5.0.0...5.0.1
5.0.0
5.0.0-RC-2
🌈 Changes
⭐ New Features
- Add timeout handler #17 (@Katsute)
- Adjust HTTP Codes #18 (@Katsute)
RedirectHandler
returns code308
(Permanent Redirect)TemporaryHandler
returns code404
(Not Found) when expiredFileHandler
returns code404
(Not Found) on null fileThrottledHandler
returns code429
(Too Many Requests) on max connections
📘 Dependencies
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 #7 (@dependabot)
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 #9 (@dependabot)
Full Changelog: 5.0.0-RC-1...5.0.0-RC-2
5.0.0-RC-1
🌈 Changes
- Initial pre-release
Full Changelog: https://github.com/KatsuteDev/simplehttpserver/commits/5.0.0-RC-1