Skip to content

Commit a93e67f

Browse files
committed
docs: calens changelog updated
1 parent 02a28c9 commit a93e67f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ownCloud admins and users.
3939

4040
## Summary
4141

42+
* Bugfix - Handling of HTTP code response 413: [#4094](https://github.com/owncloud/android/issues/4094)
4243
* Bugfix - Set authorization header for token request only when necessary: [#4575](https://github.com/owncloud/android/issues/4575)
4344
* Bugfix - Add explicit permission to Detekt workflow: [#4675](https://github.com/owncloud/android/pull/4675)
4445
* Change - SBOM workflow runs on dependabot PRs: [#4664](https://github.com/owncloud/android/pull/4664)
@@ -51,6 +52,14 @@ ownCloud admins and users.
5152

5253
## Details
5354

55+
* Bugfix - Handling of HTTP code response 413: [#4094](https://github.com/owncloud/android/issues/4094)
56+
57+
A new exception has been added to handle cases where the payload exceeds the
58+
server limit (HTTP code 413)
59+
60+
https://github.com/owncloud/android/issues/4094
61+
https://github.com/owncloud/android/pull/4685
62+
5463
* Bugfix - Set authorization header for token request only when necessary: [#4575](https://github.com/owncloud/android/issues/4575)
5564

5665
A new field has been added to the token request to indicate whether the

0 commit comments

Comments
 (0)