Skip to content

Releases: minekube/connect-java

Release version 0.7.0

13 Aug 09:46

Choose a tag to compare

- Fix BungeeCord LocalServerChannel compatibility via IoHandler delegation
- Fix Spigot/Paper handshake packet creation for Java 21 + modern versions
- Fix Velocity event loop integration with LocalSession
- Update Netty to 4.2.3.Final
- Add LocalSession.setPlatformEventLoopGroup() hook
- Implement ConnectIoHandlerWrapper for BungeeCord

Latest Release

13 Aug 09:49

Choose a tag to compare

Bug Fixes

  • Velocity injection (robinbraemer)
  • Enhance Spigot handshake handling for Minecraft versions 1.20.2 and above (robinbraemer)

Documentation

  • Add rule that serves as both a comprehensive reference and a practical playbook for anyone working on Connect Java platform injection issues. (robinbraemer)
  • Rule for release process (robinbraemer)

Commits

  • b6b7219: fix Bungee LocalServerChannel compatibility by delegating IoHandlers and sharing platform event loops (robinbraemer)
  • ab8a831: Release version 0.7.0 (robinbraemer)

Latest Pre-Release

13 Aug 09:49

Choose a tag to compare

Latest Pre-Release Pre-release
Pre-release

Bug Fixes

  • Velocity injection (robinbraemer)
  • Enhance Spigot handshake handling for Minecraft versions 1.20.2 and above (robinbraemer)

Documentation

  • Add rule that serves as both a comprehensive reference and a practical playbook for anyone working on Connect Java platform injection issues. (robinbraemer)
  • Rule for release process (robinbraemer)

Commits

  • b6b7219: fix Bungee LocalServerChannel compatibility by delegating IoHandlers and sharing platform event loops (robinbraemer)
  • ab8a831: Release version 0.7.0 (robinbraemer)

0.6.2

14 Apr 20:17
76edf92

Choose a tag to compare

Commits

0.6.1

04 Apr 19:59
3f93019

Choose a tag to compare

Commits

  • 3f93019: Fixed bungeecord support that broke due to changes in bungeecord (#18) (NixNux123) #18

0.6.0

03 Jun 10:34

Choose a tag to compare

Support up to Minecraft 1.20.6

0.5.0

22 Jan 13:02

Choose a tag to compare

Commits

  • b51bd18: support Minecraft 1.20.2+ (Robin)

0.4.0

25 Apr 17:57

Choose a tag to compare

Features

  • Super Endpoints (Robin)

Commits

  • 5104d09: bump version to 0.4.0 (Robin)

0.3.1

26 Feb 19:09

Choose a tag to compare

Commits

  • 619fb8e: Improve watch reconnect, backoff and log disconnect error (Robin)

0.3.0

21 Feb 17:26

Choose a tag to compare

Commits

  • 6df7aec: Update README.md (Robin Brämer)
  • f85354c: Update README.md (Robin Brämer)
  • e18d7b3: Add setting to allow offline mode (Robin)