Skip to content

Releases: RageAgainstThePixel/com.utilities.rest

3.0.1

06 Jun 08:39
Compare
Choose a tag to compare

What's Changed

  • fix SSE eventData payload serialization

Full Changelog: 3.0.0...3.0.1

com.utilities.rest 3.0.0

06 Jun 07:35
Compare
Choose a tag to compare

What's Changed

  • overhauled Server Sent Event callbacks
    • properly handles all event types and fields
    • breaking change: data payloads now come nested in json object
  • Rest.Response.ctr has new overload which takes RestParameters
  • updated com.utilities.async -> 2.1.6

Full Changelog: 2.5.7...3.0.0

com.utilities.rest 2.5.7

10 May 02:06
Compare
Choose a tag to compare

What's Changed

  • updated com.utilities.async -> 2.1.5
  • updated docs

Full Changelog: 2.5.6...2.5.7

com.utilities.rest 2.5.6

24 Apr 01:38
Compare
Choose a tag to compare

What's Changed

  • make sure all calls return to unity main thread before creating web requests

Full Changelog: 2.5.5...2.5.6

com.utilities.rest 2.5.5

18 Mar 22:36
Compare
Choose a tag to compare

What's Changed

  • reformatted multipart form data debug logs. Removed byte content in logs.

Full Changelog: 2.5.4...2.5.5

com.utilities.rest 2.5.4

29 Feb 19:01
Compare
Choose a tag to compare

What's Changed

  • Fixed parsing json in request and body responses

Full Changelog: 2.5.3...2.5.4

com.utilities.rest 2.5.3

25 Feb 03:37
Compare
Choose a tag to compare

What's Changed

  • Reformat response debug to json
  • Added RequestBody to response debug

Full Changelog: 2.5.2...2.5.3

com.utilities.rest 2.5.2

15 Feb 00:05
Compare
Choose a tag to compare

What's Changed

  • updated com.utilities.async -> 2.1.3

Full Changelog: 2.5.1...2.5.2

com.utilities.rest 2.5.1

28 Jan 15:54
Compare
Choose a tag to compare

What's Changed

  • added compressed and streamingAudio flags to Rest.DownloadAudioClipAsync

Full Changelog: 2.5.0...2.5.1

com.utilities.rest 2.5.0

15 Jan 02:57
Compare
Choose a tag to compare

What's Changed

  • moved optional debug parameter for multimedia requests into RestParameters
  • added optional DownloadCache flag to RestParameters (defaults to true)
  • added Rest.DownloadFIleBytesAsync
  • added Rest.DownloadBytesAsync
  • enabled DownloadLocation to be set (must be an approved download location)

New Contributors

Full Changelog: 2.4.6...2.5.0