Skip to content

Commit 319f3c6

Browse files
authored
Prepare 5.42.1 release (#7034)
1 parent 8d52969 commit 319f3c6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

changelogs/5.42.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if
1212
## General
1313
- Added support for Minecraft: Bedrock Edition 1.26.10 (display version 26.10). (@dries-c)
1414
- Removed support for earlier versions.
15+
16+
# 5.42.1
17+
Released 5th April 2026.
18+
19+
## Fixes
20+
- Fixed warning about unknown PartyId property in ClientData JWT. (@Benedikt05)
21+
- Reduced log spam during errors handling large packets. (@dktapps, @DrakzoSurYT)
22+
23+
## Internals
24+
- `BedrockProtocol` was updated to add fixes for various packets. (@xRookieFight, @Benedikt05, @Azvyl, @dktapps)

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "5.42.1";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";
3838

0 commit comments

Comments
 (0)