Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release v4.0.1b6 #160

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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
* 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

* Improved search filters
Expand Down Expand Up @@ -114,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
* Majorly solved compatibility with autosubmit >= 4.0.0
2 changes: 1 addition & 1 deletion autosubmit_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with Autosubmit. If not, see <http://www.gnu.org/licenses/>.

__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"
Loading