Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1.02 KB

Changelog

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

[0.3.0] - 2024-10-03

Added

  • Implement AbortMultipartUpload operation (#109).

Changed

Removed

  • Remove unused header include for C++20 coroutines (#111).

Fixed

  • Server no longer enters infinite loop when listening socket is already bound (#96).
  • Disable SIGPIPE signal for iRODS connections (#120).