Skip to content

Releases: galaxyproject/galaxy

v24.0.1

02 May 10:28
592cf1e
Compare
Choose a tag to compare

What's Changed

  • [24.0] Fix hasOwner function for histories in client by @ahmedhamidawan in #17886
  • [23.2] Added 4dn_pairs and 4dn_pairsam datatypes by @SaimMomin12 in #17875
  • [24.0] Always serialize element_count and populated when listing contents by @mvdbeek in #17890
  • [24.0] Fix release notes by @jdavcs in #17894
  • [24.0] Make wait_for_history_jobs look at jobs, not datasets by @mvdbeek in #17892
  • [24.0] Fix deadlock that can occur when changing job state by @mvdbeek in #17896
  • [24.0] Fix search and version menu in docs by @nsoranzo in #17898
  • [24.0] Fix conditional Image imports by @mvdbeek in #17899
  • [24.0] Fix workflow run form failing on certain histories by @mvdbeek in #17869
  • [23.2] Fix saving workflows with freehand_comments only by @mvdbeek in #17901
  • [24.0] do not show copy button when editing by @martenson in #17895
  • [24.0] Do not save workflow on Run without user confirmation by @ahmedhamidawan in #17907
  • [24.0] Rebuild config samples by @davelopez in #17911
  • [24.0] Fix lost reports when switching workflow versions by @mvdbeek in #17904
  • [24.0] Make sure step removal also resets mapOver state by @mvdbeek in #17915
  • [23.2] Adjust update_cwl_conformance_tests.sh for removed branch by @mvdbeek in #17916
  • [24.0] Adjust release notes to use the same language as interface by @martenson in #17919
  • [24.0] Fix saving user preferences crashes tab by @ElectronicBlueberry in #17917
  • [24.0] Always discard session after __handle_waiting_jobs is done by @mvdbeek in #17913
  • [24.0] Fix workflow run form for workflows with null rename PJA by @mvdbeek in #17929
  • [24.0] Fix tool form building if select filters from unavailable dataset metadata by @mvdbeek in #17930
  • [24.0] Fix InvalidRequestError: Can't operate on closed transaction inside context manager. Please complete the context manager before emitting further commands. by @mvdbeek in #17932
  • [24.0] Never fail dataset serialization if display_peek fails by @mvdbeek in #17937
  • [24.0] Drop left-over debug statement by @mvdbeek in #17939
  • [23.0] Fix output datatype when uncompressing a dataset with incorrect datatype by @nsoranzo in #17944
  • [24.0] Fix tool version switch in editor by @mvdbeek in #17858
  • [23.2] Fix missing implicit conversion for mapped over jobs by @mvdbeek in #17952
  • [23.0] Fix KeyError in XForwardedHostMiddleware by @nsoranzo in #17955
  • [24.0] Revert unnecessary error change by @mvdbeek in #17948
  • [24.0] Fix notification display time by @davelopez in #17965
  • [23.2] Fix message input type for notifications in admin panel by @davelopez in #17966
  • [23.2] Set from_tool_form: true when saving new workflow by @mvdbeek in #17972
  • [24.0] Update _thanks.rst in the User Release Notes to include new socials and remove inactive ones by @natwhitaker in #17971
  • [24.0] Show dataset image in workflow_outputs display listing. by @dannon in #17964
  • [24.0] Fix filtering workflow outputs by type in markdown directives by @davelopez in #17977
  • [24.0] Fix get_content_as_text for compressed text datatypes by @mvdbeek in #17976
  • [24.0] History import - show user feedback on completion. by @dannon in #17980
  • [24.0] Backport: Fix bug: call unique() on result, not select stmt by @jdavcs in #17981
  • [24.0] Fix LengthValidator if no value passed by @mvdbeek in #17983
  • [24.0] Raise RequestParameterInvalidException if collection element has unknown extension by @mvdbeek in #17985
  • [24.0] Use or copy StoredWorkflow when copying step by @mvdbeek in #17988
  • [23.2] Don't attempt to commit in dry_run mode by @mvdbeek in #17987
  • [23.2] Invenio plugin fixes by @davelopez in #17997
  • [24.0] Update prebuilt client by @dannon in #18000
  • [24.0] Preserve surrounding whitespace when localizing complex nodes by @dannon in #18005
  • [24.0] Use the new column-select component in FormData for multiple select by @ahmedhamidawan in #17990
  • [24.0] Don't fail if reporting invalid parameter values by @mvdbeek in #18002
  • [24.0] Raise MessageException when report references invalid workflow output by @mvdbeek in #18009
  • [24.0] Include exception info when something goes wrong while refreshing tokens by @mvdbeek in #18008
  • [24.0] Reduce notifications polling frequency by @davelopez in #18010
  • [24.0] Avoid exception when opening apply rules tool and no collection in history by @mvdbeek in #18011
  • [24.0] Don't commit without having set a hid by @mvdbeek in #18014
  • [24.0] Add a link to histories list in history import message for situations… by @dannon in #18021
  • [24.0] Fix test_get_tags_histories_content test by @mvdbeek in #18026
  • [24.0] Fix tag regex pattern by @jdavcs in #18025
  • [24.0] Backport colabfold tar file datatype by @mvdbeek in #18029
  • [24.0] Fix remote files sources error handling by @davelopez in #18027
  • [24.0] Raise appropriate exception if user forces a collection that is not populated with elements as input by @mvdbeek in #18023
  • [24.0] Change wrong quota_source value from KeyError to ValueError by @mvdbeek in #18040
  • [24.0] Fix History Dataset Association creation so that hid is always set by @mvdbeek in #18036
  • [24.0] Ensure that offset and limit are never negative by @mvdbeek in #18044
  • [24.0] clarify the object store relocate functionality by @martenson in #18033
  • [24.0] Add middleware for logging start and end of request by @mvdbeek in #18046
  • [23.2] Updated the datatypes name for FASTK tool by @SaimMomin12 in #18053
  • [24.0] Fix comments lost on import by @ElectronicBlueberry in #18060
  • [24.0] Fix history export with missing dataset hids by @davelopez in #18052
  • [24.0] Check database connection to issue a rollback if no connection by @jdavcs in #18070
  • [24.0] Fix history update time after bulk operation by @davelopez in #18068

New Contributors

Full Changelog: v24.0.0...v24.0.1

v24.0.0

02 Apr 23:25
Compare
Choose a tag to compare

For a list of curated highlights see the release announcement at https://docs.galaxyproject.org/en/latest/releases/24.0_announce_user.html

What's Changed

Read more

v.23.2.1

22 Feb 03:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.2...v23.2.1

v23.2.0

12 Feb 19:12
Compare
Choose a tag to compare

Release notes

Galaxy 23.2.0 was released on 30th of January 2024

user highlight release notes
full release notes

What's Changed

list of all merged PRs
Read more

v23.1.4

04 Jan 15:16
5dccc48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.1.3...v23.1.4

v23.1.3

01 Dec 10:58
d7cc988
Compare
Choose a tag to compare

What's Changed

  • [23.1] Allow re-click of display with force reloading if already on the route. by @dannon in #17111
  • [23.1] Add missing optional description field, fixes ephemeris data library example by @mvdbeek in #17116

Full Changelog: v23.1.2...v23.1.3

v23.1.2

29 Nov 18:22
3642185
Compare
Choose a tag to compare

What's Changed

  • [23.1] Fix History item deletion/undeletion reactivity with filter and ToolForm input field by @ahmedhamidawan in #16889
  • [23.1] Fix unbound runner variable when there is an error in the job config by @mvdbeek in #16906
  • [23.1] Provide error message instead of internal server error by @mvdbeek in #16905
  • [23.1] Fix missing grep input in sort1 tool by @mvdbeek in #16910
  • [23.1] Improve invocation error reporting by @mvdbeek in #16917
  • [23.1] Fix library import from path linking files by @davelopez in #16919
  • [23.1] Test link data with extended metadata by @mvdbeek in #16921
  • [23.1] Skip change_datatype things if we're not actually changing the extension by @mvdbeek in #16931
  • [23.1] Skip state filtering in __MERGE_COLLECTION__ tool by @mvdbeek in #16937
  • [23.1] Add execute back to published workflows list by @dannon in #16934
  • [23.1] Include owner's annotation when exporting workflow by @dannon in #16930
  • [23.1] Fix discarded dataset ordering in Storage Dashboard by @davelopez in #16929
  • [23.1] Backport Fix select parameter doesn't show parameter name in UI by @mvdbeek in #16943
  • [23.1] Adds biii as supported xref reference type by @kostrykin in #16952
  • [23.1] Prevent Singular external auth users from disconnecting identity by @ahmedhamidawan in #16961
  • [23.1] Workaround issue in Routes by @nsoranzo in #16981
  • [23.1] Backport Fix maf_thread_for_species.py by @mvdbeek in #16989
  • [23.1] Empty page render fix - backport by @dannon in #16992
  • [23.1] Client publication by @dannon in #16999
  • [23.1] Don't store job in JobIO instance attributes by @mvdbeek in #16965
  • [23.1] Fix copying metadata to copied job outputs by @mvdbeek in #17007
  • [23.1] Update tar_to_directory dependency by @mvdbeek in #17009
  • [23.0] Upgrade minimum conda to be compatible with latest conda-build by @bernt-matthias in #17013
  • [23.1] Change log level for duplicate data table entries to warning by @mvdbeek in #16988
  • [23.1] Fix duplicated tools in tool panel view section copying by @jmchilton in #17036
  • [23.1] Fix filtering of active broadcasts for admins by @davelopez in #17049
  • [23.1] Prevent workflow submission with missing input values by @mvdbeek in #17048
  • [23.0] Fix extra files collection if using store_by="id" and outputs_to_working_directory by @mvdbeek in #17067
  • [23.1] Remove rollback from __check_jobs_at_startup by @mvdbeek in #17085
  • [23.1] Assert that DatasetCollectioElement has an associated object by @mvdbeek in #17071
  • [23.1] Fix input dates in notifications: consider timezone offset by @davelopez in #17088
  • [23.1] Add HEAD route to job_files endpoint by @mvdbeek in #17072
  • [23.1] Add support for larch datatypes by @patrick-austin in #17080
  • [23.1] Allow relative URLs in broadcasts action links by @davelopez in #17093
  • [23.1] Implement missing upload for S3 file sources by @davelopez in #17100
  • [23.1] Fix web_apps dependencies by @mvdbeek in #17099
  • [23.1] Ensure that plugin build hash actually has a git hash to compare with… by @dannon in #17104
  • [23.1] Set correct tool_path for packaged galaxy by @mvdbeek in #17102

New Contributors

Full Changelog: v23.1.1...v23.1.2

v23.1.1

23 Oct 19:37
e77b17d
Compare
Choose a tag to compare

What's Changed

Read more

v23.0.6

23 Oct 16:06
bce8be2
Compare
Choose a tag to compare

What's Changed

  • [23.0] Fix upload paramfile handling (for real user setups) by @bernt-matthias in #16504
  • [22.01] Fix up tox.ini by @mvdbeek in #16567
  • [23.0] Add missing unit-coverage environment by @mvdbeek in #16570
  • [23.0] Fix dataset collection url in workflow reports by @mvdbeek in #16571
  • [23.0] Make sure job_wrapper uses a consistent metadata strategy by @mvdbeek in #16569
  • [23.0] Fix incorrect ASGI request host by @davelopez in #16574
  • [22.01] Fix incorrect ASGI request host by @davelopez in #16575
  • [23.0] Fix conditional step evaluation with datasets in repeats by @mvdbeek in #16584
  • [23.0] Don't read request body into memory by @mvdbeek in #16585
  • [23.0] Fix extra files path handling by @mvdbeek in #16541
  • [23.0] Fixes for extra files handling and cached object stores by @mvdbeek in #16595
  • [22.01] Passing Identifier for div to Write the Chart Panel to by @assuntad23 in #16598
  • [23.0] Allow the legacy DELETE dataset endpoint to accept any string for the history_id by @assuntad23 in #16593
  • [23.0] Don't fail invocation message without dependent_workflow_step_id by @mvdbeek in #16628
  • [23.0] Lazy load tool data tables in celery worker by @mvdbeek in #16640
  • [23.0] Force __DUPLICATE_FILE_TO_COLLECTION__ 'size' param to integer by @simonbray in #16659
  • [22.05] Switch to upstream setup-chromedriver action by @mvdbeek in #16669
  • [23.0] Update pulsar client library to 0.15.5 by @mvdbeek in #16701
  • [23.0] Fix RE for new version scheme in doc/source/conf.versioning.py by @mvdbeek in #16765
  • [23.0] Show MessageException in invocation UI by @mvdbeek in #16772
  • [23.0] Fix create/install commands for conda 23.9.0 by @nsoranzo in #16831

Full Changelog: v23.0.5...v23.0.6

v23.1.0

12 Feb 19:27
Compare
Choose a tag to compare

Release notes

Galaxy 23.1.0 was released on 25th of September 2023

user highlight release notes
full release notes

What's Changed

list of all merged PRs
Read more