Releases: Jaspersoft/js-ios-sdk
Releases · Jaspersoft/js-ios-sdk
iOS SDK v2.5
What's New in this Version
• Migrate from RestKIT to AFNetworking&EasyMapping. We got following benefits.
• Added markupType support for report execution.
• Added ReportComponents support for report viewing.
• Improved scheduling. Corrected mapping for JSScheduleTrigger and JSScheduleMetadata.
• Bug Fixes.
iOS SDK v2.3
What's New in this Version
• Added new Hight Level API for working with reports (running, saving ... ).
• Added API for scheduling reports.
• Added API for working with content resources.
• Bug Fixes.
iOS SDK v2.2
What's New in this Version
• Added report options support.
• Added generics.
• Bug Fixes.
iOS SDK v2.1.1
What's New in this Version
• Extend authentication logic to add ability use POST requests.
• Bug Fixes.
iOS SDK v2.1
What's New in this Version
• Added encrypting password for authorization.
• Fixed security issues.
• Bug Fixes.
iOS SDK v2.0.1
What's New in this Version
• Corrected sending locale to server.
• Added support for recent views.
• Added support for thumbnails.
• Bug Fixes.
iOS SDK v2.0.0
- Added request redirects handling through JSRequest instance property redirectAllowed.
- Updateed authorization gear for using call to /spring_security_check (according to webUI).
- Added support for additional search keys in search resources request: forceFullPage, sortBy.
- Added API method for retrieving resource loookup by resourceURI. Allows you to list root folders of JRS instance.
- Added support for mandatory validation rules. Allows you to validate input controls locally, without any request to server.
- Added API method for report status check. Improved asynchronously report execution. Allows you to query report execution state during reportExecution invocation.
- Added API method for cookie flushing. Allows you to flush cookies persisted in memory. This is the only way we can invalidate cookie values.
- Updated serialization strategy. Migrate SDK to JSON. Allows you to make clear data exchange between JRS and mobile application.
- Added a connection check before request to server. Allows you to check the connection so you don't have to wait for it.
- Added ability to auto complete a session. Allows you to create new session in the background.
- Bug fixes
iOS SDK v1.9
Improvement of REST v2 Report Execution Service
Support Mandatory validation rules
Bug fixes
iOS SDK v1.8
- New REST v2 Report Execution Service
- Bug fixes
iOS SDK v1.7
- Support for the REST v2 Resources Service