|
6 | 6 | .. to_doc |
7 | 7 |
|
8 | 8 | --------------------- |
9 | | -0.15.7.dev0 |
10 | | ---------------------- |
11 | | - |
| 9 | +0.15.7 (2025-03-13) |
| 10 | +--------------------- |
| 11 | +* Fix transfer of remote directories (thanks to `@mvdbeek`_). `Pull Request 385`_ |
| 12 | +* Add health check endpoint (thanks to `@nuwang`_). `Pull Request 382`_ |
| 13 | +* Prepare dirs from Galaxy, to properly recover resubmitted jobs (thanks to |
| 14 | + `@natefoo`_). `Pull Request 380`_ |
| 15 | +* Replace obsolete package types-pkg-resources with types-setuptools (thanks |
| 16 | + to `@nuwang`_). `Pull Request 383`_ |
| 17 | +* Drop nose (thanks to `@neoformit`_). `Pull Request 333`_ |
| 18 | +* Open tool file contents in `rb` (thanks to `@mvdbeek`_). `Pull Request 372`_ |
| 19 | +* Do not attempt to complete pre- or post-process if jobs are cancelled in the |
| 20 | + middle of either stage (thanks to `@natefoo`_). `Pull Request 365`_ |
| 21 | +* Update job_managers.rst (thanks to `@peterg1t`_). `Pull Request 360`_ |
| 22 | +* Send accept-encoding: identity to get correct content-length on head … |
| 23 | + (thanks to `@mvdbeek`_). `Pull Request 361`_ |
12 | 24 |
|
13 | 25 | --------------------- |
14 | 26 | 0.15.6 (2024-01-15) |
@@ -496,6 +508,15 @@ History |
496 | 508 |
|
497 | 509 |
|
498 | 510 | .. github_links |
| 511 | +.. _Pull Request 385: https://github.com/galaxyproject/pulsar/pull/385 |
| 512 | +.. _Pull Request 382: https://github.com/galaxyproject/pulsar/pull/382 |
| 513 | +.. _Pull Request 380: https://github.com/galaxyproject/pulsar/pull/380 |
| 514 | +.. _Pull Request 383: https://github.com/galaxyproject/pulsar/pull/383 |
| 515 | +.. _Pull Request 333: https://github.com/galaxyproject/pulsar/pull/333 |
| 516 | +.. _Pull Request 372: https://github.com/galaxyproject/pulsar/pull/372 |
| 517 | +.. _Pull Request 365: https://github.com/galaxyproject/pulsar/pull/365 |
| 518 | +.. _Pull Request 360: https://github.com/galaxyproject/pulsar/pull/360 |
| 519 | +.. _Pull Request 361: https://github.com/galaxyproject/pulsar/pull/361 |
499 | 520 |
|
500 | 521 | .. _Pull Request 351: https://github.com/galaxyproject/pulsar/pull/351 |
501 | 522 | .. _Pull Request 338: https://github.com/galaxyproject/pulsar/pull/338 |
@@ -651,3 +672,5 @@ History |
651 | 672 | .. _@nsoranzo: https://github.com/nsoranzo |
652 | 673 | .. _@SergeyYakubov: https://github.com/SergeyYakubov |
653 | 674 | .. _@cat-bro: https://github.com/cat-bro |
| 675 | +.. _@peterg1t: https://github.com/peterg1t |
| 676 | +.. _@neoformit: https://github.com/neoformit |
0 commit comments