Releases: mcbrawls/inject
Releases · mcbrawls/inject
v3.0.1
- feat(http): allow more request method types
- fix(spigot): now reobf shaded jar
- feat(http): nullable HTTP intercepting
- feat: sources jars
v3.0.0
- Spring Boot support
- Ktor support
- Javalin support
- Jetty support
- Merge spigot and paper module into one
Thanks to
- @Olivoz for helping with Spring, Javalin and Jetty
v2.2.0
BREAKING: Move HTTP-related things to its own module
IMPORTANT: License change for Spigot and Paper: GPL-3.0
v2.1.1
Changes reflection behaviour in spigot to look up fields and methods based on type and predicate instead of hardcoding obfuscated field/method names
v2.1.0
Adds Spigot support
Fixes a bug where HttpRequest#parse
throws since the reader index is not reset
v2.0.2
Adds HttpInjector#isRelevant
Reformats some classes
Improves javadoc comments
HttpRequest#parse
now throws IOException
instead of Exception
Actual error handling of HttpRequest#parse
is now performed
v2.0.1
Fixes useless HttpInjector#isRelevant
function existing
v2.0
- Paper support
- Move to java
- Injection of outgoing packets
- Move to multi module project