Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 18:43
· 76 commits to master since this release
v1.2.0
e4af272

This release focuses on the new legendary armory addition, introduced in the game on 13 July 2021, along with some minor bug fixes.

Endpoints

  • Add /v2/account/legendaryarmory (#86)
  • Add /v2/legendaryarmory (#86)
  • Apply schema changes of 2021-07-15 that updates the equipment location type (Gw2Sharp.WebApi.V2.Models.ItemEquipmentLocationType) to include EquippedFromLegendaryArmory and LegendaryArmory for /v2/characters, /v2/characters/:id, /v2/characters/:id/equipment and /v2/characters/:id/equipmenttabs (#91)

Fixes

  • Due to an oversight, Gw2Sharp.WebApi.V2.Clients.CharactersIdClient didn't properly expose EquipmentPvp that was made available with the previous schema update, which is corrected along with the latest schema update (#91)
  • Failing responses that don't have a JSON body now have the correct exception type based on the HTTP status code (was always UnexpectedStatusException before, instead of e.g. ServerErrorException for a 500) (#89)
  • The version reported in the user agent is now the correct version (file version instead of assembly version) (#88)

Miscellaneous

  • .NET 5 is explicitly targeted in order to make use of the cross-platform attributes (#90)
    • We are using this to warn users when accessing the Mumble Link client on a non-Windows platform (this is only supported when your project targets .NET 5 or higher)