Skip to content

Release v1.17-b1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 07:41

NOTE: This is an unofficial build and includes bleeding edge features for testing.

Since Last Release:

  • 499d0be (HEAD, tag: v1.17-b1, origin/bleeding) Merge upstream and update version 1.4.0-bundabrg-SNAPSHOT [bundabrg]
  • 34fc9ce Raise an exception if registering a duplicate plugin channel name [bundabrg]
    |\
    | * 01c0f64 (origin/feature/plugins) Raise an exception if registering a duplicate plugin channel name [bundabrg]
    | * 5e8fceb Update Documentation [bundabrg]
    | * a450d3e Bump version to 1.4.0-ext-SNAPSHOT [bundabrg]
    | * 42aa097 Merge Master - Support 1.17 [bundabrg]
    | |\
    | | * 62174c0 Spigot plugin fixes [Camotoy]
    | | * 566394f Fix breaking animation while jumping (GeyserMC#2335) [David Choo]
    | | * 1cc9c78 Add 1.17.2 as supported Bedrock version (GeyserMC#2333) [Hellohi3654]
    | | * 90fa561 Finish my thought [Camotoy]
    | | * ad53564 Create a new cached chunk when a block is created in an empty chunk [Camotoy]
    | | * 215ffc6 Fix some SettingsUtils regressions [Camotoy]
    | | * 5b1d815 Bump NMS adapter version [Camotoy]
    | | * 495eafc Work around axolotl buckets titled 'Bucket of ' [Camotoy]
    | | * f9f74a0 Determine chunk Y offset on Java packet processing thread [Camotoy]
    | | * 975da57 Fix fabric sub build version (GeyserMC#2325) [rtm516]
    | | * 71fe262 Remove obsolete chunk merging [Camotoy]
    | | * 3220190 Relocate ASM (fixes GeyserMC#2315) [Camotoy]
    | | * 0a0d84d Fix phantom scaling (GeyserMC#2314) [David Choo]
    | | * ca558fc Remove GeyserAndroid sub build as its nolonger needed (GeyserMC#2317) [rtm516]
    | | * 65c52f9 Fix fishing rod durability (fixes GeyserMC#1964) [Camotoy]
    | | * 3a2cff7 Clean up a bunch [Camotoy]
    | | * 683ac1c Fix spawn egg triggering twice in water [Camotoy]
    | | * 35450f7 Implement entity shaking when freezing and more [Camotoy]
    | | * 3c9f628 Fix item spawning up (GeyserMC#2278) [caoli5288]
    | | * 569c366 Remove debug statement [Camotoy]
    | | * c413142 Translate more new level events [Camotoy]
    | | * 2c9cd7e Don't hardcode record IDs and fix records for 1.17 [Camotoy]
    | | * aba279f Fix cat scale :upside_down: [Camotoy]
    | | * 139167d Don't hardcode the bell block ID [Camotoy]
    | | * f53c0cf Fix nether brick item mapping [Camotoy]
    | | * 096c707 Don't look up git properties for news handler in development [Camotoy]
    | | * 469421c Update PacketLib to fix SRV records in GeyserConnect [Camotoy]
    | | * bae4906 Don't always automatically restart the skin uploader [Tim203]
    | | * cc2d26d Translate new world events [Camotoy]
    | | * 13f8b54 Close skin uploader on shutdown when using Floodgate [Tim203]
    | | * a24d2a9 Don't assume that Velocity plugin names and versions are not present [Camotoy]
    | | * 1df6e21 Show non-sensitive IPs in all dumps (GeyserMC#2102) [Camotoy]
    | | * 78b7955 Update link to the setup wiki page in the readme (GeyserMC#2266) [Jackson_57]
    | | * 3a36fc1 Fix dust particle data decoding [Camotoy]
    | | * 2b7c759 Merge pull request GeyserMC#2247 from GeyserMC/feature/1.17 [Camotoy]
    | | |\
    | | | * 60e6f8c Catch AssertionError [Tim203]
    | | | * 7aa0542 Merge remote-tracking branch 'origin/feature/1.17' into feature/1.17 [Tim203]
    | | | |\
    | | | | * b2ef059 Merge branch 'feature/1.17' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | | |\
    | | | | * | 118f821 Update mappings [Camotoy]
    | | | | * | 0182267 Remove debug elements [Camotoy]
    | | | | * | 511cfd1 Update Geyser version to 1.4.0-SNAPSHOT [Camotoy]
    | | | * | | f0b8870 'on server started' should only work during the first check [Tim203]
    | | | | |/
    | | | |/|
    | | | * | acc3a82 Check if item is active and added global items [Tim203]
    | | | * | 68cd2eb Moved Floodgate dump info to one class [Tim203]
    | | | * | 1eef152 Added Java Version to the metrics [Tim203]
    | | | * | 41c1be4 Only listen for Geyser news [Tim203]
    | | | |/
    | | | * 4d3392c Update to 1.17 release [Camotoy]
    | | | * bb20afb Warn if server is using high/low dimension heights and remove translations on some strings [Camotoy]
    | | | * 6b68121 Going to assume Adventure changed something [Camotoy]
    | | | * 75e617c Bump Adventure to 4.8.0 [Camotoy]
    | | | * 01d7648 Implement new entity statuses and goat milk sounds [Camotoy]
    | | | * b41552f Use ViaVersion master branch [Camotoy]
    | | | * a2b3e19 Update lectern if updated via the WindowItemsPacket [Camotoy]
    | | | * 8510451 We're not '1.16.4 - 1.16.5' anymore [Camotoy]
    | | | * ea237f2 Shulker attach position is now irrelevant, it seems [Camotoy]
    | | | * 715b9ab Change item names if acting as a replacement [Camotoy]
    | | | * 3cdc4c7 Don't start if Floodgate is outdated [Camotoy]
    | | | * 3835da2 No need to cast here (thanks Konica) [Camotoy]
    | | | * 9568a3a Merge remote-tracking branch 'origin/floodgate-2.0' into feature/1.17 [Camotoy]
    | | | |\
    | | | | * 632f84f Merge pull request GeyserMC#2095 [Konicai]
    | | | * | 207af5d Listen to PlayerPositionRotationTranslator#dismountVehicle [Camotoy]
    | | | * | 19f8e2d Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | |\ \
    | | | |/ /
    | | |/| |
    | | * | | aaa100b Add static variable to disable bedrock listener (GeyserMC#2254) [rtm516]
    | | * | | 4c542ba Register permissions in Spigot plugin.yml (GeyserMC#2246) [Konicai]
    | | * | | 8259cbe Some boat fixes (GeyserMC#2243) [Camotoy]
    | | | * | 01ca2d3 Pufferfish puff is indeed fixed [Camotoy]
    | | | * | ef0503e Properly implement freezing ticks [Camotoy]
    | | | * | b2ebfc6 Fix reload command (fixes GeyserMC#2255) [Camotoy]
    | | | * | aec27f8 Remove usage of Jackson date and time dependency [Camotoy]
    | | | * | 2f0677b We no longer need to worry about deploying the Floodgate 2.0 branch [Camotoy]
    | | | * | fac1dc8 Update README supported versions [Camotoy]
    | | | * | 0162257 Glowing text on signs is Bedrock 1.17.10. :( [Camotoy]
    | | | * | fc4f2b7 Remove usage of translation strings for code-related errors [Camotoy]
    | | | * | c29a1ab Update mappings submodule [Camotoy]
    | | | * | 817d158 Prevent trader llama spawn egg from being used in creative [Camotoy]
    | | | * | 8c0d541 Merge branch 'feature/1.17' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | |\ \
    | | | | * | 1ded208 Merge remote-tracking branch 'origin/floodgate-2.0' into feature/1.17 [Tim203]
    | | | | ||
    | | | | | * ab8ce77 Some small changes [Tim203]
    | | | | | * 0149264 Some small changes [Tim203]
    | | | | | * 50b51f5 Added the initial version of news [Tim203]
    | | | | | * e16d83e Merge remote-tracking branch 'origin/floodgate-2.0' into floodgate-2.0 [Tim203]
    | | | | | |\
    | | | | | | * 5376ba4 .. [Camotoy]
    | | | | | | * 2f2e2cc Only upload the skin on Floodgate [Camotoy]
    | | | | | * | 209a4ff Use the correct plugin message packet. Thanks, Camo [Tim203]
    | | | | | |/
    | | | | | * db58313 Improved the comment added in the previous commit [Tim203]
    | | | | | * 360e2f4 Always replace spaces in usernames when using Floodgate [Tim203]
    | | | | | * 934fc12 Warn if we were unable to check if the system clock is accurate [Tim203]
    | | | | | * 776fc4e Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | |\
    | | | | | * | cfa2805 Make sure that the time we use is always the same across servers [Tim203]
    | | | | | * | 5c76bd8 Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | |\ \
    | | | | | * \ \ 41e0ad3 Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | |\ \ \
    | | | | | * \ \ \ 3b9674a Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | |\ \ \ \
    | | | | | * | | | | 085c122 Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | 14894c8 Allow skin uploader to log messages instead of closing the connection [Tim203]
    | | | | | * | | | | 11b10e2 Allow skin uploader to log messages instead of closing the connection [Tim203]
    | | | | | * | | | | 404419d Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | * | | | | 34fa547 Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | * | | | | 53ac196 Merge branch 'floodgate-2.0' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | |\ \ \ \ \
    | | | | | | * | | | | 21c8a38 Fixed an issue with forwarding player links [Tim203]
    | | | | | | * | | | | 23c3db2 Another attempt to fix key generation [Tim203]
    | | | | | | * | | | | a5a849c Use a better name to indicate Windows [Tim203]
    | | | | | | * | | | | 5c12dc8 Don't use a blocking algorithm for generating keys on unix-like systems [Tim203]
    | | | | | * | | | | | 0a1c51b Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | * | | | | | 946f38c Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | * | | | | | 25600eb Merge branch 'floodgate-2.0' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [Camotoy]
    | | | | | || | | | |
    | | | | | | * | | | | 677a8d6 Add an additional key searching fallback for Floodgate 2.0 [Tim203]
    | | | | | | * | | | | 2caf811 Deploy Floodgate 2.0 builds [Tim203]
    | | | | | | * | | | | 644ece1 Bumped Geyser version to 1.3.0-SNAPSHOT [Tim203]
    | | | | | | * | | | | 4c6c397 Fixed merge conflicts [Tim203]
    | | | | | | * | | | | 107cd5b Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | | * | | | | 4229db0 Merge remote-tracking branch 'origin/server-inventory' into floodgate-2.0 [Tim203]
    | | | | | | * | | | | 643098e Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | | * | | | | cea1627 Fixed typo in artifactId [Tim203]
    | | | | | | * | | | | a2d3ccf Whoops. Forgot to update Geyser to match recent global api changes [Tim203]
    | | | | | | * | | | | e7eca7f Fixed reconnecting to the api [Tim203]
    | | | | | | * | | | | 0832e7d Fixes issue when both Geyser and Floodgate are on the same server [Tim203]
    | | | | | | * | | | | 66867ed Fixed missing dependency [Tim203]
    | | | | | | * | | | | c16c66b Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | | * | | | | c79979e Added timestamp to BedrockData [Tim203]
    | | | | | | * | | | | 52ddf8c Moved skin uploading to the global api [Tim203]
    | | | | | * | | | | | b36c3f2 Merge branch 'floodgate-2.0' of https://github.com/Tim203/Geyser into floodgate-2.0 [Camotoy]
    | | | | | || | | | |
    | | | | | | * | | | | cf149b5 Fixed remaining merge conflicts [Tim203]
    | | | | | | * | | | | 5ad2510 Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | | 74a1366 Merge branch 'floodgate-2.0' of https://github.com/Tim203/Geyser into floodgate-2.0 [Camotoy]
    | | | | | || | | | |
    | | | | | | * | | | | ad7ffab Make the identifier more unique [Tim203]
    | | | | | | * | | | | ce2734d Allow BedrockData and LinkedPlayer cloning [Tim203]
    | | | | | | * | | | | 5ad495c Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | | 7e63f50 Merge branch 'floodgate-2.0' of https://github.com/Tim203/Geyser into floodgate-2.0 [Camotoy]
    | | | | | || | | | |
    | | | | | | * | | | | 9fbf704 Fixed a NoSuchMethodError [Tim203]
    | | | | | * | | | | | b0aceef Merge branch 'floodgate-2.0' of https://github.com/Tim203/Geyser into floodgate-2.0 [DoctorMacc]
    | | | | | || | | | |
    | | | | | | * | | | | d6c2507 Fixed some bugs [Tim203]
    | | | | | * | | | | | c937a8a Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [DoctorMacc]
    | | | | | |/ / / / /
    | | | | | * | | | | 2f1acb1 Separate method for Base64 length calc. Added offset method in RawSkin [Tim203]
    | | | | | * | | | | e69ad0e Geyser can compile now [Tim203]
    | | | | | * | | | | cd13e03 Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | 9500da2 Small changes [Tim203]
    | | | | | * | | | | 45596a8 Use Cumulus as form library [Tim203]
    | | | | | * | | | | f7d2378 Added Floodgate to GeyserDump [Tim203]
    | | | | | * | | | | deae3d5 Updated DeviceOs [Tim203]
    | | | | | * | | | | e583abf Split Forms into an Api and an implementation [Tim203]
    | | | | | * | | | | 8b811b4 Fixed mistake in LinkedPlayer [Tim203]
    | | | | | * | | | | b8f398a Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | 7e3a736 Register Floodgate payload, updated Statistics, smaller jar, fixed bugs [Tim203]
    | | | | | * | | | | 819ff09 Manually resolved merge conflicts [Tim203]
    | | | | | * | | | | 36419e5 Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | dc8fb46 Manually solve some merge issues [Tim203]
    | | | | | * | | | | 0e7dca5 Merge remote-tracking branch 'fork/floodgate-2.0' into floodgate-2.0 [Tim203]
    | | | | | |\ \ \ \ \
    | | | | | | * \ \ \ \ b7587e1 Merge pull request #2 from DoctorMacc/floodgate-2.0 [Tim203]
    | | | | | | |\ \ \ \ \
    | | | | | | | * | | | | d751693 Small consistency fixes [DoctorMacc]
    | | | | | | | * | | | | 0ea648b Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [DoctorMacc]
    | | | | | | |/ / / / /
    | | | | | * / / / / / c910234 First version of the Forms rewrite [Tim203]
    | | | | | |/ / / / /
    | | | | | * | | | | f8939ca Updated to latest Geyser [Tim203]
    | | | | | * | | | | 5b317ec Merge remote-tracking branch 'origin/master' into floodgate-2.0 [Tim203]
    | | | | | * | | | | 7fbc401 Added RawSkins, Toppings and renamed the Floodgate plugin name [Tim203]
    | | | | | * | | | | bb20b14 Merge remote-tracking branch 'fork/floodgate-2.0' into floodgate-2.0 [Tim203]
    | | | | | |\ \ \ \ \
    | | | | | | * | | | | 2997760 Switch Floodgate encryption from RSA to AES [Tim203]
    | | | | | * | | | | | ec87344 Initial skin support [DoctorMacc]
    | | | | | * | | | | | d371133 Update to 1.16.2 [DoctorMacc]
    | | | | | * | | | | | bf6f6fd Merge branch 'master' of https://github.com/GeyserMC/Geyser into floodgate-2.0 [DoctorMacc]
    | | | | | |/ / / / /
    | | | | | * / / / / 35d8edd Floodgate 2.0 update [Tim203]
    | | | | | / / / /
    | | | * | / / / / e4e35d3 Fix llama carpet decoration offset [Camotoy]
    | | | |/ / / / /
    | | | * | | | | 282800c Update mappings submodule [Camotoy]
    | | | * | | | | 249f044 Set entity dimensions for goat long jumping [Camotoy]
    | | | * | | | | c2be67b Update to 1.17-rc1 [Camotoy]
    | | | * | | | | 1fe179c Implement glow item frames [Camotoy]
    | | | * | | | | 5b7aa57 Implement axolotl [Camotoy]
    | | | * | | | | 7607770 Bump for 1.17-pre5 [Camotoy]
    | | | * | | | | 33d3329 Update small particle mapping change [Camotoy]
    | | | * | | | | c9eba85 Initial glow squid implementation [Camotoy]
    | | | * | | | | d6bee02 Update to 1.17-pre4 and fix Bedrock encryption on Java 16 [Camotoy]
    | | | * | | | | 4f23066 Merge branch 'viaversion4.0.0' into feature/1.17 [Camotoy]
    | | | |\ \ \ \ \
    | | | | * | | | | 50bea0e Update to the latest ViaVersion changes [Camotoy]
    | | | | * | | | | e45215d Update to support ViaVersion 4.0.0 for Spigot integration [Camotoy]
    | | | | / / / /
    | | | * | | | | 93cc2d2 Fix sound [Camotoy]
    | | | * | | | | f225a44 Initial goat implementation [Camotoy]
    | | | * | | | | f5c5d0c Support 1.17-pre3 and Bedrock 1.17.0.58 [Camotoy]
    | | | * | | | | f09a32b Add Adventure text library to README [Camotoy]
    | | | * | | | | ebf726c Yeet cache chunks [Camotoy]
    | | | * | | | | 7b0099e Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | |\ \ \ \ \
    | | | |/ / / / /
    | | |/| | | | |
    | | * | | | | | d80c31f Fix cats being larger than normal and implement resting (GeyserMC#2238) [Dylan Ogle]
    | | * | | | | | 08ba82a GeyserOptionalPack support for zombie villager textures (GeyserMC#2237) [Camotoy]
    | | * | | | | | 40d1e39 Fix area effect cloud particle type for 1.16.220 (GeyserMC#2226) [Camotoy]
    | | | |
    |||/
    | | |/| | | |
    | | | * | | | 3c69570 Update to 1.17-pre1 [Camotoy]
    | | | * | | | 505de0e Remove Geyser-Bukkit migration [Camotoy]
    | | | * | | | 1f83a5a Respect tool tier requirement for block breaking (GeyserMC#1837) [Camotoy]
    | | | * | | | 986701f Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | |\ \ \ \
    | | | |/ / / /
    | | |/| | | |
    | | * | | | | 4734ce2 Update MCProtocolLib + PacketLib (GeyserMC#2211) [Camotoy]
    | | * | | | | f831557 Update pom.xml (GeyserMC#2220) [Hellohi3654]
    | | * | | | | 74a688b Replace the "What can't be fixed" list with a link to a new page on the wiki [Redned]
    | | | * | | | c588127 Yeet block tool type [Camotoy]
    | | | * | | | b5307ab 21w20a support [Camotoy]
    | | | * | | | 024655f Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.17 [Camotoy]
    | | | |\ \ \ \
    | | | |/ / / /
    | | |/| | | |
    | | * | | | | dfc24f1 Fix Javadoc in CooldownUtils (GeyserMC#2213) [Konicai]
    | | * | | | | 3e3b8fa Add client setting for cooldown type, refactor show-coordinates (GeyserMC#2193) [Konicai]
    | | * | | | | dbf366b ACTUALLY fix swapping armor in hotbar when armor is already present (GeyserMC#2206) [Camotoy]
    | | | |||/
    | | |/| | |
    | | * | | | 95bcd40 Interact with an optional resource pack to add more features (GeyserMC#2176) [Camotoy]
    | | | |_|/
    | | |/| |
    | | * | | 0691bb6 Item frame optimization and block picking support (GeyserMC#2203) [Camotoy]
    | | * | | 51aa96d Fix visual glitch when swapping out armor that's already equipped (GeyserMC#2173) [Camotoy]
    | | * | | dda0172 Allow more blocks to have a place sound on standalone (GeyserMC#2183) [Camotoy]
    | | * | | 2aa131f Fix minecart rotation when not on rails (GeyserMC#2200) [Camotoy]
    | | * | | ce000a4 Use tags sent from the server, where possible (GeyserMC#2188) [Camotoy]
    | | | * | f4426f1 Merge branch 'master' of https://github.com/GeyserMC/Geyser [Camotoy]
    | | | |\ \
    | | | |/ /
    | | |/| |
    | | * | | e74fa6c Allow connections even if encryption failed to initialize post-1.16.220 (GeyserMC#2147) [Camotoy]
    | | | |/
    | | |/|
    | | | * e692b53 Initial update for 21w17a [Camotoy]
    | | |/
    | | * 1301cd9 Fix interact entity packet (GeyserMC#2179) [Camotoy]
    | | * abc3a18 Provide the Geyser file's MD5 and SHA-256 hash in Geyser dumps (GeyserMC#2026) [Camotoy]
    | | * 7d80dff Play effect when feeding baby animals (GeyserMC#2146) [Camotoy]
    | | * 48fcb47 Add emote offhand workaround (GeyserMC#2163) [Camotoy]
    | | * 17ad18f Fix some raid entities up (GeyserMC#2144) [Camotoy]
    | | * e7f933b Show proper names for Java-only items (GeyserMC#2159) [Camotoy]
    | | * 9de0ebd Small changes (GeyserMC#2169) [D3ATHBRINGER13]
    | | * 9b39aff Reduce the amount of values() calls (GeyserMC#2143) [Camotoy]
    | * 9681e2e Fix javadoc dependencies [bundabrg]
  • 99e3213 Fix javadoc dependencies [bundabrg]