Skip to content

Releases: MrNavaStar/ProtoWeaver

ProtoWeaver 1.5.1

15 Jan 18:31
ddd4a3f

Choose a tag to compare

  • Fix velocity bits missing from server jar

ProtoWeaver 1.5

15 Jan 17:41
ea62b81

Choose a tag to compare

  • ProtoWeaver and Minecraft code are now separated into two repositories, there shouldn't be any changes from a user perspective

ProtoWeaver 1.4.10

13 Jan 22:07

Choose a tag to compare

  • Fix paper crash
  • Make the client trust manager more thread safe and less prone to breakage
  • Add ProtoClient events for certificate rejection

ProtoWeaver 1.4.9

18 Jul 19:28

Choose a tag to compare

  • Fix crash on Paper

ProtoWeaver 1.4.8

18 Jun 03:38
632f976

Choose a tag to compare

  • Fix bug where private key was getting overwritten by cert env variable (Thanks @ChickenSaysBak)

ProtoWeaver 1.4.7

17 Jun 02:57
233135d

Choose a tag to compare

  • NeoForge Support!
  • Fix Nasty Crash (thanks to @IPECTER)
  • SSL Private Key and Cert can now be passed to protoweaver via environment variables. This is useful when running protoweaver in docker. The two new variables are PROTOWEAVER_PRIVATE_KEY and PROTOWEAVER_CERT

ProtoWeaver 1.4.6

01 Feb 02:56
df4f9c6

Choose a tag to compare

  • Hopefully resolve fury crashing issues
  • Reduce some log spam on large velocity networks

ProtoWeaver 1.4.5

28 Dec 06:11

Choose a tag to compare

  • Fix crash related to decoding large packets

ProtoWeaver 1.4.4

23 Dec 04:30

Choose a tag to compare

  • Fix compat with Proxy Compatible Forge
  • Update deps to fix some internal issues

ProtoWeaver 1.4.3

22 Dec 07:35

Choose a tag to compare

  • Refactor ProtoSerializer again to hopefully make it thread safe