Skip to content
Success

Changes

Summary

  1. Update snakeyaml to 1.19 to fix bug with duplicate keys affecting some (commit: 3e65ee2) (details)
  2. Add KeybindComponent API (commit: fbc5f51) (details)
  3. Make greload reload custom messages.properties (commit: 2e826a1) (details)
  4. Netty 4.1.17.Final (commit: cccbb3c) (details)
  5. mysql-connector-java 5.1.44 (commit: 4c84f37) (details)
  6. #2297: Use server field on DownstreamBridge (commit: 1dbfcfb) (details)
  7. #2296: Fix tab list NPE w/ some offline mode clients (commit: ed23e3b) (details)
  8. Remove obsolete tab lists (commit: eb288a8) (details)
  9. Netty 4.1.18.Final (commit: 9fd9843) (details)
  10. Make bungeecord-chat API classes final - the API does not (nor should) (commit: dda0638) (details)
Commit 3e65ee2f545f3e82c63662a395c53fa5a193c6b4 by git
Update snakeyaml to 1.19 to fix bug with duplicate keys affecting some
users.
https://bitbucket.org/asomov/snakeyaml/issues/386/duplicate-keys-cause-issues
(commit: 3e65ee2)
The file was modified config/pom.xml (diff)
Commit fbc5f514e28dbfc3f85cb936ad95b1a979086ab6 by git
Add KeybindComponent API
(commit: fbc5f51)
The file was modified chat/src/main/java/net/md_5/bungee/chat/ComponentSerializer.java (diff)
The file was addedchat/src/main/java/net/md_5/bungee/api/chat/KeybindComponent.java
The file was addedchat/src/main/java/net/md_5/bungee/chat/KeybindComponentSerializer.java
The file was addedchat/src/main/java/net/md_5/bungee/api/chat/Keybinds.java
Commit 2e826a15e73166538093514b09281db3c44ca896 by git
Make greload reload custom messages.properties
(commit: 2e826a1)
The file was modified proxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)
The file was modified proxy/src/main/java/net/md_5/bungee/command/CommandReload.java (diff)
The file was modified pom.xml (diff)
Commit 4c84f37fd23dfd67e4fee5dfd7cb62d67791129f by git
mysql-connector-java 5.1.44
(commit: 4c84f37)
The file was modified proxy/pom.xml (diff)
Commit 1dbfcfb0b57a04b6aa7e99bff1b6d82d047f9c4b by git
#2297: Use server field on DownstreamBridge
(commit: 1dbfcfb)
The file was modified proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java (diff)
Commit ed23e3b3d1132a8c94a456a21594f2551ac39f29 by md-5
#2296: Fix tab list NPE w/ some offline mode clients
(commit: ed23e3b)
The file was modified proxy/src/main/java/net/md_5/bungee/tab/TabList.java (diff)
Commit eb288a80c37c4239ffb0ebd6fde3bb02e7fd99a0 by git
Remove obsolete tab lists
(commit: eb288a8)
The file was modified proxy/src/main/java/net/md_5/bungee/UserConnection.java (diff)
The file was removedproxy/src/main/java/net/md_5/bungee/tab/GlobalPing.java
The file was removedproxy/src/main/java/net/md_5/bungee/tab/Global.java
The file was modified pom.xml (diff)
Commit dda06388692fa199c149a4fdab238fb5d04a7ebf by git
Make bungeecord-chat API classes final - the API does not (nor should)
support subclassing.
(commit: dda0638)
The file was modified chat/src/main/java/net/md_5/bungee/api/chat/KeybindComponent.java (diff)
The file was modified chat/src/main/java/net/md_5/bungee/api/chat/HoverEvent.java (diff)
The file was modified chat/src/main/java/net/md_5/bungee/api/chat/TranslatableComponent.java (diff)
The file was modified chat/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java (diff)
The file was modified chat/src/main/java/net/md_5/bungee/api/chat/TextComponent.java (diff)