Release Notes
New features and enhancements
- Change default hostname autodetection parameters ([2583](https://github.com/reframe-hpc/reframe/pull/2583))
- Associate a unique hash with each test ([2578](https://github.com/reframe-hpc/reframe/pull/2578))
- Add command line option to set the execution order of independent tests ([2575](https://github.com/reframe-hpc/reframe/pull/2575))
- Drop the old test naming scheme ([2574](https://github.com/reframe-hpc/reframe/pull/2574))
- Introduce ReFrame 4.0 ([2562](https://github.com/reframe-hpc/reframe/pull/2562))
- Use the test's `extra_resources` also for the build job ([2547](https://github.com/reframe-hpc/reframe/pull/2547))
- Remove deprecated features for 4.x ([1986](https://github.com/reframe-hpc/reframe/pull/1986), [#2096](https://github.com/reframe-hpc/reframe/pull/2096))
- Drop the `parameterized_test` decorator ([1951](https://github.com/reframe-hpc/reframe/pull/1951))
Bug fixes
- Document missing log record attributes ([2586](https://github.com/reframe-hpc/reframe/pull/2586))
- Log correctly `%(check_perfvalues)s` attribute ([2588](https://github.com/reframe-hpc/reframe/pull/2588))
- Fix singularity cli option to change to the mounted stage directory with the Singularity container platform ([2581](https://github.com/reframe-hpc/reframe/pull/2581))
Test library
n/a
Other
- Fix documentation of `modules` test attribute ([2592](https://github.com/reframe-hpc/reframe/pull/2592))
- Add a warning in documentation about the usage of `perf_patterns` ([2587](https://github.com/reframe-hpc/reframe/pull/2587))
- Add CSCS webinar resources + links ([2582](https://github.com/reframe-hpc/reframe/pull/2582))
- Fix example of `httpjson` handler usage ([2563](https://github.com/reframe-hpc/reframe/pull/2563))
- Add note about test dependencies in `--repeat` option docs ([2564](https://github.com/reframe-hpc/reframe/pull/2564))