Skip to content

Commit 373600c

Browse files
committed
* release v1.2.6
1 parent fa96d92 commit 373600c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,16 @@ Client explicitly sets the following headers:
485485
Any other headers are set by a target browser and are not used by client.
486486
Library does not provide any facilities to track a file uniqueness across requests, it's left on developer's consideration.
487487

488-
Client recognizes the following response codes:
489-
* 200, 201 - chunk is successfully saved
490-
* 416, 500 - recoverable error, library tries to resend chunk 'chunkUploadRetry' times then fails
488+
Response codes:
489+
* 200 - last chunk is uploaded
490+
* 201 - chunk is successfully saved
491+
* 416 - range is not acceptable error, recoverable
492+
* 500 - server error, recoverable
493+
494+
For recoverable errors server tries to resend chunk 'chunkUploadRetry' times then fails.
495+
496+
Response headers:
497+
* X-Last-Known-Byte: int, library tries to resend chunk from the given offset. Applicable to response codes 200 and 416
491498

492499
All the other codes - fatal error, user's involvement is recommend.
493500

@@ -671,8 +678,12 @@ All the other codes - fatal error, user's involvement is recommend.
671678
672679
673680
## Changelog
681+
### 1.2.6
682+
* [#91](https://github.com/mailru/FileAPI/issues/91): replace `new Image` to `FileAPI.newImage`
674683
* + FileAPI.withCredentials: true
675684
* [#90](https://github.com/mailru/FileAPI/issues/90): Fixed `progress` event
685+
* [#105](https://github.com/mailru/FileAPI/issues/105): Fixed `image/jpg` -> `image/jpeg`
686+
* [#108](https://github.com/mailru/FileAPI/issues/108): Check width/height before resize by type(min/max)
676687
677688
678689
### 1.2.5

0 commit comments

Comments
 (0)