You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelogs/5.12.md
+9
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,12 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
52
52
- Authentication system no longer accepts logins signed with the old Mojang root public key.
53
53
- ID to enum mappings in `pocketmine\data` now use a new `match` convention to allow static analysis to ensure that all enum cases are handled.
54
54
- Updated version of `pocketmine/bedrock-protocol` allows avoiding decoding of some itemstack data from the client in most cases, improving performance.
55
+
56
+
# 5.12.1
57
+
Released 13th March 2024.
58
+
59
+
## Fixes
60
+
- Fixed `Player Network Receive - Decompression` timings not being stopped correctly when receiving an uncompressed packet.
61
+
62
+
## Internals
63
+
- Removed hardcoded batch packet size limit. This was already covered by other limits anyway.
0 commit comments