Skip to content

v1.28.1

Latest
Compare
Choose a tag to compare
@Umang01-hash Umang01-hash released this 06 Dec 12:30
· 69 commits to development since this release
4df66c5

Release v1.28.1

🛠️ Fixes:

  1. 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.

  2. Subscription Handler Validation

    • Improved error handling in App.Subscribe().
    • Ensures that topic and handler parameters are validated to prevent runtime errors.
    • Logs detailed error messages for invalid subscriptions.