v0.7.1
Pre-release
Pre-release
Services
Lifetime
- Because of the introduction of the
Gw2MumbleClient
that implementsIDisposable
(because it holds a reference to a memory mapped file that needs to be disposed),Gw2Client
now implementsIDisposable
as well and should be disposed accordingly
Note: This is a breaking change if you decide to start using the Mumble Link client, because it will only create disposable resources on the first call to.Update()
in theGw2MumbleClient
Fixes
- Fix
RecipesClient
to correctly inherit fromBaseEndpointBulkClient
instead ofBaseEndpointBulkAllClient
(/v2/recipes
doesn't support expanding all items at once, and this was incorrectly set on the implementation, the interface was correct) (#14 by @darthmaim)