Skip to content

Commit

Permalink
Fix parallel uploadLastPart calls
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Sep 24, 2024
1 parent 021124b commit 26c681b
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 169 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,59 @@
# Changelog

All changes to this project will be documented in this file.

## [1.0.11] - 2024-09-25

- Fix parallel uploadLastPart

## [1.0.10] - 2023-02-07

- Make `getSupportedMimeTypes` static

## [1.0.9] - 2023-02-07

- Add `mimeType` and `generateFileOnStop` options

## [1.0.8] - 2023-01-23

- Add "videoPlayable" event

## [1.0.7] - 2022-10-10

- Allow the user to customize the recorded video's name

## [1.0.6] - 2022-07-06

- Update dependancies
- Add origin headers
- Handle async errors

## [1.0.5] - 2022-05-31

- Add `getMediaRecorderState()` method
- Fix `stop()` method when the recorder is not started

## [1.0.4] - 2022-05-24

- Prevent last uploaded part to be empty

## [1.0.3] - 2022-03-23

- Specify a return type for `ApiVideoMediaRecorder.stop`

## [1.0.2] - 2022-03-07

- Make the start() timeslice parameter customizable

## [1.0.1] - 2021-11-25

- Bump dependancies

## [1.0.0] - 2021-11-16

- Bump dependancies
- Readme update

## [0.0.1] - 2021-11-01

- First version
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api.video/media-recorder",
"version": "1.0.10",
"version": "1.0.11",
"description": "api.video media recorder - upload video from your webcam with ease",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"xhr-mock": "^2.5.1"
},
"dependencies": {
"@api.video/video-uploader": "^1.1.3",
"@api.video/video-uploader": "^1.1.6",
"core-js": "^3.23.3"
}
}
Loading

0 comments on commit 26c681b

Please sign in to comment.