Skip to content

Commit 440f578

Browse files
Merge pull request #19 from apivideo/fix-parallel-uploadlastpart
Fix parallel uploadLastPart calls
2 parents 021124b + 26c681b commit 440f578

File tree

4 files changed

+220
-169
lines changed

4 files changed

+220
-169
lines changed

CHANGELOG.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,59 @@
11
# Changelog
2+
23
All changes to this project will be documented in this file.
34

5+
## [1.0.11] - 2024-09-25
6+
7+
- Fix parallel uploadLastPart
8+
49
## [1.0.10] - 2023-02-07
10+
511
- Make `getSupportedMimeTypes` static
612

713
## [1.0.9] - 2023-02-07
14+
815
- Add `mimeType` and `generateFileOnStop` options
916

1017
## [1.0.8] - 2023-01-23
18+
1119
- Add "videoPlayable" event
1220

1321
## [1.0.7] - 2022-10-10
22+
1423
- Allow the user to customize the recorded video's name
1524

1625
## [1.0.6] - 2022-07-06
26+
1727
- Update dependancies
1828
- Add origin headers
1929
- Handle async errors
2030

2131
## [1.0.5] - 2022-05-31
32+
2233
- Add `getMediaRecorderState()` method
2334
- Fix `stop()` method when the recorder is not started
2435

2536
## [1.0.4] - 2022-05-24
37+
2638
- Prevent last uploaded part to be empty
2739

2840
## [1.0.3] - 2022-03-23
41+
2942
- Specify a return type for `ApiVideoMediaRecorder.stop`
30-
43+
3144
## [1.0.2] - 2022-03-07
45+
3246
- Make the start() timeslice parameter customizable
3347

3448
## [1.0.1] - 2021-11-25
49+
3550
- Bump dependancies
36-
51+
3752
## [1.0.0] - 2021-11-16
53+
3854
- Bump dependancies
3955
- Readme update
40-
56+
4157
## [0.0.1] - 2021-11-01
58+
4259
- First version

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api.video/media-recorder",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "api.video media recorder - upload video from your webcam with ease",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"xhr-mock": "^2.5.1"
4040
},
4141
"dependencies": {
42-
"@api.video/video-uploader": "^1.1.3",
42+
"@api.video/video-uploader": "^1.1.6",
4343
"core-js": "^3.23.3"
4444
}
4545
}

0 commit comments

Comments
 (0)