/core/externals/update-engine/externals/gdata-objectivec-client/Source/HTTPFetcher/ReleaseNotes.txt
Plain Text | 84 lines | 41 code | 43 blank | 0 comment | 0 complexity | 2b6ba05ce2586f03cdef2f9cb7ca9dbe MD5 | raw file
1GTM HTTP Fetcher Release Notes 2 3Project site: http://code.google.com/p/gtm-http-fetcher/ 4Discussion group: http://groups.google.com/group/google-toolbox-for-mac 5 628-September-2012 7 8Added delegateQueue support to fetcher and fetcher service, allowing fetches 9to begin on a thread without a run loop and to invoke callbacks on the main 10thread or a background thread, beginning with iOS 6 and Mac OS X 10.7. 11 12 139-January-2012 14 15Fetcher now includes user-agent string utility functions 16 17Fetcher service has properties for request userAgent and timeout 18 19 2022-November-2011 21 22Fetchers now support a servicePriority property which affects the order in 23which the fetcher service object dequeues delayed fetchers 24 25 261-November-2011 27 28On status 401 results when using an authorizer, the fetcher will attempt a 29single retry if the authorizer implements a primeForRefresh method 30 31 327-October-2011 33 34Changed isFetching method to return YES during service and authorization delays 35 36 379-September-2011 38 39Added support for creating an upload fetcher from a location URL to allow 40restarting uploads with a new upload fetcher instance 41 42 4318-August-2011 44 45Added GTMReadMonitorInputStream for logging uploaded NSInputStreams 46 47 488-July-2011 49 50Added shouldFetchInBackground property (thanks justin a) 51 52 5324-Mar-2011 54 55Added authorizer support 56 57 587-Feb-2011 59 60Made cookies set by a redirect immediately available in the new request (thanks ehoracek) 61Added getter for static cookie storage 62 63 6416-Nov-2010 65 66Added fetcher comment property for logging 67 68 6927-Oct-2010 70 71Added downloadPath and downloadFileHandle properties 72Added waitForCompletionWithTimeout: 73Renamed GTMAssertSelectorNilOrImplementedWithArgs() 74 75 764-Oct-2010 77 78Ensure that delegate is nil when not retained. 79 80 81Release 1.0.0 829-Sept-2010 83 84Initial public release.