/core/externals/update-engine/externals/gdata-objectivec-client/Source/HTTPFetcher/ReleaseNotes.txt

http://macfuse.googlecode.com/ · Plain Text · 84 lines · 41 code · 43 blank · 0 comment · 0 complexity · 2b6ba05ce2586f03cdef2f9cb7ca9dbe MD5 · raw file

  1. GTM HTTP Fetcher Release Notes
  2. Project site: http://code.google.com/p/gtm-http-fetcher/
  3. Discussion group: http://groups.google.com/group/google-toolbox-for-mac
  4. 28-September-2012
  5. Added delegateQueue support to fetcher and fetcher service, allowing fetches
  6. to begin on a thread without a run loop and to invoke callbacks on the main
  7. thread or a background thread, beginning with iOS 6 and Mac OS X 10.7.
  8. 9-January-2012
  9. Fetcher now includes user-agent string utility functions
  10. Fetcher service has properties for request userAgent and timeout
  11. 22-November-2011
  12. Fetchers now support a servicePriority property which affects the order in
  13. which the fetcher service object dequeues delayed fetchers
  14. 1-November-2011
  15. On status 401 results when using an authorizer, the fetcher will attempt a
  16. single retry if the authorizer implements a primeForRefresh method
  17. 7-October-2011
  18. Changed isFetching method to return YES during service and authorization delays
  19. 9-September-2011
  20. Added support for creating an upload fetcher from a location URL to allow
  21. restarting uploads with a new upload fetcher instance
  22. 18-August-2011
  23. Added GTMReadMonitorInputStream for logging uploaded NSInputStreams
  24. 8-July-2011
  25. Added shouldFetchInBackground property (thanks justin a)
  26. 24-Mar-2011
  27. Added authorizer support
  28. 7-Feb-2011
  29. Made cookies set by a redirect immediately available in the new request (thanks ehoracek)
  30. Added getter for static cookie storage
  31. 16-Nov-2010
  32. Added fetcher comment property for logging
  33. 27-Oct-2010
  34. Added downloadPath and downloadFileHandle properties
  35. Added waitForCompletionWithTimeout:
  36. Renamed GTMAssertSelectorNilOrImplementedWithArgs()
  37. 4-Oct-2010
  38. Ensure that delegate is nil when not retained.
  39. Release 1.0.0
  40. 9-Sept-2010
  41. Initial public release.