Skip to content

Releases: RageAgainstThePixel/com.utilities.rest

com.utilities.rest 3.3.0

04 Nov 00:14
Compare
Choose a tag to compare

What's Changed

  • Fixed duplicate server sent events being invoked. They are now enqueued and processed in the order they are received.
  • com.utilities.async -> 2.2.1

Full Changelog: 3.2.5...3.3.0

com.utilities.rest 3.2.5

10 Oct 14:26
Compare
Choose a tag to compare

What's Changed

  • fix NRE when response Parameters is null

Full Changelog: 3.2.4...3.2.5

com.utilities.rest 3.2.4

29 Aug 23:51
Compare
Choose a tag to compare

What's Changed

  • updated GUID generator to always use utf8 encoder

Full Changelog: 3.2.3...3.2.4

com.utilities.rest 3.2.3

18 Aug 01:16
Compare
Choose a tag to compare

What's Changed

  • Fix rich text rendering for unity 6

Full Changelog: 3.2.2...3.2.3

com.utilities.rest 3.2.2

17 Aug 16:56
Compare
Choose a tag to compare

What's Changed

  • com.utilities.async -> 2.1.7
  • com.utilities.extensions -> 1.1.16
  • Added DownloadCacheDirectory Tests and clarified usage in docs

Full Changelog: 3.2.1...3.2.2

com.utilities.rest 3.2.1

11 Jul 20:07
Compare
Choose a tag to compare

What's Changed

  • Support multiple form fields with the same name

Full Changelog: 3.2.0...3.2.1

First Time Contributor

com.utilities.rest 3.2.0

20 Jun 23:24
Compare
Choose a tag to compare

What's Changed

  • Refactor serverSentEventHandler from Action<Response, ServerSentEvent> to Func<Response, ServerSentEvent, Task>
  • Fix Validate(debug) not capturing request body for json payloads

Full Changelog: 3.1.2...3.2.0

com.utilities.rest 3.1.2

09 Jun 15:02
Compare
Choose a tag to compare

What's Changed

  • added IServerSentEvent interface to implement on custom event callbacks.

Full Changelog: 3.1.1...3.1.2

com.utilities.rest 3.1.1

07 Jun 21:07
Compare
Choose a tag to compare

What's Changed

  • fix done event handling

Full Changelog: 3.1.0...3.1.1

com.utilities.rest 3.1.0

07 Jun 18:53
Compare
Choose a tag to compare

What's Changed

  • refactor Server Sent Event Implementation
  • added Response.ctr with reference to UnityWebRequest
  • added Response.ServerSentEvents list
  • sealed all public classes

Full Changelog: 3.0.1...3.1.0