Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 20:43
· 41 commits to master since this release
v1.6.1
3c99ca1

This release includes support for a couple of additional customizations:

  • Ability to change the API hostname(s) in case you want to run a proxy API server (see the documentation for more information)
  • Ability to change the Mumble Link reader for mocking, or to use a different method and/or source for Mumble Link

HTTP

  • Add ApiBaseUrl and RenderBaseUrl properties to Gw2Sharp.IConnection (#108, #109)

Mumble Link

  • Add support for custom Mumble Link readers (#110)
    • Add MumbleClientReaderFactory property to Gw2Sharp.IConnection that constructs a new Mumble Link reader that implements Gw2Sharp.Mumble.IGw2MumbleClientReader
    • .NET 5 and up: SupportedOSPlatformAttributes have been moved around to support these changes
    • The following structs that are used in the reader have been made public: Gw2Sharp.Mumble.Gw2LinkedMem, Gw2Sharp.Mumble.Gw2Context and Gw2Sharp.Mumble.Models.UiState