Changelog for ownCloud iOS Client [11.8.1] (2021-12-22)
=======================================
The following sections list the changes in ownCloud iOS Client 11.8.1 relevant to
ownCloud admins and users.

[11.8.1]: https://github.com/owncloud/ios-app/compare/milestone/11.8.0...milestone/11.8.1

Summary
-------

* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068)
* Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975)

Details
-------

* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068)

   Adds authentication-oauth2.oidc-fallback-on-client-registration-failure -
   defaulting to true - to allow the automatic fallback to default client_id / client_secret if
   OpenID Connect Dynamic Client Registration fails with any error. Furthermore fixed an
   infinite OAuth2 token refresh loop via SDK update.

   https://github.com/owncloud/ios-app/pull/1068

* Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975)

   Improved sorting results and localized sorting across query results and database queries,
   via the SDK's new OCLOCALIZED collation and sort comparator.

   https://github.com/owncloud/ios-app/issues/975