-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[25.1] Release notes #21162
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
Merged
ahmedhamidawan
merged 17 commits into
galaxyproject:release_25.1
from
ahmedhamidawan:25.1_release_notes
Dec 12, 2025
Merged
[25.1] Release notes #21162
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8f05b4f
25.1 release notes
ahmedhamidawan 1c8ca9d
add latest PRs 10/23
ahmedhamidawan 24db10a
remove hugging face highlight, replace it with storage indicator one
ahmedhamidawan e639add
Add 25.1 to releases docs index page
ahmedhamidawan 77e2960
add youtube videos for release notes highlights
ahmedhamidawan 52141fa
fix link to admin notes in visualization highlight description
ahmedhamidawan fadd5e9
add latest PRs 10/27
ahmedhamidawan cdbf15b
add latest PRs 10/28
ahmedhamidawan 8aa86ab
add latest PRs 10/29
ahmedhamidawan b25a753
fix header underlines to comply with RST guidelines
ahmedhamidawan 678c551
add admin note for database migrations requiring servers to be stopped
ahmedhamidawan 66281c3
add latest PRs 11/20
ahmedhamidawan 26ee9d8
Move trackster removal to depreciation section
guerler 5f4f899
add links to GTN tutorials for Galaxy Reports deprecation
ahmedhamidawan 398108d
change release month to December
ahmedhamidawan 60049ff
add latest PRs 12/12
ahmedhamidawan 97bbd79
add latest PRs 12/12 round 2
ahmedhamidawan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,118 @@ | ||
|
|
||
| :orphan: | ||
| =========================================================== | ||
| 25.1 Galaxy Release (December 2025) | ||
| =========================================================== | ||
|
|
||
| .. include:: _header.rst | ||
|
|
||
| Please see the `25.1 user release notes <25.1_announce_user.html>`__ for a summary of new user features. | ||
| The `GitHub Release Notes <https://github.com/galaxyproject/galaxy/releases/tag/v25.1.0>`__ provide a comprehensive overview of all changes. | ||
|
|
||
| Get Galaxy | ||
| =========================================================== | ||
|
|
||
| The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it. | ||
|
|
||
| To get a new Galaxy repository run: | ||
| .. code-block:: shell | ||
|
|
||
| $ git clone -b release_25.1 https://github.com/galaxyproject/galaxy.git | ||
|
|
||
| To update an existing Galaxy repository run: | ||
| .. code-block:: shell | ||
|
|
||
| $ git fetch origin && git checkout release_25.1 && git pull --ff-only origin release_25.1 | ||
|
|
||
| See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations. | ||
|
|
||
|
|
||
| Admin Notes | ||
| =========================================================== | ||
|
|
||
| **Database Migrations will require stopping the Galaxy instance** | ||
| This release includes database migrations that require the Galaxy instance to be stopped | ||
| before applying the update. Please plan accordingly to minimize downtime for users. | ||
|
|
||
| Configuration Changes | ||
| =========================================================== | ||
|
|
||
|
|
||
| Added | ||
| ----- | ||
|
|
||
| The following configuration options are new | ||
|
|
||
| config/galaxy.yml.sample:galaxy | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| - mapping.tool_shed.mapping.allow_local_account_creation | ||
|
|
||
|
|
||
| Removed | ||
| ------- | ||
|
|
||
| The following configuration options have been completely removed | ||
|
|
||
| config/galaxy.yml.sample:galaxy | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| - mapping.tool_shed.mapping.allow_user_creation | ||
|
|
||
|
|
||
| Deprecation Notices | ||
| =========================================================== | ||
| 25.1 Galaxy Release | ||
|
|
||
| **Deprecation of the Trackster Visualization in Galaxy release 26.0** | ||
| The legacy Trackster genome browser visualization has been deprecated and | ||
| `will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/20974>`__. This includes | ||
| the removal of special handling for Trackster across tool execution, toolbox filtering, visualization | ||
| framework features, controller endpoints, client code, and other conditional logic. With the removal of | ||
| Trackster, the era of Mako-based visualizations served from controller endpoints ends. | ||
| Galaxy now provides the modern IGV (Integrative Genomics Viewer) as the primary genome browser | ||
| visualization, offering superior functionality and performance for genomic data exploration. | ||
|
|
||
| **Deprecation of Mako-based visualizations in Galaxy release 26.0** | ||
| With the removal of Trackster in 26.0, the remaining legacy Mako-based visualization framework | ||
| and controller endpoints are deprecated and | ||
| `will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/21133>`__. | ||
| Any remaining Mako-based visualizations should be migrated to the modern script-based visualization | ||
| plugin framework. Users and administrators are encouraged to transition to supported visualization | ||
| plugins to ensure continued functionality and access to new features. | ||
|
|
||
| **Deprecation of the Galaxy Reports application in Galaxy release 26.0** | ||
|
ahmedhamidawan marked this conversation as resolved.
|
||
| The standalone Galaxy Reports application, which provides administrative usage statistics and | ||
| analytics for Galaxy instances, is deprecated and will be removed in Galaxy 26.0. | ||
| The Reports app was a separate web application that connected to the Galaxy database to display | ||
| information about jobs, workflows, users, and system usage. Administrators currently using the | ||
| Reports app should plan to migrate to alternative monitoring and analytics solutions before | ||
| Galaxy 26.0 is released next year. The following GTN tutorials provide guidance on alternative | ||
| monitoring approaches: | ||
|
|
||
| * `Galaxy Monitoring with Telegraf and Grafana <https://training.galaxyproject.org/training-material/topics/admin/tutorials/monitoring/tutorial.html>`__ | ||
| * `Galaxy Monitoring with gxadmin <https://training.galaxyproject.org/training-material/topics/admin/tutorials/gxadmin/tutorial.html>`__ | ||
|
|
||
| Release Team | ||
| =========================================================== | ||
|
|
||
| Release manager: `Ahmed Awan <https://github.com/ahmedhamidawan>`__, `Aysam Guerler <https://github.com/guerler>`__ | ||
|
|
||
| Release testing: | ||
|
|
||
| * `Tyler Collins <https://github.com/tcollins2011>`__ | ||
| * `Arash Kadkhodaei <https://github.com/arash77>`__ | ||
| * `John Chilton <https://github.com/jmchilton>`__ | ||
| * `Keith Suderman <https://github.com/ksuderman>`__ | ||
| * `Aysam Guerler <https://github.com/guerler>`__ | ||
| * `Alireza Heidari <https://github.com/itisAliRH>`__ | ||
| * `Jennifer Hillman-Jackson <https://github.com/jennaj>`__ | ||
|
|
||
| Communications: | ||
|
|
||
| * `Natalie Whitaker-Allen <https://github.com/natalie-wa>`__ | ||
| * `Scott Cain <https://github.com/scottcain>`__ | ||
|
|
||
| A special thank you goes to everyone who helped test the new release after its deployment on usegalaxy.org. | ||
|
|
||
| ---- | ||
|
|
||
| .. include:: _thanks.rst | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.