- 1.21.42 support (thanks @CreeperG16)
- 1.21.30 support (#527) (thanks @pokecosimo)
- Update tests (#528) (thanks @extremeheat)
- 1.21.20 (thanks @extremeheat)
- update disconnect packet (thanks @extremeheat)
- Support 1.21.2, and add missing versions to type definitions (#510) (thanks @CreeperG16)
- Fix example in README.md for 1.21 (#506) (thanks @Ant767)
- Don't send now deprecated tick sync packets on 1.21 and newer (#504) (thanks @w0ahL)
- Support 1.21.0 (thanks @CreeperG16)
- Fix typo in types (#501) (thanks @Kaaaaii)
- Support 1.20.80 (thanks @extremeheat)
- Support 1.20.71 (thanks @extremeheat)
- Note
npm update
command in readme (thanks @extremeheat)
- 1.20.61 support (#480) (thanks @extremeheat)
- Compressor handling update for 1.20.60 (#479) (thanks @extremeheat)
- Update and rename CONTRIBUTING.md to docs/CONTRIBUTING.md (#475) (thanks @extremeheat)
- Add flow and deviceType options to relay (#464) (thanks @GameParrot)
- Fix zigzag type move in prismarine-nbt (#471) (thanks @extremeheat)
- 1.20.50 (#466) (thanks @extremeheat)
- Add 1.20.30 and 1.20.40 to index.d.ts (#461) (thanks @CreeperG16)
- 1.20.40 support (#459) (thanks @CreeperG16)
- Update Minecraft wiki link to new domain (#455) (thanks @Spongecade)
- 1.20.30 (thanks @extremeheat)
- Add links field to server resource_packs_info (thanks @extremeheat)
- Update API.md (#448) (thanks @Laamy)
- Update Mojang public key used for logins (#443) (thanks @GameParrot)
- index.d.ts: Fixed a typo (#441) (thanks @kotinash)
- Mark
listen
andclose
as async (#440) (thanks @MrSterdy) - Stop disconnecting when upstream packet deserialization fails (#435) (thanks @MrSterdy)
- Add 1.20.0 and 1.20.10 to index.d.ts (#431) (thanks @CreeperG16)
- 1.20.10 support (thanks @CreeperG16)
- Fix upstream relay batchingInterval (#425) (thanks @GameParrot)
- Add missing data to client login user chain (#420)
- Add FAQ entry and replit warning on client ping error (#415)
- Types: Fix Relay authTitle type (#418)
- 1.20.0 support
- Fix
followPort
option (@LucienHH) - Typescript definition fixes (@hvlxh)
- 1.19.80 support
- Fix
raknetBackend
option not being applied correctly
- Corrections to types (@stevarino)
- Expose ServerAdvertisement class (#368) @hvlxh
- Update mc-data links
- 1.19.70 support (@CreeperG16)
- types: add some type hints (#354) @hvlxh
- 1.19.63 support (@stevarino)
- Add close packet in server player API doc (#347) @hvlxh
- 1.19.62 support (@CreeperG16)
- 1.19.60 support (@CreeperG16)
- added onMsaCode, profilesFolder to ClientOptions (@jarco-dev)
- 1.19.50 support (@WillQizza)
- 1.19.40 support (#314)
- types: Fix missing field in ServerAdvertisement (#313) (@minerj101)
- Fix buffer length calculation in ServerAdvertisement (#292) (thanks @KurtThiemann)
- Handle Relay serialization errors by kicking (#290)
- Preliminary 1.19.30 support, improve error handling and server pong data (#284)
- Add option for port redirection, fix Realm handling (#282)
- Add Port Redirect Functionality (#278) @stevarino
- Add Get-AppxPackage command to FAQ.md (#276) @stevarino
- Remove viewer example
- 1.19.21 support (#266)
- relay: Add multi-user login support (#258)
- Add fields from 1.19.20 to login chain data (#259) @CleSucre
- Fix nbt encoding size on single null tag NBT (#264)
- test: Add -u flag unzipping vanilla server (#262)
- 1.19.20 support (#251)
- Add new raknet library option (raknet-node) (#211) @b23r0
- 1.19.10 support
- Remove Realm fetch when joining via invite (#228) @LucienHH
- Add Realm support to Relay (#226) @ATXLtheAxolotl
- 1.19 support
- Better handle ping timeout, update documentation (#218) @stevarino
- Update API documentation
- Emit generic 'packet' event for server clients (#205) @ATXLtheAxolotl
- Add XUID field for client offline mode client chain (#203)
- 1.18.30 support
- Bump minecraft-data version
- Implement Realm joining (#193) @LucienHH
- Refactor client connection sequence (#189) @extremeheat
- Add profilesFolder to Relay (#192) @CreeperG16
- Emit error from relay when server can't be pinged (#191)
- Pass relay onMsaCode to client (#190) @Heath123
- Mark raknet-native as required dependency (#188)
- Ignore unconnected packets, remove babel (#185)
- Support 1.18.11 (#179) @extremeheat
- Switch to sync zlib with 512k chunks, adjustable compression level (#174) @extremeheat
- Proxy fixes, logging and doc updates #169
- 1.18.0 support
- 1.17.40 support
- 1.17.30 support
- minecraft-data used for protocol data
- Fix 1.17.10 npc packet serialization (#119)
- Add 1.17.10 support #109
- You can switch to the JS implementation of raknet by setting
useNativeRaknet: false
in options.
- Initial 1.17 support #99
- update connect version based on ping response & fix typings (u9g) #101
- fix: ping types. (JammSpread) #100
- Protocol updates for 1.16, with some minor breaking changes to protocol fields #95
- Fix npm install issues
- Add
authTitle
option to Relay proxy #92 - Protocol, type definition fixes
- Fix empty chunks on proxy spawn #89
- Send skin data to server #88
- Support xbox title + live.com auth #86
- Protocol updates and fixes
- Fix third party servers, optional client encryption #83
- Add support for 1.16
- New docs and examples
- Ping support
- Add microsoft authentication
- Codebase refactor
- Update to version 1.12.0
- Add option to provide protocol.json
- fix the use item packet
- fix the block update packet, for real this time
- fix the block update packet
- normalize names of packet fields
- update to version 0.14.2
- player list is now an array
- reconnecting has been fixed
- lot of raknet update that fix bugs
- the server example is working
- fix packets
- breaking : remove mcpe_ prefix in packet names
- encapsulated packet now emit actual errors
- raknet is integrated, packet parsing is working
- client login sequence is working
- server login sequence is almost there
- first version, protocol definition is there but nothing really works