Umang01-hash
released this
06 Dec 12:30
·
69 commits
to development
since this release
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.js
or/static/example.js?v=42
. -
Subscription Handler Validation
- Improved error handling in
App.Subscribe()
. - Ensures that
topic
andhandler
parameters are validated to prevent runtime errors. - Logs detailed error messages for invalid subscriptions.
- Improved error handling in