Skip to content

Releases: mcbrawls/inject

v3.0.1

16 Dec 19:21
Compare
Choose a tag to compare
  • feat(http): allow more request method types
  • fix(spigot): now reobf shaded jar
  • feat(http): nullable HTTP intercepting
  • feat: sources jars

v3.0.0

12 Dec 19:06
57ec5de
Compare
Choose a tag to compare
  • 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.2

11 Nov 15:32
Compare
Choose a tag to compare

Fixes #2

v2.2.1

11 Nov 15:26
Compare
Choose a tag to compare

Fixes #2

v2.2.0

03 Nov 15:40
Compare
Choose a tag to compare

BREAKING: Move HTTP-related things to its own module

IMPORTANT: License change for Spigot and Paper: GPL-3.0

v2.1.1

01 Nov 11:38
Compare
Choose a tag to compare

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

31 Oct 23:44
Compare
Choose a tag to compare

Adds Spigot support
Fixes a bug where HttpRequest#parse throws since the reader index is not reset

v2.0.2

30 Oct 21:51
Compare
Choose a tag to compare

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

30 Oct 14:00
Compare
Choose a tag to compare

Fixes useless HttpInjector#isRelevant function existing

v2.0

30 Oct 13:56
Compare
Choose a tag to compare
  • Paper support
  • Move to java
  • Injection of outgoing packets
  • Move to multi module project