Releases: tidev/ti.urlsession
Releases · tidev/ti.urlsession
v4.0.1
- Re-add 32-bit libraries for Titanium 9.x.x support.
v4.0.0
v3.0.0
2.2.0
- Expose the
dataTask
API
2.1.0
- Add new method
uploadTask
to support background-uploads - Add new methods
flush
andreset
for an improved resources handling - Deprecate
backgroundDownloadTaskWithURL
in favor ofURLSession.Session.downloadTask
- Move
URLSession.Session
andURLSession.SessionConfiguration
to own namespaces - Deprecate old single-argument constructor for sessions and session-configurations
- Introduce object-based constructors to incorporate the new namespaces properly
2.1.0 Beta 2
- Refactor missing API's
- Update example
- Fix various backwards compatibility issues
2.1.0 Beta 1
- Add new method
addBackgroundUploadTask
to support background-uploads - Add new methods
flush
andreset
for an improved resources handling - Deprecate
backgroundDownloadTaskWithURL
in favor ofaddBackgroundDownloadTask
- Move
URLSession.Session
andURLSession.SessionConfiguration
to own namespaces - Deprecate old single-argument constructor for sessions and session-configurations
- Introduce object-based constructors to incorporate the new namespaces properly
v2.0.0
Refactored module to work on iOS 9 and prevent app submission failture. [MOD-2150]
v1.1.1
[MOD-1892] iOS8: replaced deprecated "backgroundSessionConfiguration:"