Skip to content

Releases: ecrichlow/IoGInfrastructure-iOS

Version 4.1.37

17 Mar 20:53

Choose a tag to compare

Had Copilot assess the networking code for memory leaks and accepted its suggested improvements.

Version 4.0.36

16 Mar 04:54

Choose a tag to compare

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

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.