Skip to content

v2.0.0

Choose a tag to compare

@eprofos eprofos released this 02 Nov 16:58
· 10 commits to main since this release

feat: add automatic RequestStack injection and current request analysis

BREAKING CHANGE: UserAgentAnalyzer constructor now requires RequestStack

  • Added RequestStack injection in constructor
  • Added analyzeCurrentRequest() method to automatically get User-Agent from current request
  • Updated documentation with new features and examples
  • Updated tests to cover new functionality
  • Added proper error handling for missing requests
  • Improved logging for request analysis

Full Changelog: v1.1.0...v2.0.0