Changelog#
All notable changes to this project will be documented in this section.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased#
1.0.0 - 2024-06-15#
Added#
Added
bedrock.exceptions.CommandRequestErrorwhich replacesbedrock.response.CommandResponseError.Added
bedrock.context.GameContext.dataproperty.
Changed#
Significant performance improvement by providing
wait=Falsetobedrock.server.Server.send()andbedrock.server.Server.run().The response of a command request cannot be an exception anymore. Instead an exception may be raised by calling
bedrock.response.CommandResponse.raise_for_status().bedrock.response.CommandResponse.ok()is now a property.Improvement of documentation.
1.0.0a0.post1 - 2023-05-20#
Added#
Typing is now supported.
1.0.0a0 - 2023-05-20#
Added#
Initial release
Prerelease