|
| 1 | +flux-core version 0.75.0 - 2025-06-02 |
| 2 | +------------------------------------- |
| 3 | + |
| 4 | +## New Features |
| 5 | + * support `singleton` dependency scheme in job submission (#6827) |
| 6 | + * broker: add 'mincrit' topology (#6808) |
| 7 | + * add method to request extra brokers on node 0 (#6822) |
| 8 | + * use local ipc for TBON when brokers are co-located (#6823) |
| 9 | + * Support new flux-fsck tool to check integrity of content store (#6787, #6828) |
| 10 | + * kvs: support initial-rootref option (#6775) |
| 11 | + * flux-kvs: support sync command (#6818) |
| 12 | + * flux-jobs: output message if results truncated (#6802) |
| 13 | + |
| 14 | +## Fixes |
| 15 | + * fix compile issue with GCC13.2.0 on Zen4 (#6855) |
| 16 | + * content-s3: remove module (#6840) |
| 17 | + * content-sqlite: deprecate version 0 checkpoint (#6839) |
| 18 | + * require Lua `posix` in `configure` and document some tips for running |
| 19 | + the testsuite (#6836) |
| 20 | + * broker: avoid malloc in event distribution critical path (#6811) |
| 21 | + * flux-module: require argument for flux module stats (#6821) |
| 22 | + * remove restriction that taskmaps cannot assign differing counts of tasks |
| 23 | + to nodes in a job (#6815) |
| 24 | + |
| 25 | +## Cleanup |
| 26 | + * broker: document/clean up event publishing code (#6809) |
| 27 | + |
| 28 | +## Build/CI/Testsuite/Documentation |
| 29 | + * doc: remove `jinja2<3.1`, `sphinx<6.0.0` requirements (#6844) |
| 30 | + * testsuite: fix potential failure in `t2602-job-shell.t` (#6841) |
| 31 | + * doc: correct `flux_future_set_reactor()` prototype (#6830) |
| 32 | + * doc: update glossary with parallel program terms + trivial broker cleanup |
| 33 | + (#6829) |
| 34 | + * kvs: add rst format to inline docs (#6503) |
| 35 | + * testsuite: add one missing test and fix failing test in ci (#6817) |
| 36 | + * doc: add workflows page (#6803) |
| 37 | + * doc: add note to README about Sphinx debugging (#6805) |
| 38 | + |
| 39 | + |
1 | 40 | flux-core version 0.74.0 - 2025-05-06 |
2 | 41 | ------------------------------------- |
3 | 42 |
|
|
0 commit comments