v1.1.3 "Kizen" - Foundation Refinement
Release Date: July 20, 2025
Code Name: "Kizen" (Foundation Refinement)
Type: Patch Release
🎯 Overview
Version 1.1.3 is a patch release focused on refining the foundation of the Jiro.Shared library with enhanced request models and improved API consistency. This release strengthens the core communication infrastructure by adding essential properties to existing request models.
✨ Features Added
- Enhanced Session Requests: Added
SessionId
property toGetSessionRequest
model for more precise session targeting and improved request specificity. - Request Model Completeness: Improved the completeness of WebSocket request models for better client-server communication patterns.
🐛 Bug Fixes
- N/A (No user-facing bugs fixed in this release)
🔄 Changes
- API Enhancement: Extended
GetSessionRequest
withSessionId
property to allow direct session identification alongside instance-based lookups. - Model Consistency: Improved consistency across request models to ensure all necessary identifiers are available.
🛠️ Technical Details
- Backward Compatibility: Fully backward compatible; new properties are optional and default to empty strings.
- Type Safety: All new properties maintain strong typing and include comprehensive XML documentation.
- Documentation: Updated XML documentation for enhanced IntelliSense support.
🚀 Deployment
- Version 1.1.3 has been built, tested, and is ready for deployment to NuGet.org.
- All tests pass on .NET 9.0 runtime.
- Package metadata updated with latest version information.
Note: This patch release continues the foundation strengthening effort, ensuring robust and complete API models for the Jiro ecosystem.