All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
wait_enqueued_messages_sent
and other synchronous methods periodically callcheck_signals
on the providedProcessSignalsSource
so that they can be canceled using Ctrl+C.
ProcessSignalsSource
is now required to beSend
andSync
.
- The generation of the database files is now skipped during the documentation generation.
- The whole public interface is now documented.
- The crate was published on crates.io.
- The names of some of the structures and functions in the public interface were changed to be more intuitive.
- Multiple crates were merged into a single one to increase the stability of the interface.