Releases: owncloud/ios-sdk
Releases · owncloud/ios-sdk
Release Version 11.6.0 (May 2021)
11.6 version
- Bookmarks
- ItemResolution: enumerates bookmarks to resolve Local IDs to items and a bookmark
- Connection
- add connection validator flags support: "clear-cookies" to control clearing cookies when entering the connection validator, off by default
- correctly handle Service Unavailable errors when the true reason is the unavailability of external storage
- improved Maintenance Mode detection and handling
- HTTP: add "Original-Request-ID" header to allow tracing of retried requests
- Authentication
- add OCAuthenticationBrowserSession that allows redirection of authentication settings to browsers with custom scheme
- provide simplified version for mibrowser scheme as OCAuthenticationBrowserSessionMIBrowser
- Database Update for improved search capabilities
- new ownerUserName, lastModifiedDate, syncActivity columns
- introduce migration with progress reporting and error when initiated from an extension
- add simplified database versioning that allows retrieval and comparison in the app
- Core
- uploads: bugfixes in conflict resolution
- item scrubbing to fix forever spinning items
- allow limiting result counts for OCQuerys
- ItemResolution: enumerates bookmarks to resolve Local IDs to items and a running core
- extend OCQueryConditions with new fields
- Class Settings
- simplify parameter names
- add subcategory and label metadata key
- allow expansion of flat parameters in complex structures (supported for MDM and Branding (app-side))
- Measurements (new): allow benchmarking and logging of actions across different components, starting with OCQueries
- CancelActions (new): new container that allows to encapsulate a cancel action, so it can be passed around and code be injected from different places
- Logging: allow logging of file operations
- bugfixes in Sync Engine, Process Manager, Item Policies, Claims, QueryConditions, Imports, Core Manager, Item Deserialization, Logging
Release Version 11.5.2 (March 2021)
- Support for MDM setting hierarchies with flat keys
- Item Resolution
- New method to request OCCore and OCItem for a provided OCLocalID
- New method to find the OCBookmark that contains a provided OCLocalID
Release Version 11.5 (February 2021)
11.5 version
Class Settings
metadata support
validation support
documentation support
new OCClassSetting class makes class settings observable and more approachable
Host Simulator now part of the SDK
Connection Validator
refined, more powerful detection of available authentication methods
OpenID Connect Dynamic Client Registration support
Certificate Diffing support
Improved HTTP logging
Extended redirection handling and new policies
Improved error handling
Fixed unit tests and added nullability information to many classes