From 71765ce3f4223325281963bfd6997715edec0f27 Mon Sep 17 00:00:00 2001 From: ltenorio Date: Tue, 17 Dec 2024 09:43:03 +0100 Subject: [PATCH 1/2] pre-release v4.0.1b6 pre-release v4.0.1b6 --- CHANGELOG.md | 8 ++++++++ autosubmit_api/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821912f..384e515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +### Pre-release v4.0.1b6 - Release date: TBD + +* Updated `autosubmit` dependency to handle correctly the pkl file reader +* Updated docker image +* Updated all DB interactions through SQLAlchemy +* Update date strings in responses to follow ISO 8601, if possible +* Update `/v3/expinfo/{expid}` to get all the data it can get without being blocked by an exception + ### Pre-release v4.0.1b5 - Release date: 2024-12-10 * Improved search filters diff --git a/autosubmit_api/__init__.py b/autosubmit_api/__init__.py index edc6c17..c758dd2 100644 --- a/autosubmit_api/__init__.py +++ b/autosubmit_api/__init__.py @@ -17,6 +17,6 @@ # You should have received a copy of the GNU General Public License # along with Autosubmit. If not, see . -__version__ = "4.0.1b5" +__version__ = "4.0.1b6" __author__ = "Luiggi Tenorio, Bruno P. Kinoshita, Cristian GutiƩrrez, Julian Berlin, Wilmer Uruchi" __credits__ = "Barcelona Supercomputing Center" From 1d34bb4a52447699879c3d997367c79857ad32d5 Mon Sep 17 00:00:00 2001 From: Luiggi Tenorio Date: Wed, 15 Jan 2025 16:35:02 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384e515..b59917d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Updated all DB interactions through SQLAlchemy * Update date strings in responses to follow ISO 8601, if possible * Update `/v3/expinfo/{expid}` to get all the data it can get without being blocked by an exception +* Updated CLI to have all the `gunicorn` settings that are not fixed by the API ### Pre-release v4.0.1b5 - Release date: 2024-12-10 @@ -122,4 +123,4 @@ ### Pre-release v4.0.0b1 - Release date: 2023-11-02 * Introduced `autosubmit_api` CLI -* Majorly solved compatibility with autosubmit >= 4.0.0 \ No newline at end of file +* Majorly solved compatibility with autosubmit >= 4.0.0