Skip to content

Commit 28e2a0d

Browse files
committed
Updated release notes for 2.0.1 and porting of 1.7.3
1 parent b5e56ab commit 28e2a0d

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

doc/source/release_notes/release_notes_1.7.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.. SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC
22
.. SPDX-License-Identifier: Apache-2.0
33
4+
Release 1.7.3
5+
-------------
6+
7+
Same as 1.7.1 release. Dome to mantain the same version number as decisionengine_modules.
8+
49
Release 1.7.2
510
-------------
611

doc/source/release_notes/release_notes_2.0.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,71 @@
11
.. SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC
22
.. SPDX-License-Identifier: Apache-2.0
33
4+
Release 2.0.1
5+
-------------
6+
7+
Patch level (bug fix) release.
8+
9+
10+
Issues fixed in this release
11+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
13+
Bugs fixed
14+
15+
- `DE 639 <https://github.com/HEPCloud/decisionengine/issues/639>`_: de-client --status stalls whenever channels are not yet in STEADY state
16+
- `DE 638 <https://github.com/HEPCloud/decisionengine/issues/638>`_: Sources should go offline if the client channel offline
17+
- `DE 634 <https://github.com/HEPCloud/decisionengine/issues/634>`_: de-client --stop-channel / --start-channel doesn't work in 2.0rc2
18+
- `DE 626 <https://github.com/HEPCloud/decisionengine/issues/626>`_: New DE 2.0rc2 regularly takes 2-3 minutes to shut down
19+
- `DE 599 <https://github.com/HEPCloud/decisionengine/issues/599>`_: Clarify timeout variable in block_while()
20+
- `DE 522 <https://github.com/HEPCloud/decisionengine/issues/522>`_: Decision engine log files get split between several different processes with several different versions open
21+
- `DE 236 <https://github.com/HEPCloud/decisionengine/issues/236>`_: New race condition in de-client
22+
23+
Enhancements:
24+
25+
- `DE 650 <https://github.com/HEPCloud/decisionengine/issues/650>`_: Added separate log files for Sources
26+
27+
28+
Full list of commits since version 2.0.0
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
`b5e56ab8 <https://github.com/HEPCloud/decisionengine/commit/b5e56ab8701266e890fed6e9ca4baff49c131c86>`_: Remove signal handler.
32+
33+
`0fb6814b <https://github.com/HEPCloud/decisionengine/commit/0fb6814b8e26c1249fe80f1b3df19f76f1b2ddf1>`_: Prevent blocking (if possible) during service actions.
34+
35+
`bb68fc31 <https://github.com/HEPCloud/decisionengine/commit/bb68fc311d8a35e3ebccecfff5148ba5396b5557>`_: Add logging handler to client-message receiver.
36+
37+
`53fefbc5 <https://github.com/HEPCloud/decisionengine/commit/53fefbc5adce62c0d70b3c8e0154d1ff27fa3650>`_: Update kombu version.
38+
39+
`009cdd95 <https://github.com/HEPCloud/decisionengine/commit/009cdd95108719f9b19f6bc6f4d8941f59478a1b>`_: Use kombu queues for server/client communication.
40+
41+
`29a1ee25 <https://github.com/HEPCloud/decisionengine/commit/29a1ee25c8b71d73a029f7b2e13e19b8fca061dd>`_: add distinct logging for sources
42+
43+
`e44e9210 <https://github.com/HEPCloud/decisionengine/commit/e44e9210059ffa28215e57c120c61418c9b2b4e9>`_: Update GitHub actions; pylint workaround.
44+
45+
`d192f8fb <https://github.com/HEPCloud/decisionengine/commit/d192f8fb19810bd9ff7f2fdb60effcb42e8a5927>`_: Lock typing_extensions for Python 3.6 compat
46+
47+
`2b946043 <https://github.com/HEPCloud/decisionengine/commit/2b9460433338c9245ae9dbc065584f8cc36c3679>`_: Fix pre-commit node version to 17.9.0, the last to support SL7.
48+
49+
`76f3ddfb <https://github.com/HEPCloud/decisionengine/commit/76f3ddfb8060f0f21dba80fc595ea668c130d7e3>`_: lock pyupgrade to python3.6 support
50+
51+
`c9c7cb3e <https://github.com/HEPCloud/decisionengine/commit/c9c7cb3ec3533873a431303a85282424203bbb48>`_: Include psutil as part of runtime requirements.
52+
53+
`df8a3941 <https://github.com/HEPCloud/decisionengine/commit/df8a394181c98c35189aca885b5471ae86b99bf0>`_: Make sure to kill worker process.
54+
55+
`69924d0c <https://github.com/HEPCloud/decisionengine/commit/69924d0c1dbc6c863c691bfee576396c9fadef63>`_: Do not block de-client calls during startup.
56+
57+
`ddb18d7c <https://github.com/HEPCloud/decisionengine/commit/ddb18d7cc1004742a4b41ef347f04c171dc50afe>`_: Minor cleanups.
58+
59+
`f4dc7da7 <https://github.com/HEPCloud/decisionengine/commit/f4dc7da7ed9c1162a352bd7f50260252528b5deb>`_: Do not take source offline more than once during detach.
60+
61+
`cbffa992 <https://github.com/HEPCloud/decisionengine/commit/cbffa992f59c666540c6b19b2443acbfcdf02f07>`_: Update Docker entrypoint script for DE 2.0 branch
62+
63+
`e10fe5af <https://github.com/HEPCloud/decisionengine/commit/e10fe5afbb72d3c96fc83da9a6d889ebdbac4dd9>`_: Fixed cross-package link in the documentation
64+
65+
`9da1eac8 <https://github.com/HEPCloud/decisionengine/commit/9da1eac86efa2f8f6519ad3faca19e2f518d737a>`_: Added cross-package link in the documentation
66+
67+
`d278726b <https://github.com/HEPCloud/decisionengine/commit/d278726b1747385d42ad4e8264223376fa488ce8>`_: Updated 2.0 release notes and indexes, ready for 2.0.0
68+
469

570
Release 2.0.0
671
-------------

0 commit comments

Comments
 (0)