Releases: openfun/ralph
Releases · openfun/ralph
5.0.1
5.0.0
Added
- Models: Add Webinar xAPI activity type
Changed
- Upgrade
pydanticto2.7.0 - Migrate model tests from hypothesis strategies to polyfactory
- Replace soon-to-be deprecated
parse_obj_aswithTypeAdapter
4.2.0
Added
- Models: Add Edx teams-related events support
- Models: Add Edx notes events support
- Models: Add Edx certificate events support
- Models: Add Edx bookmark (renamed Course Resource) events support
- Models: Add Edx poll and survey events support
- Models: Add Edx Course Content Completion events support
- Models: Add Edx drag and drop events support
- Models: Add Edx cohort events support
- Models: Add Edx content library interaction events support
- Backends: Add
ralph.backends.dataandralph.backends.lrsentry points
to discover backends from plugins.
Changed
- Backends: the first argument of the
get_backendsmethod now requires a list
ofEntryPoints, each pointing to a backend class, instead of a tuple of
packages containing backends. - API: The
RUNSERVER_BACKENDconfiguration value is no longer validated to
point to an existing backend.
Fixed
- LRS: Fix querying on
activitywhen LRS contains statements with an object
lacking aobjectTypeattribute
4.1.0
Added
- Add LRS multitenancy support for user-specific target storage
Changed
query_statementsandquery_statements_by_idsmethods can now take an
optional user-specific target
Fixed
- Backends: switch LRSStatementsQuery since/until field types to iso 8601 string
Removed
- Removed
event_table_nameattribute of the ClickHouse data backend
4.0.0
Added
- Backends: Add
WritableandListableinterfaces to distinguish supported
functionalities amongdatabackends - Backends: Add
max_statementsoption to data backendsreadmethod - Backends: Add
prefetchoption to async data backendsreadmethod - Backends: Add
concurrencyoption to async data backendswritemethod - Backends: Add
get_backendsfunction to automatically discover backends
for CLI and LRS usage - Backends: Add client options for WSDataBackend
- Backends: Add
READ_CHUNK_SIZEandWRITE_CHUNK_SIZEdata backend settings - Models: Implement Pydantic model for LRS Statements resource query parameters
- Models: Implement xAPI LMS Profile statements validation
- Models: Add
EdXtoxAPIconverters for enrollment events - Project: Add aliases for
ralph-malphextra dependencies:backendsand
full
Changed
- Arnold: Add variable to override PVC name in arnold deployment
- API:
GET /statementsnow has "mine" option which matches statements that
have an authority field matching that of the user - API: Invalid parameters now return 400 status code
- API: Forwarding PUT now uses PUT (instead of POST)
- API: Incoming statements are enriched with
id,timestamp,stored
andauthority - API: Add
RALPH_LRS_RESTRICT_BY_AUTHORITYoption making?mine=True
implicit - API: Add
RALPH_LRS_RESTRICT_BY_SCOPEoption enabling endpoint access
control by user scopes - API: Enhance 'limit' query parameter's validation
- API: Variable
RUNSERVER_AUTH_BACKENDbecomesRUNSERVER_AUTH_BACKENDS, and
multiple authentication methods are supported simultaneously - Backends: Refactor LRS Statements resource query parameters defined for
ralphAPI - Backends: Refactor
database,storage,httpandstreambackends under
the unifieddatabackend interface [BC] - Backends: Refactor LRS
query_statementsandquery_statements_by_ids
backends methods under the unifiedlrsbackend interface [BC] - Backends: Update
statementIdandvoidedStatementIdto snake_case,
with camelCase alias, inLRSStatementsQuery - Backends: Replace reference to a JSON column in ClickHouse with
function calls on the String column [BC] - CLI: User credentials must now include an "agent" field which can be created
using the cli - CLI: Change
pushtowriteandfetchtoread[BC] - CLI: Change
-c --chunk-sizeoption to-s --chunk-size[BC] - CLI: Change websocket backend name
-b wsto-b async_wsalong with it's
uri option--ws-urito--async-ws-uri[BC] - CLI: List cli usage strings in alphabetical order
- CLI: Change backend configuration environment variable prefixes from
RALPH_BACKENDS__{{DATABASE|HTTP|STORAGE|STREAM}}__{{BACKEND}}__{{OPTION}}
toRALPH_BACKENDS__DATA__{{BACKEND}}__{{OPTION}} - Models: The xAPI
context.contextActivities.categoryfield is now mandatory
in the video and virtual classroom profiles. [BC] - Upgrade base python version to 3.12 for the development stack and Docker
image - Upgrade
bcryptto4.1.2 - Upgrade
cachetoolsto5.3.2 - Upgrade
fastapito0.108.0 - Upgrade
sentry_sdkto1.39.1 - Upgrade
uvicornto0.25.0
Fixed
- API: Fix a typo ('attachements' -> 'attachments') to ensure compliance with
the LRS specification and prevent potential silent bugs
Removed
- Project: Drop support for Python 3.7
- Models: Remove
school,course,modulecontext extensions in Edx to xAPI
base converter - Models: Remove
namefield inVideoActivityxAPI model mistakenly used in
videoprofile - CLI: Remove
DEFAULT_BACKEND_CHUNK_SIZEenvironment variable configuration
4.0.0-beta1
Install with:
pip install --pre --upgrade ralph-malph
Features
Added
- Backends: Add
WritableandListableinterfaces to distinguish supported
functionalities amongdatabackends - Backends: Add
max_statementsoption to data backendsreadmethod - Backends: Add
prefetchoption to async data backendsreadmethod - Backends: Add
concurrencyoption to async data backendswritemethod - Backends: Add
get_backendsfunction to automatically discover backends
for CLI and LRS usage - Backends: Add client options for WSDataBackend
- Backends: Add
READ_CHUNK_SIZEandWRITE_CHUNK_SIZEdata backend settings - Models: Implement Pydantic model for LRS Statements resource query parameters
- Models: Implement xAPI LMS Profile statements validation
- Models: Add
EdXtoxAPIconverters for enrollment events - Project: Add aliases for
ralph-malphextra dependencies:backendsand
full
Changed
- Arnold: Add variable to override PVC name in arnold deployment
- API:
GET /statementsnow has "mine" option which matches statements that
have an authority field matching that of the user - API: Invalid parameters now return 400 status code
- API: Forwarding PUT now uses PUT (instead of POST)
- API: Incoming statements are enriched with
id,timestamp,stored
andauthority - API: Add
RALPH_LRS_RESTRICT_BY_AUTHORITYoption making?mine=True
implicit - API: Add
RALPH_LRS_RESTRICT_BY_SCOPEoption enabling endpoint access
control by user scopes - API: Enhance 'limit' query parameter's validation
- API: Variable
RUNSERVER_AUTH_BACKENDbecomesRUNSERVER_AUTH_BACKENDS, and
multiple authentication methods are supported simultaneously - Backends: Refactor LRS Statements resource query parameters defined for
ralphAPI - Backends: Refactor
database,storage,httpandstreambackends under
the unifieddatabackend interface [BC] - Backends: Refactor LRS
query_statementsandquery_statements_by_ids
backends methods under the unifiedlrsbackend interface [BC] - Backends: Update
statementIdandvoidedStatementIdto snake_case,
with camelCase alias, inLRSStatementsQuery - Backends: Replace reference to a JSON column in ClickHouse with
function calls on the String column [BC] - CLI: User credentials must now include an "agent" field which can be created
using the cli - CLI: Change
pushtowriteandfetchtoread[BC] - CLI: Change
-c --chunk-sizeoption to-s --chunk-size[BC] - CLI: Change websocket backend name
-b wsto-b async_wsalong with it's
uri option--ws-urito--async-ws-uri[BC] - CLI: List cli usage strings in alphabetical order
- CLI: Change backend configuration environment variable prefixes from
RALPH_BACKENDS__{{DATABASE|HTTP|STORAGE|STREAM}}__{{BACKEND}}__{{OPTION}}
toRALPH_BACKENDS__DATA__{{BACKEND}}__{{OPTION}} - Models: The xAPI
context.contextActivities.categoryfield is now mandatory
in the video and virtual classroom profiles. [BC] - Upgrade base python version to 3.12 for the development stack and Docker
image - Upgrade
bcryptto4.1.2 - Upgrade
cachetoolsto5.3.2 - Upgrade
fastapito0.105.0 - Upgrade
sentry_sdkto1.39.1 - Upgrade
uvicornto0.24.0.post1
Fixed
- API: Fix a typo ('attachements' -> 'attachments') to ensure compliance with
the LRS specification and prevent potential silent bugs
Removed
- Project: Drop support for Python 3.7
- Models: Remove
school,course,modulecontext extensions in Edx to xAPI
base converter - Models: Remove
namefield inVideoActivityxAPI model mistakenly used in
videoprofile - CLI: Remove
DEFAULT_BACKEND_CHUNK_SIZEenvironment variable configuration
3.9.0
Changed
- Upgrade
fastapito0.100.0 - Upgrade
sentry_sdkto1.28.1 - Upgrade
uvicornto0.23.0 - Enforce valid IRI for
activityparameter inGET /statements - Change how duplicate xAPI statements are handled for
clickhousebackend
General improvement for the Helm Chart:
- add dependencies for MongoDB and Clickhouse
- make persistence optional
- allow use existing PVC
- remove prefix label from ingress object name
- add missing namespace label
- make object name consistent
3.8.0
Added
- Implement edX open response assessment events pydantic models
- Implement edx peer instruction events pydantic models
- Implement xAPI VideoDownloaded pydantic model
(using xAPI TinCandownloadedverb)
Changed
- Allow to use a query for HTTP backends in the CLI
3.7.0
Added
- Implement synchronous
lrsbackend - 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
fastapito0.97.0 - Upgrade
sentry_sdkto1.25.1 - Set Clickhouse
client_optionsto a dedicated Pydantic model - Upgrade
httpxto0.24.1 - Force a valid (JSON-formatted) IFI to be passed for the
/statements
GET queryagentfiltering - Upgrade
cachetoolsto5.3.1
Removed
verb.displayfield no longer mandatory in xAPI models and for converter
3.6.0
Added
- Allow to ignore health check routes for Sentry transactions
Changed
- Upgrade sentry_sdk to 1.22.2
- Upgrade uvicorn to 0.22.0
- LRS /statements GET method returns a code 400 with certain parameters as per the xAPI specification
- Use batch/v1 api in cronjob_pipeline manifest
- Use autoscaling/v2 in HorizontalPodAutoscaler manifest
Fixed
- Fix the more IRL building in LRS /statements GET requests