Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parallel uploadLastPart calls #19

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading