From f4a3c53eee7d29bade0c074f402c4a45aa98eca8 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:29:49 -0600 Subject: Delete `StartError` and `JoinError` (#296) * delete StartError and JoinError * update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ce03fcf3..4616e8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,9 @@ is breaking anyways, semantic versioning is not followed. - Moved `azalea_client::inventory::Inventory` to `azalea_entity::inventory::Inventory`. - Add `Client::open_container_at_with_timeout_ticks`, and `Client::open_container_at` now times out after 5 seconds. - Rename `ResourceLocation` to `Identifier` to match Minecraft's new internal naming. -- Rename `azalea_protocol::resolver` to `resolve` and `ResolverError` to `ResolveError`. - Refactor `RegistryHolder` to pre-deserialize some registries. - The handler function is now automatically single-threaded, making `#[tokio::main(flavor = "current_thread")]` unnecessary. +- Improve APIs related to resolving server addresses. - Mojang's sessionserver is now requested using the SOCKS5 proxy given in `JoinOpts::proxy`. - Refactor `azalea-registry`. Notably, `Item` and `Block` are now named `ItemKind` and `BlockKind`. -- cgit v1.2.3