Skip to content

Commit 1fbd1dd

Browse files
authored
Merge pull request #6603 from grondo/news-0.71
NEWS.md: Add release notes for v0.71.0
2 parents 11ad017 + 0c1089f commit 1fbd1dd

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

NEWS.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
flux-core version 0.71.0 - 2025-02-04
2+
-------------------------------------
3+
4+
## New Features
5+
* do not export `PYTHONPATH` by default in Flux commands (#6597)
6+
* python: support relative and absolute path-like targets in jobid URI
7+
resolver (#6562)
8+
* libflux: support ancestor paths as alternative to URI in `flux_open(3)`
9+
and `flux_open_ex(3)` (#6573)
10+
* broker: add year to log timestamps (#6574)
11+
* kvs: add transaction stats (#6556)
12+
* support `afterexcept` dependency scheme (#6566)
13+
* add `FLUX_ENCLOSING_ID` to initial program environment for instances
14+
with a `jobid` broker attribute (#6558)
15+
* add `flux --root` option (#6557)
16+
* shell: refactor output plugin and enable per-node/task output files
17+
(#6539)
18+
19+
## Fixes
20+
* fix housekeeping reconfiguration problem (#6598)
21+
* improve scalability of `flux overlay errors` (#6593)
22+
* shell: fix incorrect assignment of shell rank ids when broker ranks
23+
appear unordered in R (#6584)
24+
* job-exec: fix confusing "job shell exec error" log message (#6579)
25+
* shell: fix lost log messages during initialization (#6578)
26+
* broker: ensure `parent-uri` and `parent-kvs-namespace` are only set for
27+
jobs (#6561)
28+
* ensure only jobs that entered the RUN state can satisfy
29+
`--dependency=afterany|afternotok` (#6565)
30+
* prevent log message truncation (#6554)
31+
* flux-exec: fix credits list update race (#6544)
32+
33+
## Cleanup
34+
* kvs: remove unused internal transaction request API code (#6595)
35+
* kvs: remove fence support (#6592)
36+
* kvs: misc minor cleanups (#6591)
37+
* libflux: drop child watchers and the `FLUX_REACTOR_SIGCHLD` flag (#6543)
38+
39+
## CI/Testsuite/Documentation
40+
41+
* doc: reword initial program section of `flux-environment(7)` (#6601)
42+
* testsuite: fix flaky test in t0019-tbon-config.t (#6563)
43+
* libsubprocess/test: Fix racy fd count in test (#6553)
44+
* build: remove unnecessary `check-prep` target (#6550)
45+
46+
147
flux-core version 0.70.0 - 2025-01-07
248
-------------------------------------
349

0 commit comments

Comments
 (0)