Releases: RageAgainstThePixel/com.utilities.rest
Releases · RageAgainstThePixel/com.utilities.rest
com.utilities.rest 3.3.0
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
com.utilities.rest 3.2.4
com.utilities.rest 3.2.3
com.utilities.rest 3.2.2
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
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
What's Changed
- Refactor
serverSentEventHandler
fromAction<Response, ServerSentEvent>
toFunc<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
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
com.utilities.rest 3.1.0
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