@@ -6,19 +6,34 @@ History
66.. to_doc
77
88---------------------
9- 0.15.0.dev1
9+ 0.15.2 (2023-05-02)
1010---------------------
11+ * Fix Pulsar and Pulsar client reconnection to AMQP server. `Pull Request 324 `_
12+ * Reduce verbosity of timeout exception catching. `Pull Request 325 `_
1113
12- * Updated Galaxy+Pulsar container.
14+ ---------------------
15+ 0.15.1 (2023-04-13)
16+ ---------------------
17+ * No changes, working around pypi isssue.
18+
19+ ---------------------
20+ 0.15.0 (2023-04-13)
21+ ---------------------
22+
23+ * Updated Galaxy+Pulsar container. `Pull Request 306 `_
1324* Rework container execution - generalize Kubernetes execution to allow it to work without a
14- message queue and to allow TES execution based on pydantic-tes (https://github.com/jmchilton/pydantic-tes).
15- * Add documentation and diagrams for container execution scenarios.
25+ message queue and to allow TES execution based on pydantic-tes (https://github.com/jmchilton/pydantic-tes). ` Pull Request 302 `_
26+ * Add documentation and diagrams for container execution scenarios. ` Pull Request 302 `_
1627* Rework integration tests to use pytest more aggressively.
1728* Fixes to CI to run more tests that weren't being executed because Tox was not sending
1829 environment variables through to pytest.
1930* Add option ``amqp_key_prefix `` to direct task queue naming while retaining simple
20- default manager names and such in container scheduling deployments.
21- * Various typing and CI fixes.
31+ default manager names and such in container scheduling deployments. `Pull Request 315 `_
32+ * Various typing and CI fixes. `Pull Request 312 `_, `Pull Request 319 `_
33+ * Fixes for extra_file handling. `Pull Request 318 `_
34+ * Separate tool_stdio and job_stdio handling. `Pull Request 318 `_
35+ * Re-import MEMORY_STATEMENT.sh from Galaxy. `Pull Request 297 `_
36+ * Add support for logging to sentry. `Pull Request 322 `_
2237
2338---------------------
24390.14.16 (2022-10-04)
@@ -451,6 +466,17 @@ History
451466
452467
453468.. github_links
469+
470+ .. _Pull Request 325 : https://github.com/galaxyproject/pulsar/pull/325
471+ .. _Pull Request 324 : https://github.com/galaxyproject/pulsar/pull/324
472+ .. _Pull Request 322 : https://github.com/galaxyproject/pulsar/pull/322
473+ .. _Pull Request 318 : https://github.com/galaxyproject/pulsar/pull/318
474+ .. _Pull Request 319 : https://github.com/galaxyproject/pulsar/pull/319
475+ .. _Pull Request 312 : https://github.com/galaxyproject/pulsar/pull/312
476+ .. _Pull Request 315 : https://github.com/galaxyproject/pulsar/pull/315
477+ .. _Pull Request 306 : https://github.com/galaxyproject/pulsar/pull/306
478+ .. _Pull Request 297 : https://github.com/galaxyproject/pulsar/pull/297
479+ .. _Pull Request 302 : https://github.com/galaxyproject/pulsar/pull/302
454480.. _Pull Request 303 : https://github.com/galaxyproject/pulsar/pull/303
455481.. _Pull Request 301 : https://github.com/galaxyproject/pulsar/pull/301
456482.. _Pull Request 299 : https://github.com/galaxyproject/pulsar/pull/299
0 commit comments