Skip to content

Commit 94b4e9f

Browse files
committed
🔖(minor) bump release to 5.5.0
Added - Reject transcoding job for video with too high resolution - Add fields to video to store its size and duration - Display in admin video duration and size Changed - Upgrade to django 5.0 Fixed - Authorize ended live to initiate a transcription
1 parent e5d6042 commit 94b4e9f

File tree

24 files changed

+35
-32
lines changed

24 files changed

+35
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [5.5.0] - 2024-11-28
12+
1113
### Added
1214

1315
- Reject transcoding job for video with too high resolution
@@ -2006,7 +2008,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
20062008

20072009
- Minor fixes and improvements on features and tests
20082010

2009-
[unreleased]: https://github.com/openfun/marsha/compare/v5.4.0...master
2011+
[unreleased]: https://github.com/openfun/marsha/compare/v5.5.0...master
2012+
[5.5.0]: https://github.com/openfun/marsha/compare/v5.4.0...v5.5.0
20102013
[5.4.0]: https://github.com/openfun/marsha/compare/v5.3.1...v5.4.0
20112014
[5.3.1]: https://github.com/openfun/marsha/compare/v5.3.0...v5.3.1
20122015
[5.3.0]: https://github.com/openfun/marsha/compare/v5.2.0...v5.3.0

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: marsha
4-
version: 5.4.0
4+
version: 5.5.0
55
source:
66
path: src/tray

src/aws/lambda-complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-complete",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-configure",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-convert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-convert",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-elemental-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-elemental-routing",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-medialive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-medialive",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-mediapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-mediapackage",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-migrate",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

src/aws/utils/update-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-update-state",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"engines": {
66
"node": "18"
77
},

0 commit comments

Comments
 (0)