diff --git a/packages/app/HISTORY.rst b/packages/app/HISTORY.rst index 2a714cd15f98..65f4cc0e6c44 100644 --- a/packages/app/HISTORY.rst +++ b/packages/app/HISTORY.rst @@ -3,11 +3,35 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + + + +------------------- +23.0.6 (2023-10-23) +------------------- + + +========= +Bug fixes +========= + +* Fix upload paramfile handling (for real user setups) by `@bernt-matthias `_ in `#16504 `_ +* Fix extra files path handling by `@mvdbeek `_ in `#16541 `_ +* Make sure job_wrapper uses a consistent metadata strategy by `@mvdbeek `_ in `#16569 `_ +* Fix conditional step evaluation with datasets in repeats by `@mvdbeek `_ in `#16584 `_ +* Don't read request body into memory by `@mvdbeek `_ in `#16585 `_ +* Fixes for extra files handling and cached object stores by `@mvdbeek `_ in `#16595 `_ +* Lazy load tool data tables in celery worker by `@mvdbeek `_ in `#16640 `_ +* Force `__DUPLICATE_FILE_TO_COLLECTION__` 'size' param to integer by `@simonbray `_ in `#16659 `_ +============ +Enhancements +============ +* Update pulsar client library to 0.15.5 by `@mvdbeek `_ in `#16701 `_ ------------------- 23.0.5 (2023-07-29) @@ -31,6 +55,7 @@ Bug fixes Bug fixes ========= +* * Fix default when statement evaluation by `@mvdbeek `_ in `#16332 `_ * Redact private role name and description when purging user by `@mvdbeek `_ in `#16349 `_ @@ -43,6 +68,7 @@ Bug fixes Bug fixes ========= +* * * Bump galaxy-release-util version to 0.1.2 by `@mvdbeek `_ in `#16241 `_ @@ -67,6 +93,7 @@ Other changes Bug fixes ========= +* * * * Fix ``Text File Busy`` errors at the source by `@mvdbeek `_ in `#16212 `_ @@ -75,6 +102,7 @@ Bug fixes Enhancements ============ +* * * * Point release deps fixes and docs by `@mvdbeek `_ in `#16214 `_ @@ -92,6 +120,7 @@ Bug fixes * * * +* * Display DCE in job parameter component, allow rerunning with DCE input by `@mvdbeek `_ in `#15744 `_ * Fix mixed outputs_to_working_directory pulsar destinations by `@mvdbeek `_ in `#15927 `_ * Update Gravity to 1.0.3 by `@natefoo `_ in `#15939 `_ @@ -115,6 +144,7 @@ Bug fixes Other changes ============= +* * * * Startup fix when tool removed between reboot by `@mvdbeek `_ in `#16175 `_ diff --git a/packages/auth/HISTORY.rst b/packages/auth/HISTORY.rst index 62529a75cd6b..98b94ee2ca7a 100644 --- a/packages/auth/HISTORY.rst +++ b/packages/auth/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/config/HISTORY.rst b/packages/config/HISTORY.rst index bb97bdba7735..62af2924f905 100644 --- a/packages/config/HISTORY.rst +++ b/packages/config/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- @@ -47,6 +53,7 @@ No recorded changes since last release Bug fixes ========= +* * Change default watchdog inotify_buffer log level to info by `@mvdbeek `_ in `#15967 `_ ============ diff --git a/packages/data/HISTORY.rst b/packages/data/HISTORY.rst index 35674dd9f62d..679bc14b9bd5 100644 --- a/packages/data/HISTORY.rst +++ b/packages/data/HISTORY.rst @@ -3,11 +3,23 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + +------------------- +23.0.6 (2023-10-23) +------------------- + + +========= +Bug fixes +========= + +* Fix extra files path handling by `@mvdbeek `_ in `#16541 `_ +* Don't fail invocation message without dependent_workflow_step_id by `@mvdbeek `_ in `#16628 `_ ------------------- 23.0.5 (2023-07-29) @@ -47,6 +59,7 @@ No recorded changes since last release Bug fixes ========= +* * Display DCE in job parameter component, allow rerunning with DCE input by `@mvdbeek `_ in `#15744 `_ * Fix folder listing via file browser by `@mvdbeek `_ in `#15950 `_ * Fix RO-crate invocation export with complex collections by `@davelopez `_ in `#15971 `_ diff --git a/packages/files/HISTORY.rst b/packages/files/HISTORY.rst index 175e1920087a..0ea8a36a4dd8 100644 --- a/packages/files/HISTORY.rst +++ b/packages/files/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/job_execution/HISTORY.rst b/packages/job_execution/HISTORY.rst index 62529a75cd6b..1f5d1f27002c 100644 --- a/packages/job_execution/HISTORY.rst +++ b/packages/job_execution/HISTORY.rst @@ -3,11 +3,24 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + + + +------------------- +23.0.6 (2023-10-23) +------------------- + +========= +Bug fixes +========= +* Fix extra files path handling by `@mvdbeek `_ in `#16541 `_ +* Make sure job_wrapper uses a consistent metadata strategy by `@mvdbeek `_ in `#16569 `_ +* Fixes for extra files handling and cached object stores by `@mvdbeek `_ in `#16595 `_ ------------------- 23.0.5 (2023-07-29) diff --git a/packages/job_metrics/HISTORY.rst b/packages/job_metrics/HISTORY.rst index 5243f381158a..464d80a31e52 100644 --- a/packages/job_metrics/HISTORY.rst +++ b/packages/job_metrics/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/navigation/HISTORY.rst b/packages/navigation/HISTORY.rst index 844572034cb6..4e8f720f2bf3 100644 --- a/packages/navigation/HISTORY.rst +++ b/packages/navigation/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/objectstore/HISTORY.rst b/packages/objectstore/HISTORY.rst index 3cacd560139d..0e324f7a81b9 100644 --- a/packages/objectstore/HISTORY.rst +++ b/packages/objectstore/HISTORY.rst @@ -3,11 +3,23 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + + + +------------------- +23.0.6 (2023-10-23) +------------------- + +========= +Bug fixes +========= +* Fix extra files path handling by `@mvdbeek `_ in `#16541 `_ +* Fixes for extra files handling and cached object stores by `@mvdbeek `_ in `#16595 `_ ------------------- 23.0.5 (2023-07-29) diff --git a/packages/selenium/HISTORY.rst b/packages/selenium/HISTORY.rst index f5e2d318f5c7..348299577f68 100644 --- a/packages/selenium/HISTORY.rst +++ b/packages/selenium/HISTORY.rst @@ -3,11 +3,17 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + + +------------------- +23.0.6 (2023-10-23) +------------------- +No recorded changes since last release ------------------- 23.0.5 (2023-07-29) @@ -50,6 +56,7 @@ Enhancements * * * +* * Add support for launching workflows via Tutorial Mode by `@hexylena `_ in `#15684 `_ ------------------- diff --git a/packages/test_api/HISTORY.rst b/packages/test_api/HISTORY.rst index eb92368a090a..fb84e6c7ceea 100644 --- a/packages/test_api/HISTORY.rst +++ b/packages/test_api/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/test_base/HISTORY.rst b/packages/test_base/HISTORY.rst index d22a5dbb4963..779fbd8e4520 100644 --- a/packages/test_base/HISTORY.rst +++ b/packages/test_base/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/test_driver/HISTORY.rst b/packages/test_driver/HISTORY.rst index 62529a75cd6b..98b94ee2ca7a 100644 --- a/packages/test_driver/HISTORY.rst +++ b/packages/test_driver/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/tool_util/HISTORY.rst b/packages/tool_util/HISTORY.rst index 1da163beee73..07fe672acf88 100644 --- a/packages/tool_util/HISTORY.rst +++ b/packages/tool_util/HISTORY.rst @@ -3,12 +3,24 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + + +========= +Bug fixes +========= + +* Fixes for extra files handling and cached object stores by `@mvdbeek `_ in `#16595 `_ +* Fix create/install commands for conda 23.9.0 by `@nsoranzo `_ in `#16831 `_ + ------------------- 23.0.5 (2023-07-29) ------------------- @@ -38,6 +50,7 @@ No recorded changes since last release Bug fixes ========= +* * xsd: add missing `sep` attribute for `has_n_columns` by `@bernt-matthias `_ in `#16262 `_ * Missing init prevents models.py being bundled into tool_util by `@nuwang `_ in `#16308 `_ @@ -56,6 +69,7 @@ Enhancements Bug fixes ========= +* * * * Don't fail CWL tool parsing when Cheetah not installed by `@mvdbeek `_ in `#16219 `_ @@ -73,6 +87,7 @@ Bug fixes * * * +* * Fix assertion linting to not fail on byte suffixes by `@bernt-matthias `_ in `#15873 `_ * Fix ``get_test_from_anaconda()`` and ``base_image_for_targets()`` functions by `@nsoranzo `_ in `#16125 `_ * Fix test search for mulled container hashes by `@mvdbeek `_ in `#16170 `_ @@ -81,6 +96,7 @@ Bug fixes Enhancements ============ +* * * * Allow setting auto_decompress property in staging interface by `@mvdbeek `_ in `#16014 `_ diff --git a/packages/tours/HISTORY.rst b/packages/tours/HISTORY.rst index 844572034cb6..4e8f720f2bf3 100644 --- a/packages/tours/HISTORY.rst +++ b/packages/tours/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/util/HISTORY.rst b/packages/util/HISTORY.rst index 2dc4e2fb4ba8..06157073e447 100644 --- a/packages/util/HISTORY.rst +++ b/packages/util/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) ------------------- diff --git a/packages/web_apps/HISTORY.rst b/packages/web_apps/HISTORY.rst index 9bcebd9728e0..cbdc9a8098d4 100644 --- a/packages/web_apps/HISTORY.rst +++ b/packages/web_apps/HISTORY.rst @@ -3,11 +3,23 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + + + +------------------- +23.0.6 (2023-10-23) +------------------- +========= +Bug fixes +========= + +* Fix incorrect ASGI request host by `@davelopez `_ in `#16574 `_ +* Allow the legacy DELETE dataset endpoint to accept any string for the history_id by `@assuntad23 `_ in `#16593 `_ ------------------- 23.0.5 (2023-07-29) @@ -29,6 +41,7 @@ Bug fixes Bug fixes ========= +* * Fix folder access for anonymous user by `@mvdbeek `_ in `#16330 `_ ------------------- @@ -40,6 +53,7 @@ Bug fixes Bug fixes ========= +* * * Fix converting Enum value to str for Python 3.11 by `@nsoranzo `_ in `#16284 `_ @@ -64,6 +78,7 @@ No recorded changes since last release Bug fixes ========= +* * * * Display DCE in job parameter component, allow rerunning with DCE input by `@mvdbeek `_ in `#15744 `_ diff --git a/packages/web_framework/HISTORY.rst b/packages/web_framework/HISTORY.rst index a41f9cdffa7c..02dcaa428e4e 100644 --- a/packages/web_framework/HISTORY.rst +++ b/packages/web_framework/HISTORY.rst @@ -3,11 +3,22 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- + +------------------- +23.0.6 (2023-10-23) +------------------- + + +========= +Bug fixes +========= + +* Don't read request body into memory by `@mvdbeek `_ in `#16585 `_ ------------------- 23.0.5 (2023-07-29) @@ -48,6 +59,7 @@ No recorded changes since last release Bug fixes ========= +* * Various fixes to path prefix handling by `@mvdbeek `_ in `#16033 `_ ------------------- diff --git a/packages/web_stack/HISTORY.rst b/packages/web_stack/HISTORY.rst index 27e387253be7..8e7d5f02ce7e 100644 --- a/packages/web_stack/HISTORY.rst +++ b/packages/web_stack/HISTORY.rst @@ -3,12 +3,18 @@ History .. to_doc -------- -23.1rc1 -------- +----------- +23.1.1.dev0 +----------- +------------------- +23.0.6 (2023-10-23) +------------------- + +No recorded changes since last release + ------------------- 23.0.5 (2023-07-29) -------------------