This release implements support for trailing checksums, the ability to read checksums directly from the storage device, and fixes bugs for archive mode and cache file usage.
Fixed
- Fix build by conditionally using
CRC64NVME_CHKSUM_PREFIX(#2275). - Fix incorrect determination of thread count (#2295).
- Prevent CREATE operation for archive mode (irods/irods#8502).
Added
- Add build hook option for compiling against specific version of release package (irods/irods_development_environment#165).
- Implement GetObjectAttributes API (#2271).
- Add support for reading checksums from storage device (#2271).
- Add build hook option for compiling in debug mode (#2282).
- Add support for sending CRC64/NVME checksum with uploads (#2284, #2285).