Skip to content

Releases: Dysnomia-Studio/Dysnomia.Common.WebAPIWrapper

1.8.0

30 Nov 09:09

Choose a tag to compare

Add .NET 10 support

Full Changelog: 1.7.0...1.8.0

1.7.0

09 Feb 09:37

Choose a tag to compare

Full Changelog: 1.6.0...1.7.0

1.6.0

27 Nov 19:07

Choose a tag to compare

What's Changed

  • Bump actions/setup-dotnet from 3 to 4 by @dependabot in #29
  • Switch CI to OpenJDK 17 to fix dotnet sonarscanner
  • Update dependencies
  • Add .NET 9 compatibility, drop .NET 6 and 7 compatibility

Full Changelog: 1.5.0...1.6.0

1.5.0

25 Nov 11:20

Choose a tag to compare

  • Add .NET 8 Support
  • Update dependencies
  • (Internal) Fix various warning reported by sonarqube
  • Add missing Exception constructors
  • (Internal) Rename type to typeToConvert inside Json converters
  • Throw JsonException instead of Exception in converters
  • Rename protected ThrowAPIErrors() to ThrowApiErrorsAsync() and make it static
  • (Internal) Extracted some code to ThrowOnStatusCode()
  • Suffix async to every method on WebAPIQuerier class
  • Replace default values by overloading in methods declaration
  • Add Uri overloads to WebAPIQuerier methods

Full Changelog: 1.4.0...1.5.0

1.4.0

22 May 08:31

Choose a tag to compare

Full Changelog: 1.3.0...1.4.0

1.3.0

11 Nov 13:47

Choose a tag to compare

Full Changelog: 1.2.1...1.3.0

1.2.1

29 Dec 19:10

Choose a tag to compare

Added the amazing (no) WhateverToStringConverter, because Steam wants to have weird type in their json ...

1.2.0

30 Nov 18:05

Choose a tag to compare

  • [BREAKING CHANGE] Drop support for .NET 3.0
  • Upgrade Microsoft.Extensions.Http to 6.0

1.1.2

30 Nov 18:04

Choose a tag to compare

  • Added .NET 6.0 support
  • Updated nodejs to 16.0 in SDK image

1.1.1

09 Oct 07:54

Choose a tag to compare

Added a way to directly set headers on request

It'll be used (for example) for changing auth token with time, or when requesting on behalf with an oauth token