diff --git a/packages/app/HISTORY.rst b/packages/app/HISTORY.rst index 0cb0e5ba21c2..0808a0f13321 100644 --- a/packages/app/HISTORY.rst +++ b/packages/app/HISTORY.rst @@ -9,6 +9,50 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix tool version switch in editor by `@mvdbeek `_ in `#17858 `_ +* Fix workflow run form failing on certain histories by `@mvdbeek `_ in `#17869 `_ +* Always serialize element_count and populated when listing contents by `@mvdbeek `_ in `#17890 `_ +* Fix saving workflows with freehand_comments only by `@mvdbeek `_ in `#17901 `_ +* Always discard session after __handle_waiting_jobs is done by `@mvdbeek `_ in `#17913 `_ +* Fix workflow run form for workflows with null rename PJA by `@mvdbeek `_ in `#17929 `_ +* Revert unnecessary error change by `@mvdbeek `_ in `#17948 `_ +* Fix missing implicit conversion for mapped over jobs by `@mvdbeek `_ in `#17952 `_ +* Fix get_content_as_text for compressed text datatypes by `@mvdbeek `_ in `#17976 `_ +* Backport: Fix bug: call unique() on result, not select stmt by `@jdavcs `_ in `#17981 `_ +* Fix `LengthValidator` if no value passed by `@mvdbeek `_ in `#17983 `_ +* Raise ``RequestParameterInvalidException`` if collection element has unknown extension by `@mvdbeek `_ in `#17985 `_ +* Don't attempt to commit in dry_run mode by `@mvdbeek `_ in `#17987 `_ +* Don't fail if reporting invalid parameter values by `@mvdbeek `_ in `#18002 `_ +* Include exception info when something goes wrong while refreshing tokens by `@mvdbeek `_ in `#18008 `_ +* Avoid exception when opening apply rules tool and no collection in history by `@mvdbeek `_ in `#18011 `_ +* Don't commit without having set a hid by `@mvdbeek `_ in `#18014 `_ +* Raise appropriate exception if user forces a collection that is not populated with elements as input by `@mvdbeek `_ in `#18023 `_ +* Fix tag regex pattern by `@jdavcs `_ in `#18025 `_ +* Fix History Dataset Association creation so that hid is always set by `@mvdbeek `_ in `#18036 `_ +* Change wrong quota_source value from KeyError to ValueError by `@mvdbeek `_ in `#18040 `_ +* Check database connection to issue a rollback if no connection by `@jdavcs `_ in `#18070 `_ + +============ +Enhancements +============ + +* Fix remote files sources error handling by `@davelopez `_ in `#18027 `_ + +============= +Other changes +============= + +* Drop left-over debug statement by `@mvdbeek `_ in `#17939 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- @@ -52,7 +96,7 @@ Enhancements * Vueify Admin User Grid by `@guerler `_ in `#17030 `_ * Remove web framework dependency from tools by `@davelopez `_ in `#17058 `_ * Add select parameter with options from remote resources by `@mvdbeek `_ in `#17087 `_ -* Expose more tool information / navigability in UI. by `@jmchilton `_ in `#17105 `_ +* Expose more tool information / navigability in UI. by `@jmchilton `_ in `#17105 `_ * Vueify Admin Roles Grid by `@guerler `_ in `#17118 `_ * SA2.0 updates: handling "object is being merged into a Session along the backref cascade path" by `@jdavcs `_ in `#17122 `_ * Update Python dependencies by `@galaxybot `_ in `#17123 `_ diff --git a/packages/auth/HISTORY.rst b/packages/auth/HISTORY.rst index a152aba58b30..f0d42f6705c3 100644 --- a/packages/auth/HISTORY.rst +++ b/packages/auth/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/config/HISTORY.rst b/packages/config/HISTORY.rst index bcec1e3e274f..00da8ee590cc 100644 --- a/packages/config/HISTORY.rst +++ b/packages/config/HISTORY.rst @@ -9,6 +9,33 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Invenio plugin fixes by `@davelopez `_ in `#17997 `_ +* clarify the object store relocate functionality by `@martenson `_ in `#18033 `_ +* Updated the datatypes name for FASTK tool by `@SaimMomin12 `_ in `#18053 `_ + +============ +Enhancements +============ + +* Added 4dn_pairs and 4dn_pairsam datatypes by `@SaimMomin12 `_ in `#17875 `_ +* Add middleware for logging start and end of request by `@mvdbeek `_ in `#18046 `_ + +============= +Other changes +============= + +* Rebuild config samples by `@davelopez `_ in `#17911 `_ +* Backport colabfold tar file datatype by `@mvdbeek `_ in `#18029 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/data/HISTORY.rst b/packages/data/HISTORY.rst index 733c3d57619b..e5a4ce9db821 100644 --- a/packages/data/HISTORY.rst +++ b/packages/data/HISTORY.rst @@ -9,6 +9,29 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Always serialize element_count and populated when listing contents by `@mvdbeek `_ in `#17890 `_ +* Fix deadlock that can occur when changing job state by `@mvdbeek `_ in `#17896 `_ +* Fix tool form building if select filters from unavailable dataset metadata by `@mvdbeek `_ in `#17930 `_ +* Fix ``InvalidRequestError: Can't operate on closed transaction inside context manager. Please complete the context manager before emitting further commands.`` by `@mvdbeek `_ in `#17932 `_ +* Never fail dataset serialization if display_peek fails by `@mvdbeek `_ in `#17937 `_ +* Fix output datatype when uncompressing a dataset with incorrect datatype by `@nsoranzo `_ in `#17944 `_ +* Use or copy StoredWorkflow when copying step by `@mvdbeek `_ in `#17988 `_ +* Raise ``MessageException`` when report references invalid workflow output by `@mvdbeek `_ in `#18009 `_ +* Fix tag regex pattern by `@jdavcs `_ in `#18025 `_ +* Fix History Dataset Association creation so that hid is always set by `@mvdbeek `_ in `#18036 `_ +* Fix history export with missing dataset hids by `@davelopez `_ in `#18052 `_ +* Fix comments lost on import by `@ElectronicBlueberry `_ in `#18060 `_ +* Fix history update time after bulk operation by `@davelopez `_ in `#18068 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- @@ -51,7 +74,7 @@ Enhancements * port invocation API to fastapi by `@martenson `_ in `#16707 `_ * SQLAlchemy 2.0 upgrades (part 5) by `@jdavcs `_ in `#16932 `_ * Python 3.8 as minimum by `@mr-c `_ in `#16954 `_ -* Expose more tool information / navigability in UI. by `@jmchilton `_ in `#17105 `_ +* Expose more tool information / navigability in UI. by `@jmchilton `_ in `#17105 `_ * Add support for (fast5.tar).xz binary compressed files by `@tuncK `_ in `#17106 `_ * SA2.0 updates: handling "object is being merged into a Session along the backref cascade path" by `@jdavcs `_ in `#17122 `_ * Towards SQLAlchemy 2.0: fix last cases of RemovedIn20Warning by `@jdavcs `_ in `#17132 `_ diff --git a/packages/files/HISTORY.rst b/packages/files/HISTORY.rst index d1d8ac1cbbf6..082dd1962aae 100644 --- a/packages/files/HISTORY.rst +++ b/packages/files/HISTORY.rst @@ -9,6 +9,23 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Invenio plugin fixes by `@davelopez `_ in `#17997 `_ + +============ +Enhancements +============ + +* Fix remote files sources error handling by `@davelopez `_ in `#18027 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/job_execution/HISTORY.rst b/packages/job_execution/HISTORY.rst index a68671f91620..4d9701aa47dc 100644 --- a/packages/job_execution/HISTORY.rst +++ b/packages/job_execution/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/job_metrics/HISTORY.rst b/packages/job_metrics/HISTORY.rst index 8b14f1cd30c2..9a63ddeacd63 100644 --- a/packages/job_metrics/HISTORY.rst +++ b/packages/job_metrics/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/navigation/HISTORY.rst b/packages/navigation/HISTORY.rst index 4836dac1de18..f01773dfd4ca 100644 --- a/packages/navigation/HISTORY.rst +++ b/packages/navigation/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/objectstore/HISTORY.rst b/packages/objectstore/HISTORY.rst index b73c0d12d10c..77ec31864f1e 100644 --- a/packages/objectstore/HISTORY.rst +++ b/packages/objectstore/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/schema/HISTORY.rst b/packages/schema/HISTORY.rst index 7bf33f7d85ee..e9f07f7f1852 100644 --- a/packages/schema/HISTORY.rst +++ b/packages/schema/HISTORY.rst @@ -9,6 +9,18 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix tag regex pattern by `@jdavcs `_ in `#18025 `_ +* Fix History Dataset Association creation so that hid is always set by `@mvdbeek `_ in `#18036 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/selenium/HISTORY.rst b/packages/selenium/HISTORY.rst index cce3cabfbe27..01fb8d0ce50b 100644 --- a/packages/selenium/HISTORY.rst +++ b/packages/selenium/HISTORY.rst @@ -9,6 +9,17 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Set from_tool_form: true when saving new workflow by `@mvdbeek `_ in `#17972 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/test_api/HISTORY.rst b/packages/test_api/HISTORY.rst index 1164102d2215..08cd21ca48fc 100644 --- a/packages/test_api/HISTORY.rst +++ b/packages/test_api/HISTORY.rst @@ -9,6 +9,26 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix tool version switch in editor by `@mvdbeek `_ in `#17858 `_ +* Fix workflow run form failing on certain histories by `@mvdbeek `_ in `#17869 `_ +* Always serialize element_count and populated when listing contents by `@mvdbeek `_ in `#17890 `_ +* Make `wait_for_history_jobs` look at jobs, not datasets by `@mvdbeek `_ in `#17892 `_ +* Fix missing implicit conversion for mapped over jobs by `@mvdbeek `_ in `#17952 `_ +* Fix get_content_as_text for compressed text datatypes by `@mvdbeek `_ in `#17976 `_ +* Raise appropriate exception if user forces a collection that is not populated with elements as input by `@mvdbeek `_ in `#18023 `_ +* Fix ``test_get_tags_histories_content`` test by `@mvdbeek `_ in `#18026 `_ +* Ensure that offset and limit are never negative by `@mvdbeek `_ in `#18044 `_ +* Fix history update time after bulk operation by `@davelopez `_ in `#18068 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/test_base/HISTORY.rst b/packages/test_base/HISTORY.rst index 44d30c21dda1..db94e7511d8a 100644 --- a/packages/test_base/HISTORY.rst +++ b/packages/test_base/HISTORY.rst @@ -9,6 +9,18 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Make `wait_for_history_jobs` look at jobs, not datasets by `@mvdbeek `_ in `#17892 `_ +* Fix missing implicit conversion for mapped over jobs by `@mvdbeek `_ in `#17952 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/test_driver/HISTORY.rst b/packages/test_driver/HISTORY.rst index eebf23f710a2..026b900326ba 100644 --- a/packages/test_driver/HISTORY.rst +++ b/packages/test_driver/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/tool_shed/HISTORY.rst b/packages/tool_shed/HISTORY.rst index 300f314323c5..2c50e0a7b995 100644 --- a/packages/tool_shed/HISTORY.rst +++ b/packages/tool_shed/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/tool_util/HISTORY.rst b/packages/tool_util/HISTORY.rst index 1d19121d7add..b2810d4dc670 100644 --- a/packages/tool_util/HISTORY.rst +++ b/packages/tool_util/HISTORY.rst @@ -9,6 +9,17 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix conditional Image imports by `@mvdbeek `_ in `#17899 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/tours/HISTORY.rst b/packages/tours/HISTORY.rst index 6c4fa0d6913a..79c745f4db7d 100644 --- a/packages/tours/HISTORY.rst +++ b/packages/tours/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/util/HISTORY.rst b/packages/util/HISTORY.rst index 276bf75124ff..a60d62fb862b 100644 --- a/packages/util/HISTORY.rst +++ b/packages/util/HISTORY.rst @@ -9,6 +9,17 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix conditional Image imports by `@mvdbeek `_ in `#17899 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/web_apps/HISTORY.rst b/packages/web_apps/HISTORY.rst index 391e1a61d7d4..a387021caf97 100644 --- a/packages/web_apps/HISTORY.rst +++ b/packages/web_apps/HISTORY.rst @@ -9,6 +9,26 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix tool version switch in editor by `@mvdbeek `_ in `#17858 `_ +* Fix workflow run form failing on certain histories by `@mvdbeek `_ in `#17869 `_ +* Ensure that offset and limit are never negative by `@mvdbeek `_ in `#18044 `_ +* Fix history update time after bulk operation by `@davelopez `_ in `#18068 `_ + +============ +Enhancements +============ + +* Add middleware for logging start and end of request by `@mvdbeek `_ in `#18046 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/web_framework/HISTORY.rst b/packages/web_framework/HISTORY.rst index 002e7d209cee..552fa9101392 100644 --- a/packages/web_framework/HISTORY.rst +++ b/packages/web_framework/HISTORY.rst @@ -9,6 +9,17 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + + +========= +Bug fixes +========= + +* Fix KeyError in ``XForwardedHostMiddleware`` by `@nsoranzo `_ in `#17955 `_ + ------------------- 24.0.0 (2024-04-02) ------------------- diff --git a/packages/web_stack/HISTORY.rst b/packages/web_stack/HISTORY.rst index 93afd4af48fb..9de4669582f1 100644 --- a/packages/web_stack/HISTORY.rst +++ b/packages/web_stack/HISTORY.rst @@ -9,6 +9,12 @@ History +------------------- +24.0.1 (2024-05-02) +------------------- + +No recorded changes since last release + ------------------- 24.0.0 (2024-04-02) -------------------