From bc4f1e0e7c192e3100d453f1343e81abd7636c62 Mon Sep 17 00:00:00 2001 From: Wilfried BARADAT Date: Tue, 13 Jun 2023 12:27:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=203.7?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Implement synchronous `lrs` backend - Implement xAPI virtual classroom pydantic models - Allow to insert custom endpoint url for S3 service - Cache the HTTP Basic auth credentials to improve API response time - Support OpenID Connect authentication method Changed - Clean xAPI pydantic models naming convention - Upgrade `fastapi` to `0.97.0` - Upgrade `sentry_sdk` to `1.25.1` - Set Clickhouse `client_options` to a dedicated Pydantic model - Upgrade `httpx` to `0.24.1` - Force a valid (JSON-formatted) IFI to be passed for the `/statements` GET query `agent` filtering - Upgrade `cachetools` to `5.3.1` Removed - `verb`.`display` field no longer mandatory in xAPI models and for converter --- CHANGELOG.md | 6 +++++- arnold.yml | 2 +- setup.cfg | 2 +- src/helm/ralph/Chart.yaml | 2 +- src/ralph/__init__.py | 2 +- src/tray/tray.yml | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9920edeb..88558b82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [3.7.0] - 2023-06-13 + ### Added - Implement synchronous `lrs` backend @@ -30,6 +32,7 @@ GET query `agent` filtering ### Removed - `verb`.`display` field no longer mandatory in xAPI models and for converter + ## [3.6.0] - 2023-05-17 ### Added @@ -316,7 +319,8 @@ as per the xAPI specification - Add optional sentry integration - Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs -[unreleased]: https://github.com/openfun/ralph/compare/v3.6.0...master +[unreleased]: https://github.com/openfun/ralph/compare/v3.7.0...master +[3.7.0]: https://github.com/openfun/ralph/compare/v3.6.0...v3.7.0 [3.6.0]: https://github.com/openfun/ralph/compare/v3.5.1...v3.6.0 [3.5.1]: https://github.com/openfun/ralph/compare/v3.5.0...v3.5.1 [3.5.0]: https://github.com/openfun/ralph/compare/v3.4.0...v3.5.0 diff --git a/arnold.yml b/arnold.yml index 00b0d176f..70397c12e 100644 --- a/arnold.yml +++ b/arnold.yml @@ -1,5 +1,5 @@ metadata: name: ralph - version: 3.6.0 + version: 3.7.0 source: path: src/tray diff --git a/setup.cfg b/setup.cfg index 322b25419..df49f7602 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = ralph-malph -version = 3.6.0 +version = 3.7.0 description = The ultimate toolbox for your learning analytics long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/helm/ralph/Chart.yaml b/src/helm/ralph/Chart.yaml index 7c4a9c347..2dd41f49b 100644 --- a/src/helm/ralph/Chart.yaml +++ b/src/helm/ralph/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.6.0" +appVersion: "3.7.0" diff --git a/src/ralph/__init__.py b/src/ralph/__init__.py index c5b79b8d4..61c818f0f 100644 --- a/src/ralph/__init__.py +++ b/src/ralph/__init__.py @@ -1,3 +1,3 @@ """Ralph module.""" -__version__ = "3.6.0" +__version__ = "3.7.0" diff --git a/src/tray/tray.yml b/src/tray/tray.yml index c80a1b0f9..53e5c0843 100644 --- a/src/tray/tray.yml +++ b/src/tray/tray.yml @@ -1,3 +1,3 @@ metadata: name: ralph - version: 3.6.0 + version: 3.7.0