chore: release version 0.15.0 and update documentation#268
Merged
bittcrafter merged 1 commit intormqtt:masterfrom Aug 28, 2025
Merged
chore: release version 0.15.0 and update documentation#268bittcrafter merged 1 commit intormqtt:masterfrom
bittcrafter merged 1 commit intormqtt:masterfrom
Conversation
Release Preparation: - Bumped version from 0.15.0-rc.7 to 0.15.0 (stable release) - Updated workspace dependencies to use 0.15.0 Documentation Enhancements: 1. **Version Updates**: Changed all version references from 0.15.0-rc to 0.15.0 2. **Enhanced Plugin Examples**: Added comprehensive plugin usage examples: - Basic plugin registration with rmqtt-plugins meta-package - Programmatic configuration with plugins_config_map_add() - Individual plugin dependency approach 3. **New Examples**: Added two new plugin configuration patterns: - Using rmqtt-plugins with "full" feature - Programmatic ACL rule configuration 4. **Example Improvements**: - Simplified logging in plugin example (env_logger → simple_logger) - Cleaned up main.rs with better commenting - Updated Cargo.toml dependencies 5. **Library Integration**: Enhanced documentation to showcase: - Multiple integration approaches - Flexible configuration options - Real-world usage patterns Key Changes: - **Stable Release**: Marked 0.15.0 as production-ready - **Better Examples**: More practical, copy-paste ready code samples - **Modernized Tooling**: Updated to current best practices - **Comprehensive Coverage**: Showcased all plugin integration methods The changes provide a solid foundation for the 0.15.0 release with improved documentation and examples for developers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Preparation:
Documentation Enhancements:
Version Updates: Changed all version references from 0.15.0-rc to 0.15.0
Enhanced Plugin Examples: Added comprehensive plugin usage examples:
New Examples: Added two new plugin configuration patterns:
Example Improvements:
Library Integration: Enhanced documentation to showcase:
Key Changes:
The changes provide a solid foundation for the 0.15.0 release with improved documentation and examples for developers.