Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@sliekens sliekens released this 07 Jul 00:17
· 20 commits to main since this release

This release contains performance improvements and bug fixes.

Bug fixes

  • Fixed a crash that occurs with .NET Framework when a query exceeds 1024 characters. This bug affected endpoints like GetItemsByIds, where the URL can get pretty long when 200 comma-separated ids are specified.
  • Fixed a wrong error message when JSON parsing of container items fails
  • Fixed a potential crash when parsing WvW matches after the weekly reset when map_scores are blank

Performance improvements

  • Introduced ThrowHelper which results in smaller IL code than direct throw

Private API changes

  • QueryBuilder is public for technical reasons, not meant to be used directly
  • QueryBuilder.Add overloads for numbers and collection types were removed