Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Nov 22, 2021
1 parent 31bf63e commit a3e2af4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changes
=======

Version 0.8.0 (UNRELEASED)
Version 0.8.0 (2021-11-22)
---------------------------

- Adds users quota accounting.
- Adds new job properties ``started_at`` and ``finished_at`` to the ``/logs`` endpoint.
- Adds configuration environment variable to limit the number of messages received in the job status consumer (``prefetch_count``).
- Adds file search capabilities to the workflow workspace endpoint.
- Adds Snakemake workflow engine support.
- Adds support for custom workflow workspace path.
- Changes to PostgreSQL 12.8
- Changes workflow run manager to query the specific workflow engine during pod deletion.
- Changes job status consumer to limit the number of messages received (``prefetch_count``).
- Fixes workflow list endpoint query logic to improve optimization.

Version 0.7.4 (2021-07-05)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.8.0a5"
"version": "0.8.0"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.8.0a5"
__version__ = "0.8.0"

0 comments on commit a3e2af4

Please sign in to comment.