onedrive client version 2.2.5
Release Overview:
- Update --display-config to display sync_list if configured (#327)
- Add --force-http-1.1 flag to downgrade any HTTP/2 curl operations to HTTP 1.1 protocol (#327)
- Update handling of 'remote' folder designation as 'root' items (#328)
- Add a check for 'id' key on metadata update to prevent 'std.json.JSONException@std/json.d(494): Key not found: id' (#329)
- Update handling of HTTP 412 - Precondition Failed errors (#329)
- Fix items highlighted by codacy review (#332)
- Ensure that remote deletes are handled correctly (#333)
- Handle 'Item not found' exception when unable to query OneDrive 'root' for changes (#336)
- Support building with ldc2 and usage of pkg-config for lib finding (#334)
- Add handling for JSON response error when OneDrive API returns a 404 due to OneDrive API regression (#340)
Outstanding Issues:
- OneDrive API Issue - Creating a folder on a shared personal folder appears successful but returns a JSON error (#339 / OneDrive/onedrive-api-docs#976)