-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
6 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
metadata: | ||
name: ralph | ||
version: 3.6.0 | ||
version: 3.7.0 | ||
source: | ||
path: src/tray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Ralph module.""" | ||
|
||
__version__ = "3.6.0" | ||
__version__ = "3.7.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
metadata: | ||
name: ralph | ||
version: 3.6.0 | ||
version: 3.7.0 |