Skip to content

v1.7.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 23:29
· 8 commits to master since this release
v1.7.4
6152bdd

This release fixes some of the high priority bugs.

Endpoints

  • Add missing End of Dragons item type JadeTechModule as Gw2Sharp.WebApi.V2.Models.ItemJadeTechModule for pattern matching (#127 by @dlamkins)
  • Add missing End of Dragons item type PowerCore as Gw2Sharp.WebApi.V2.Models.ItemPowerCore for pattern matching (#127 by @dlamkins)

Miscellaneous

  • Fix an ArgumentException when embedding Gw2Sharp in a single executable (#125 by @Taschenbuch)
  • Fix docs to clarify that the /v2/account/progression endpoint also requires the unlocks permission (#124 by @Taschenbuch)
  • From now on, every missing class type that's used for polymorphic deserializing will not throw a JsonException with the message "Unsupported type <type>" anymore (for example with item types) (#120, #128)