What's new - Jaspersoft/js-ios-sdk GitHub Wiki
iOS SDK v2.6
- Added support for Token-based authentication:
- support SSO- authentication;
- support pre- authentication authorization;
- added loading Roles and organizations from JRS for correct Pre-authentication token generating.
- Extended JSReport abilities:
- added ReportBookmarks support;
- added ReportParts support;
- added ReportAnchors support;
- added Report Search support.
- Added DashboardExtention to SDK for support Dshboard Export feature.
- Fixed issue with cancelling of report saving process.
- Fixed issue with authentication via HTTPs protocol.
- Fixed issue with SDK localization.
- Bug Fixes.
iOS SDK v2.5
- 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
- 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
- Added report options support.
- Added generics.
- Bug Fixes.
iOS SDK v2.1.1
- Extend authentication logic to add ability use POST requests.
- Bug Fixes.
iOS SDK v2.1
- Added encrypting password for authorization.
- Fixed security issues.
- Bug Fixes.
iOS SDK v2.0.1
- 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