Releases: ecrichlow/IoGInfrastructure-iOS
Version 3.21.35
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.
Version 3.19.27
Added ability to set whether or not automatic retries are attempted on a request failure, and the ability to set how many retries are attempted.
Version 3.18.26
Fixed bug in URLSession authentication