Skip to content

Commit fc2bf21

Browse files
authored
Merge pull request #3609 from garlick/rel26
NEWS: add news items for release 0.26.0
2 parents 9528d28 + cb2285f commit fc2bf21

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

NEWS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
flux-core version 0.26.0 - 2021-04-22
2+
-------------------------------------
3+
4+
This release features several performance improvements that affect
5+
job throughput over time (see issue #3583).
6+
7+
### Fixes
8+
9+
* avoid mvapich segfault under flux start singleton (#3603)
10+
* python: avoid throwing 2nd exception on unknown errno (#3588)
11+
* avoid routing stale responses to restarted brokers (#3601)
12+
13+
### Performance
14+
15+
* fix aggressive zhashx resize by importing fixed source (#3596, #3598)
16+
* use zhashx, LRU in content-cache (#3589, #3593)
17+
* drop root directory object from KVS setroot event (#3581)
18+
* add minor optimizations to aux container (#3586)
19+
* drop extra code in `flux_matchtag_free()` (#3590)
20+
* libkvs: save KVS copy/move aux data in future not handle (#3585)
21+
22+
### New Features
23+
24+
* libjob: add `flux_job_result(3)` (#3582)
25+
* python: add explicit `service_(un)register` method (#3602)
26+
* add overlay network version/config check (#3597)
27+
* job-manager: enable job dependency management (#3563)
28+
29+
### Cleanup/Testing
30+
31+
* flux-start: rename --size to --test-size, drop --bootstrap (#3605)
32+
133
flux-core version 0.25.0 - 2021-04-01
234
-------------------------------------
335

0 commit comments

Comments
 (0)