Releases: CwistSilver/Mojang.Api.Skins
Release v1.2.1: Dependency Updates
Updated NuGet dependencies
Release v1.2.0 - Enhanced Caching and Improved DNS Handling
New Features and Improvements:
-
MemoryCacheWrapper: Added support for in-memory caching using the new MemoryCacheWrapper. This allows for faster access and temporary storage of cached data.
-
Improved DNS Handling: Updated DefaultHttpClientFactory to prevent DNS issues by recycling message handlers and creating new HttpClient instances as needed.
-
Enhanced Dependency Injection:
- Changed the 'AddMinecraftApiSkins' method to use 'AddScoped' instead of 'AddSingleton', ensuring better lifecycle management and efficiency.
Release v1.1.0 - Integration of AOT Support
This release introduces Ahead-Of-Time (AOT) compilation support through the addition of a JsonContext, enhancing performance and compatibility with AOT environments.
Release v1.0.2 - Migration to .NET Standard 2.1
This update migrates the library to .NET Standard 2.1, enhancing compatibility with a wider range of .NET environments.
Minecraft.Api.Skins v1.0.1
This is the first stable release of 'Mojang.Api.Skins', a .NET library for fetching Minecraft skin and cape textures.