All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project only adheres to the following (as defined at Semantic Versioning):
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes
- Implement AbortMultipartUpload operation (#109).
- Improve performance of Multipart Uploads (#114).
- Improve debug log messages (#124).
- Improve CMake (irods/irods#6251, irods/irods#6256, irods/irods#7265).
- Remove unused header include for C++20 coroutines (#111).
- Server no longer enters infinite loop when listening socket is already bound (#96).
- Disable SIGPIPE signal for iRODS connections (#120).