Skip to content

Releases: proyecto26/RestClient

Release 2.8.4

16 Mar 01:59

Choose a tag to compare

Changed

Fixed

  • include demo scene and documentation in .unitypackage (ed1b4bb).

Release 2.8.3

16 Mar 01:50

Choose a tag to compare

Changed

Release 2.8.2

16 Mar 01:39

Choose a tag to compare

Changed

Fixed

  • use windows runner for NuGet pack (nuget.exe requires .NET Framework) (282f32c).

Release 2.8.1

16 Mar 01:36

Choose a tag to compare

Fixed

  • use nuget/setup-nuget action for NuGet CLI (74a47b8).

Release 2.8.0

16 Mar 01:34

Choose a tag to compare

Changed

Fixed

  • NuGet CLI install and NuGet branch split (e149fcf).
  • remove secrets context from if condition (not allowed in expressions) (b003fac).
  • proper .unitypackage build, NuGet CLI, UPM tagging (95880e1).
  • add .unitypackage artifact to releases, clean up .gitignore (a513b6b).

Release 2.7.0

16 Mar 01:31
e9bcbed

Choose a tag to compare

Added

  • add automated release workflow with semantic versioning (f0d0cdd).

Changed

  • [chores]: updated changelog w ref of #103; (2f831dc).
  • [version]: set to 2.6.3; (be566ca).
  • [fix]: properly handle ArgumentNullException for abort controller; - ref #103 (a162b09).
  • Update README.md (1cfecf6).
  • added on production usage (b6a44ab).
  • added maifeeulasad to the list of contributors (f93ab01).
  • Fix HEAD promise method incorrectly calling DELETE (ed1009d).
  • Update demo project using NuGet package (3cf90c1).
  • Updated Ci to restore to previous events (5a5d5f6).
  • moved to Samples~ directory (as outlined by unity) (2fcd8c3).
  • Reverted package number to original one (47f7514).
  • Added demo asmdef file and referenced the library (97cb348).
  • Meta file is needed. (4ac0bdb).
  • meta file is needed (8354073).
  • Updated package (2340197).
  • Added option to workflow dispatch an action (56f75e6).
  • Updated name (5ba63f9).
  • Added assembly definition file (3411773).
  • Update ci.yml (7589c39).
  • Update Proyecto26.RestClient.nuspec (bf26ad7).
  • Update ci.yml (c034e2c).
  • Update README.md (135badf).

Fixed

  • remove secrets context from if condition (not allowed in expressions) (b003fac).
  • proper .unitypackage build, NuGet CLI, UPM tagging (95880e1).
  • add .unitypackage artifact to releases, clean up .gitignore (a513b6b).

Release 2.6.2

27 Dec 06:11
712b78c

Choose a tag to compare

Added

Changed

  • Changes to use RetryCallback to handle token expiration by @fegabe (#142).

Fixed

Removed

v2.6.1

10 Jun 17:20

Choose a tag to compare

Fixed

v2.6.0

20 Sep 04:39
df44e85

Choose a tag to compare

Added

  • Supporting retrieving a JSON Array from a POST request by @Coeur (7cc54bb).
  • Added Query string utilities (e2fc36b).

v2.5.9

09 Sep 00:27

Choose a tag to compare

Added

  • Add ParseResponseBody option to fix severe frame rate drop when parsing large response by @TigerHix (47f8732).