Releases: OasisLMF/OasisPlatform
Releases · OasisLMF/OasisPlatform
1.3.5
Docker Images
coreoasis/model_worker:1.3.5
coreoasis/api_server:1.3.5
Components
Updated Worker Settings
- Added option
KTOOLS_ERROR_GUARD
[True, False] Disables the ktools error monitoring script for complex models logging messages to stderr.
1.3.4
Docker Images
coreoasis/model_worker:1.3.4
coreoasis/api_server:1.3.4
Components
Changes
- Fixed automated Coverage reports #264
- Added Online swagger docs #266 https://api.oasislmfdev.org/swagger/
- Compatibility updates for worker settings with
oasislmf==1.4.3
Updated Worker Settings
- new option
KTOOLS_ALLOC_RULE_RI
, [0..3] to set fm allocation rule for reinsurance. - Added option
KEEP_RUN_DIR
[True, False] to keep temporary run directories inside the worker, was previously attached toDEBUG_MODE
which now increases the logging output.
1.3.3
Docker Images
coreoasis/model_worker:1.3.3
coreoasis/api_server:1.3.3
Components
Changes
- Hotfix #262 - Removal of traceback files caused cascade delete of an analysis
- Worker fix - pin
billiard==3.6.0.0
due to performance issues
1.3.2
Docker Images
coreoasis/model_worker:1.3.2
coreoasis/api_server:1.3.2
Components
Changes
- Updated Django and Django-Rest-Framework to the latest versions #230
- Updated token configuration options and added then blacklist plugin #248
- Fix to Remove the previous error traceback files after a successful run #254
- Added Analysis timestamps to track the start / completion times of celery tasks. #256
1.3.1
Docker Images
coreoasis/model_worker:1.3.1
coreoasis/api_server:1.3.1
Components
Changes
- Hotfix to Portfolio serializer
1.3.0
Docker Images
coreoasis/model_worker:1.3.0
coreoasis/api_server:1.3.0
Components
Changes
- oasislmf updated
- ktooks updated
- Update ENV for worker
KTOOLS_ALLOC_RULE
->KTOOLS_ALLOC_RULE_IL
- New ENV for worker
KTOOLS_ALLOC_RULE_GUL
- Fixes for OpenAPI / Swagger schema