Skip to content

Release v1.16-b3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 08:21
· 1093 commits to bleeding since this release

Since Last Release:

  • 8e96c7b (HEAD, tag: v1.16-b3, origin/t/bleeding) HangAtLogin Updates [bundabrg]
    |
  • c90db5b Merge remote-tracking branch 'remotes/origin/fix/first-login-issue-1.16' into t/bleeding [bundabrg]
    |\ # Conflicts:
    | | # connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java
    | |
    | * 935ad17 (origin/fix/first-login-issue-1.16) Merge branch 'feature/1.16' into fix/first-login-issue-1.16 [bundabrg]
    | | # Conflicts:
    | | # connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java
    | |
    | * 86094c3 (origin/fix/first-login-issue) Update to use Thread Pool [Brendan Grieve]
    | |
    | * 88129b1 Implement workaround for out of order StartGame packet [bundabrg]
    | Randomly the StartGame packet will end up sent after the packets that are supposed come after it. This workaround will force a 500ms delay after the packet to ensure it has the best chance of coming first.
    |
  • 67fc8b0 Merge remote-tracking branch 'remotes/origin/feature/replace-username-space-1.16' into t/bleeding [bundabrg]
    |
  • 7adbf18 (origin/feature/replace-username-space-1.16) Merge branch 'feature/1.16' into feature/replace-username-space-1.16 [bundabrg]
    |
  • 1523d58 (origin/feature/replace-username-space) Move replacement to within GeyserSession::authenticate [Brendan Grieve]
    |
  • 52b7aac Replace spaces in username with _ [bundabrg]
    Closes GeyserMC#263 | head -n 300