Skip to content

Commit

Permalink
🔖(minor) bump release to 3.15.0
Browse files Browse the repository at this point in the history
Changed

- Switch to QVBR rate control mode in live profiles

Fixed

- Handle Django ValidationError as an accepted exception

Removed

- Dash endpoint in mediapackage channel
- Useless medialive profiles
- All dash usage
  • Loading branch information
lunika committed Feb 4, 2021
1 parent c390a11 commit ddc13a0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.15.0] - 2021-02-04

### Changed

- Switch to QVBR rate control mode in live profiles
Expand Down Expand Up @@ -652,7 +654,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v3.14.0...master
[unreleased]: https://github.com/openfun/marsha/compare/v3.15.0...master
[3.15.0]: https://github.com/openfun/marsha/compare/v3.14.0...v3.15.0
[3.14.0]: https://github.com/openfun/marsha/compare/v3.13.1...v3.14.0
[3.13.1]: https://github.com/openfun/marsha/compare/v3.13.0...v3.13.1
[3.13.0]: https://github.com/openfun/marsha/compare/v3.12.1...v3.13.0
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-complete",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-configure",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-encode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-convert",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive-routing",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-migrate",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/utils/update-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-update-state",
"version": "3.14.0",
"version": "3.15.0",
"engines": {
"node": "12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = marsha
description = A FUN video provider for Open edX
version = 3.14.0
version = 3.15.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "3.14.0",
"version": "3.15.0",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit ddc13a0

Please sign in to comment.