Skip to content

iOS SDK v2.0.0

Compare
Choose a tag to compare
@ogubariev ogubariev released this 20 May 12:23
· 224 commits to master since this release
  • 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