-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK enhancements #20
SDK enhancements #20
Conversation
* REMOVE: deprecated overlay transform methods and classes * ADD: URL constructor methods for raw params, responsive image transforms and adaptive video streaming * REMOVE: SDK version string and deprecated overlay params mappings * FIX: stream format extension in constructed streaming URL * FIX: argument error message in responsive URL method
* REMOVE: upload signature API call from uploader methods * ADD: missing upload data parameters * ADD: API call for upload auth token in sample app * FIX: null parameters issue in uploader methods
* ADD: classes and enums for upload policy * ADD: default upload policy in SDK initializer * ADD: retry mechanism for upload API calls * ADD: function to check network and battery status as per the upload policy * FIX: upload method calls and upload policy checks * FIX: visibilty modifiers of internal classes and enums * FIX: battery state monitoring for upload policy check * ADD: upload policy param to image upload call in sample app
* ADD: base protocols for upload preprocessors * ADD: image upload preprocessor * ADD: video upload preprocessor
* ADD: unit tests * FIX: errors in image processors * FIX: upload preprocessors' members visibilty * FIX: unit tests for image preprocessors
* ADD: unit tests * FIX: errors in image processors * FIX: upload preprocessors' members visibilty * FIX: unit tests for image preprocessors * CHANGE: pod version and iOS deployment target version
* ADD: unit tests * FIX: errors in image processors * FIX: upload preprocessors' members visibilty * FIX: unit tests for image preprocessors * CHANGE: pod version and iOS deployment target version * FIX: unit tests and pod lint failures
* ADD: unit tests * FIX: errors in image processors * FIX: upload preprocessors' members visibilty * FIX: unit tests for image preprocessors * CHANGE: pod version and iOS deployment target version * FIX: unit tests and pod lint failures * ADD: request body checks in unit tests for uploads
* ADD: unit tests * FIX: errors in image processors * FIX: upload preprocessors' members visibilty * FIX: unit tests for image preprocessors * CHANGE: pod version and iOS deployment target version * FIX: unit tests and pod lint failures * ADD: request body checks in unit tests for uploads * ADD: unit tests for retry timeout
* REMOVE: unused import statement * ADD: log statements for upload failures and retry attempts
Hey, I've been using the latest version and have noticed the the ability to subscribe to progress updates via the |
@ahnv are we okay in using v2 version of upload API? |
I have added the v2 dummy server, we should be good to provide the functionality |
* ADD: constants for sample app * CHANGE: replace public key constant in the auth payload
Also resolves #9.