Skip to content

Commit

Permalink
pre-release v4.0.1b6
Browse files Browse the repository at this point in the history
pre-release v4.0.1b6
  • Loading branch information
LuiggiTenorioK committed Jan 8, 2025
1 parent d88b7f0 commit f1999b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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"

0 comments on commit f1999b0

Please sign in to comment.