Releases: ecrichlow/IoGInfrastructure-iOS
Version 4.1.37
Version 4.0.36
4th major release. Had Copilot refactor project to use a shared URLSession and an OperationQueue to prevent an overwhelming number of simultaneous requests.
Version 3.21.35
Attempts at adding some measure of thread safety by wrapping some operations in a serial queue.
Version 3.20.34
Fixed possible bug caused by potential race condition with request IDs
Version 3.19.33
Fixed error in new parsing for arrays from base elements
Version 3.19.32
Added the ability to define an element within a JSON object to use as the base for inflating a DataObject array
Version 3.19.31
Added getter method for cookies
Version 3.19.30
Added the ability for a client to retrieve the HTTP response cookies.
Version 3.19.29
Added the ability to define an element within a JSON object to use as the base for inflating a DataObject
Version 3.19.28
Bug fix for condition where timeout timer was only reset on successful call. So on failed calls timer would still fire, causing a second error to be fired off to client.