Changelog
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.
[0.2.4] - 2024-09-01
Fix
- A bit fix in docs
Added
- distribute_publish/4 in PubSubx module.
[0.2.3] - 2024-09-01
Added
- Utils mod for distribute_publish
Fix
- A bit fix in docs
[0.2.2] - 2024-09-01
Added
- Better descriptions for mix.exs
[0.2.1] - 2024-09-01
Added
- Registry options in start_link args
[0.2.0] - 2024-09-01
Changed
- PubSubx methods to specify pubsub process at first
Added
- PubSubx.Auto mod for easier usage
- more docs
[0.1.2] - 2024-09-01
Added
- Comprehensive module documentation for
PubSubx, including detailed explanations of functions and usage examples. - A
README.mdwith an overview of the project, installation instructions, usage examples, and contribution guidelines. - A
CHANGELOG.mdto track changes to the project.
[0.1.1] - 2022-12-02
Added
- Initial implementation of the
PubSubxlibrary, providing basic publish-subscribe functionality. - Core features:
- Topic subscription and unsubscription.
- Message publishing to topics.
- Listing of subscribers and topics.
- Automatic cleanup of subscriptions when processes terminate.