Skip to content

Commit

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

- Manage live streaming using AWS Elemental
- Download timed text track in video dashboard
- Create shared resources between terraform workspaces
- Add dash endpoint to mediapackage channel

Changed

- use input to execute lambda_migrate intead of env var
- copy document from s3 source to s3 destination in lambda copying
  document

Fixed

- manage ready clauses in LTI resource finder
- Change preset container by CMFC
  • Loading branch information
lunika committed Nov 24, 2020
1 parent 57b52fe commit 855bc01
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.12.0] - 2020-11-24

### Added

- Manage live streaming using AWS Elemental
- Download timed text track in video dashboard
- Create shared resources between terraform workspaces
- Add dash endpoint to mediapackage channel

### Changed

Expand Down Expand Up @@ -602,7 +603,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.11.0...master
[unreleased]: https://github.com/openfun/marsha/compare/v3.12.0...master
[3.12.0]: https://github.com/openfun/marsha/compare/v3.11.0...v3.12.0
[3.11.0]: https://github.com/openfun/marsha/compare/v3.10.2...v3.11.0
[3.10.2]: https://github.com/openfun/marsha/compare/v3.10.1...v3.10.2
[3.10.1]: https://github.com/openfun/marsha/compare/v3.10.0...v3.10.1
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.11.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.11.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.11.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.9.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.9.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.11.0",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.10.2",
"version": "3.12.0",
"engines": {
"node": "10"
},
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.11.0
version = 3.12.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.11.0",
"version": "3.12.0",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit 855bc01

Please sign in to comment.