Skip to content

Releases: ecrichlow/IoGInfrastructure-iOS

Version 3.21.35

15 Aug 09:11

Choose a tag to compare

Attempts at adding some measure of thread safety by wrapping some operations in a serial queue.

Version 3.20.34

10 Aug 07:52

Choose a tag to compare

Fixed possible bug caused by potential race condition with request IDs

Version 3.19.33

23 Jul 17:40

Choose a tag to compare

Fixed error in new parsing for arrays from base elements

Version 3.19.32

23 Jul 17:30

Choose a tag to compare

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

04 Jun 21:18

Choose a tag to compare

Added getter method for cookies

Version 3.19.30

04 Jun 21:12

Choose a tag to compare

Added the ability for a client to retrieve the HTTP response cookies.

Version 3.19.29

03 Jun 14:51

Choose a tag to compare

Added the ability to define an element within a JSON object to use as the base for inflating a DataObject

Version 3.19.28

18 Dec 09:26

Choose a tag to compare

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

18 Dec 08:15

Choose a tag to compare

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

22 Aug 08:07

Choose a tag to compare

Fixed bug in URLSession authentication