Skip to content

Releases: Hertzole/gamejolt.net

v1.0.2

11 Jan 23:46
Compare
Choose a tag to compare

1.0.2 (2024-01-11)

Bug Fixes

v1.0.1

11 Jan 23:34
Compare
Choose a tag to compare

1.0.1 (2024-01-11)

Bug Fixes

  • producing invalid signature in .NET 5+ (e748955)

v1.0.0

11 Jan 21:55
Compare
Choose a tag to compare

1.0.0 (2024-01-11)

Bug Fixes

  • bunch of nullability warnings (836299f)
  • data store using wrong return types (16b642b)
  • more nullability warnings (0e02699)
  • newtonsoft converters (7fdb369)
  • newtonsoft json being included in .NET 7+ (d6ec8ad)
  • no token provided in Sessions.CheckAsync (9893b7f)
  • nullability warnings (ca27596)
  • number parsers not being invariant (d98d5ec)
  • tests for pre .NET 6 (34eebaa)
  • unity related errors (6a723b9)
  • wrong naming for DataStore methods (96e2af0)

Features

Performance Improvements

  • use ConfigureAwait(false) when possible on internal calls (ed7331d)
  • use ordinal ignore case string comparison (ba71ff7)
  • use spans when building signature, if possible (6fb3083)
  • use valuetask when possible on internal calls (3173f3e)