Skip to content
Snippets Groups Projects
CHANGELOG 1.57 KiB
Newer Older
  • Learn to ignore specific revisions
  • fol0037's avatar
    fol0037 committed
    [14. 3. 2025] - v2.0.2
    - Fixed missing dag_id and dag_run_id in DDI v2 staging operator.
    
    
    fol0037's avatar
    fol0037 committed
    [12. 3. 2025] - v2.0.1
    - Fixed default number of MaxCores for HEAppE Job specification which is being returned from Smart Scheduler.
    
    v2.0.0
    - Added support for DDI v2 (operators, models, etc.)
    - Added build HPC function `build_hpc_job_step()` in `lexis.operators.hpc` to simplify DAG creation.
    - FIXed support of Smart Scheduler Operators
    
    
    Martin Golasowski's avatar
    Martin Golasowski committed
    v1.3.4
    
    fol0037's avatar
    fol0037 committed
    - Removed code that refreshed the refresh token
    - Tidy up handling of token variable names
    
    Martin Golasowski's avatar
    Martin Golasowski committed
    
    
    fol0037's avatar
    fol0037 committed
    v1.3.3
    
    fol0037's avatar
    fol0037 committed
    - Added "offline_access" parameter for LexisAAIOperator and LexisAAITokenKeeperSensor.
    - Added "offline_access" parameter to "exchange_access_for_refresh()" method in KeycloakHook
    - Removed unused "refresh_token_global" parameter and function from LexisAAIOperator and LexisAAITokenKeeperSensor
    
    fol0037's avatar
    fol0037 committed
    
    
    v1.3.2
    - Fix URLs to HEAppEAC client to public
    
    
    fol0037's avatar
    fol0037 committed
    v1.3.1
    - added smart schedulers operators (XComStorageOperator, SelectOperator, CheckJobStatusOperator, RestartOperator, FinishOperator)
    - added new heappe_v4 operator (HEAppEPrepareJobSchedulerOperator)
    - added new model for scheduler (HPCJobModel)
    
    Jan Swiatkowski's avatar
    Jan Swiatkowski committed
    - added missing exception message in ddi operator
    
    fol0037's avatar
    fol0037 committed
    
    
    v1.1.14
    - Fix handling of offline tokens in HEAppE decorators
    
    v1.1.13
    - Kubernetes - remove forcing of UID/GID
    
    v1.1.12
    - Add handling of offline tokens for scheduled DAGs
    
    v1.1.8
    - Add dynamic selector operator
    
    v1.1.6
    - Disable input DDI path regex for now
    - HEAppE operator now uses also Task IDs
    
    v1.1.4
    - Cast parameter values to str explicitly in heappev4 hook
    
    v1.0.8
    - Add support for multi-project HEAppE v4.0.0