Release v1.28.1
🛠️ Fixes:
-
Improved Static File Metrics
- Metrics middleware now accurately identifies and tracks static file requests, including handling file paths with query parameters.
Example:
Metrics will now correctly log/static/example.jsor/static/example.js?v=42. -
Subscription Handler Validation
- Improved error handling in
App.Subscribe(). - Ensures that
topicandhandlerparameters are validated to prevent runtime errors. - Logs detailed error messages for invalid subscriptions.
- Improved error handling in