Skip to content

Releases: Jaspersoft/js-ios-sdk

iOS SDK v2.5

06 Jun 13:32
Compare
Choose a tag to compare

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

18 Feb 15:18
Compare
Choose a tag to compare

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

23 Nov 16:34
Compare
Choose a tag to compare

What's New in this Version

• Added report options support.
• Added generics.
• Bug Fixes.

iOS SDK v2.1.1

23 Nov 16:33
Compare
Choose a tag to compare

What's New in this Version

• Extend authentication logic to add ability use POST requests.
• Bug Fixes.

iOS SDK v2.1

08 Sep 13:35
Compare
Choose a tag to compare

What's New in this Version

• Added encrypting password for authorization.
• Fixed security issues.
• Bug Fixes.

iOS SDK v2.0.1

13 Jul 15:34
Compare
Choose a tag to compare

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

20 May 12:23
Compare
Choose a tag to compare
  • 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

29 Apr 16:44
Compare
Choose a tag to compare

Improvement of REST v2 Report Execution Service
Support Mandatory validation rules
Bug fixes

iOS SDK v1.8

27 Feb 10:38
Compare
Choose a tag to compare
  • New REST v2 Report Execution Service
  • Bug fixes

iOS SDK v1.7

10 Jan 10:35
Compare
Choose a tag to compare
  • Support for the REST v2 Resources Service